Home
last modified time | relevance | path

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

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