Searched refs:isStoreToStackSlot (Results 1 – 25 of 96) sorted by relevance
1234
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/ |
D | SparcInstrInfo.h | 62 virtual unsigned isStoreToStackSlot(const MachineInstr *MI,
|
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/ |
D | AlphaInstrInfo.h | 38 virtual unsigned isStoreToStackSlot(const MachineInstr *MI,
|
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/ |
D | SPUInstrInfo.h | 44 unsigned isStoreToStackSlot(const MachineInstr *MI,
|
/external/swiftshader/third_party/LLVM/lib/Target/Blackfin/ |
D | BlackfinInstrInfo.h | 39 virtual unsigned isStoreToStackSlot(const MachineInstr *MI,
|
/external/swiftshader/third_party/LLVM/lib/Target/XCore/ |
D | XCoreInstrInfo.h | 49 virtual unsigned isStoreToStackSlot(const MachineInstr *MI,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/ |
D | XCoreInstrInfo.h | 50 unsigned isStoreToStackSlot(const MachineInstr &MI,
|
/external/llvm/lib/Target/XCore/ |
D | XCoreInstrInfo.h | 50 unsigned isStoreToStackSlot(const MachineInstr &MI,
|
/external/llvm/lib/Target/Sparc/ |
D | SparcInstrInfo.h | 65 unsigned isStoreToStackSlot(const MachineInstr &MI,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/ |
D | SparcInstrInfo.h | 65 unsigned isStoreToStackSlot(const MachineInstr &MI,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARC/ |
D | ARCInstrInfo.h | 49 unsigned isStoreToStackSlot(const MachineInstr &MI,
|
/external/llvm/lib/Target/AVR/ |
D | AVRInstrInfo.h | 89 unsigned isStoreToStackSlot(const MachineInstr &MI,
|
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/ |
D | SystemZInstrInfo.h | 71 unsigned isStoreToStackSlot(const MachineInstr *MI, int &FrameIndex) const;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/ |
D | RISCVInstrInfo.h | 32 unsigned isStoreToStackSlot(const MachineInstr &MI,
|
/external/llvm/lib/Target/Mips/ |
D | MipsSEInstrInfo.h | 43 unsigned isStoreToStackSlot(const MachineInstr &MI,
|
D | Mips16InstrInfo.h | 43 unsigned isStoreToStackSlot(const MachineInstr &MI,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/ |
D | AVRInstrInfo.h | 89 unsigned isStoreToStackSlot(const MachineInstr &MI,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | MipsSEInstrInfo.h | 43 unsigned isStoreToStackSlot(const MachineInstr &MI,
|
D | Mips16InstrInfo.h | 49 unsigned isStoreToStackSlot(const MachineInstr &MI,
|
/external/swiftshader/third_party/LLVM/lib/Target/Mips/ |
D | MipsInstrInfo.h | 139 virtual unsigned isStoreToStackSlot(const MachineInstr *MI,
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | PPCInstrInfo.h | 94 unsigned isStoreToStackSlot(const MachineInstr *MI,
|
/external/llvm/lib/Target/Lanai/ |
D | LanaiInstrInfo.h | 47 unsigned isStoreToStackSlot(const MachineInstr &MI,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/ |
D | LanaiInstrInfo.h | 48 unsigned isStoreToStackSlot(const MachineInstr &MI,
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | StackSlotColoring.cpp | 451 TII->isStoreToStackSlot(MI, SS)) in AllMemRefsCanBeUnfolded() 633 } else if (unsigned SrcReg = TII->isStoreToStackSlot(MI, OldFI)) { in UnfoldAndRewriteInstruction() 690 if (!(StoreReg = TII->isStoreToStackSlot(NextMI, SecondSS))) continue; in RemoveDeadStores()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | TargetInstrInfo.h | 263 virtual unsigned isStoreToStackSlot(const MachineInstr &MI, in isStoreToStackSlot() function 272 virtual unsigned isStoreToStackSlot(const MachineInstr &MI, in isStoreToStackSlot() function 276 return isStoreToStackSlot(MI, FrameIndex); in isStoreToStackSlot()
|
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/ |
D | MBlazeInstrInfo.h | 194 virtual unsigned isStoreToStackSlot(const MachineInstr *MI,
|
1234