Home
last modified time | relevance | path

Searched refs:SimpleBDXStore (Results 1 – 5 of 5) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.h37 SimpleBDXStore = (1 << 1), enumerator
H A DSystemZInstrInfo.cpp327 return isSimpleMove(MI, FrameIndex, SystemZII::SimpleBDXStore); in isStoreToStackSlot()
1168 if (isSimpleBD12Move(&MI, SystemZII::SimpleBDXStore)) { in foldMemoryOperandImpl()
H A DSystemZInstrFP.td159 let SimpleBDXStore = 1, mayStore = 1 in {
H A DSystemZInstrFormats.td58 bit SimpleBDXStore = 0;
102 let TSFlags{1} = SimpleBDXStore;
H A DSystemZInstrInfo.td477 let SimpleBDXStore = 1, mayStore = 1 in {