Searched refs:SimpleBDXLoad (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrInfo.h | 36 SimpleBDXLoad = (1 << 0), enumerator
|
| H A D | SystemZInstrInfo.cpp | 342 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 D | SystemZInstrFP.td | 159 let canFoldAsLoad = 1, SimpleBDXLoad = 1, mayLoad = 1 in {
|
| H A D | SystemZInstrVector.td | 108 let SimpleBDXLoad = 1 in 145 let mayLoad = 1, SimpleBDXLoad = 1, canFoldAsLoad = 1 in {
|
| H A D | SystemZInstrFormats.td | 55 bit SimpleBDXLoad = 0; 102 let TSFlags{0} = SimpleBDXLoad;
|
| H A D | SystemZInstrInfo.td | 464 let canFoldAsLoad = 1, SimpleBDXLoad = 1, mayLoad = 1 in {
|