Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.h36 SimpleBDXLoad = (1 << 0), enumerator
H A DSystemZInstrInfo.cpp342 return isSimpleMove(MI, FrameIndex, SystemZII::SimpleBDXLoad); in isLoadFromStackSlot()
355 if (!(MCID.TSFlags & SystemZII::SimpleBDXLoad)) in isLoadFromStackSlotPostFE()
1386 if (isSimpleBD12Move(&MI, SystemZII::SimpleBDXLoad)) { in foldMemoryOperandImpl()
H A DSystemZInstrFP.td159 let canFoldAsLoad = 1, SimpleBDXLoad = 1, mayLoad = 1 in {
H A DSystemZInstrVector.td108 let SimpleBDXLoad = 1 in
145 let mayLoad = 1, SimpleBDXLoad = 1, canFoldAsLoad = 1 in {
H A DSystemZInstrFormats.td55 bit SimpleBDXLoad = 0;
102 let TSFlags{0} = SimpleBDXLoad;
H A DSystemZInstrInfo.td464 let canFoldAsLoad = 1, SimpleBDXLoad = 1, mayLoad = 1 in {