Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.h36 SimpleBDXLoad = (1 << 0), enumerator
H A DSystemZInstrInfo.cpp340 return isSimpleMove(MI, FrameIndex, SystemZII::SimpleBDXLoad); in isLoadFromStackSlot()
1353 if (isSimpleBD12Move(&MI, SystemZII::SimpleBDXLoad)) { in foldMemoryOperandImpl()
H A DSystemZInstrFP.td131 let canFoldAsLoad = 1, SimpleBDXLoad = 1, mayLoad = 1 in {
H A DSystemZInstrFormats.td54 bit SimpleBDXLoad = 0;
101 let TSFlags{0} = SimpleBDXLoad;
H A DSystemZInstrInfo.td471 let canFoldAsLoad = 1, SimpleBDXLoad = 1, mayLoad = 1 in {