Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.h31 SimpleBDXLoad = (1 << 0), enumerator
DSystemZInstrInfo.cpp243 return isSimpleMove(MI, FrameIndex, SystemZII::SimpleBDXLoad); in isLoadFromStackSlot()
977 if (isSimpleBD12Move(&MI, SystemZII::SimpleBDXLoad)) { in foldMemoryOperandImpl()
DSystemZInstrFP.td119 let canFoldAsLoad = 1, SimpleBDXLoad = 1 in {
DSystemZInstrFormats.td45 bit SimpleBDXLoad = 0;
84 let TSFlags{0} = SimpleBDXLoad;
DSystemZInstrInfo.td489 let canFoldAsLoad = 1, SimpleBDXLoad = 1 in {