Searched refs:SimpleBDXLoad (Results 1 – 10 of 10) sorted by relevance
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.h | 31 SimpleBDXLoad = (1 << 0), enumerator
|
D | SystemZInstrInfo.cpp | 243 return isSimpleMove(MI, FrameIndex, SystemZII::SimpleBDXLoad); in isLoadFromStackSlot() 977 if (isSimpleBD12Move(&MI, SystemZII::SimpleBDXLoad)) { in foldMemoryOperandImpl()
|
D | SystemZInstrFP.td | 119 let canFoldAsLoad = 1, SimpleBDXLoad = 1 in {
|
D | SystemZInstrFormats.td | 45 bit SimpleBDXLoad = 0; 84 let TSFlags{0} = SimpleBDXLoad;
|
D | SystemZInstrInfo.td | 489 let canFoldAsLoad = 1, SimpleBDXLoad = 1 in {
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.h | 37 SimpleBDXLoad = (1 << 0), enumerator
|
D | SystemZInstrInfo.cpp | 349 return isSimpleMove(MI, FrameIndex, SystemZII::SimpleBDXLoad); in isLoadFromStackSlot() 1268 if (isSimpleBD12Move(&MI, SystemZII::SimpleBDXLoad)) { in foldMemoryOperandImpl()
|
D | SystemZInstrFP.td | 138 let canFoldAsLoad = 1, SimpleBDXLoad = 1, mayLoad = 1 in {
|
D | SystemZInstrFormats.td | 49 bit SimpleBDXLoad = 0; 88 let TSFlags{0} = SimpleBDXLoad;
|
D | SystemZInstrInfo.td | 401 let canFoldAsLoad = 1, SimpleBDXLoad = 1, mayLoad = 1 in {
|