| /trueos/contrib/llvm/lib/Target/XCore/ |
| HD | XCoreInstrInfo.h | 50 virtual unsigned isStoreToStackSlot(const MachineInstr *MI,
|
| HD | XCoreInstrInfo.cpp | 82 XCoreInstrInfo::isStoreToStackSlot(const MachineInstr *MI, in isStoreToStackSlot() function in XCoreInstrInfo
|
| /trueos/contrib/llvm/lib/Target/Sparc/ |
| HD | SparcInstrInfo.h | 63 virtual unsigned isStoreToStackSlot(const MachineInstr *MI,
|
| HD | SparcInstrInfo.cpp | 67 unsigned SparcInstrInfo::isStoreToStackSlot(const MachineInstr *MI, in isStoreToStackSlot() function in SparcInstrInfo
|
| /trueos/contrib/llvm/lib/Target/Mips/ |
| HD | MipsSEInstrInfo.h | 44 virtual unsigned isStoreToStackSlot(const MachineInstr *MI,
|
| HD | Mips16InstrInfo.h | 43 virtual unsigned isStoreToStackSlot(const MachineInstr *MI,
|
| HD | Mips16InstrInfo.cpp | 64 isStoreToStackSlot(const MachineInstr *MI, int &FrameIndex) const in isStoreToStackSlot() function in Mips16InstrInfo
|
| HD | MipsSEInstrInfo.cpp | 66 isStoreToStackSlot(const MachineInstr *MI, int &FrameIndex) const in isStoreToStackSlot() function in MipsSEInstrInfo
|
| /trueos/contrib/llvm/lib/Target/PowerPC/ |
| HD | PPCInstrInfo.h | 103 unsigned isStoreToStackSlot(const MachineInstr *MI,
|
| HD | PPCInstrInfo.cpp | 127 unsigned PPCInstrInfo::isStoreToStackSlot(const MachineInstr *MI, in isStoreToStackSlot() function in PPCInstrInfo
|
| /trueos/contrib/llvm/lib/Target/SystemZ/ |
| HD | SystemZInstrInfo.h | 138 virtual unsigned isStoreToStackSlot(const MachineInstr *MI,
|
| HD | SystemZInstrInfo.cpp | 211 unsigned SystemZInstrInfo::isStoreToStackSlot(const MachineInstr *MI, in isStoreToStackSlot() function in SystemZInstrInfo
|
| /trueos/contrib/llvm/lib/Target/Hexagon/ |
| HD | HexagonInstrInfo.h | 56 virtual unsigned isStoreToStackSlot(const MachineInstr *MI,
|
| HD | HexagonInstrInfo.cpp | 99 unsigned HexagonInstrInfo::isStoreToStackSlot(const MachineInstr *MI, in isStoreToStackSlot() function in HexagonInstrInfo
|
| /trueos/contrib/llvm/lib/Target/X86/ |
| HD | X86InstrInfo.h | 183 unsigned isStoreToStackSlot(const MachineInstr *MI, int &FrameIndex) const;
|
| HD | X86InstrInfo.cpp | 1595 unsigned X86InstrInfo::isStoreToStackSlot(const MachineInstr *MI, in isStoreToStackSlot() function in X86InstrInfo 1608 if ((Reg = isStoreToStackSlot(MI, FrameIndex))) in isStoreToStackSlotPostFE()
|
| /trueos/contrib/llvm/lib/CodeGen/ |
| HD | InlineSpiller.cpp | 255 if (SnipLI.reg == TII.isStoreToStackSlot(MI, FI) && FI == StackSlot) in isSnippet() 784 if (Reg == TII.isStoreToStackSlot(MI, FI) && FI == StackSlot) { in eliminateRedundantSpills() 986 InstrReg = TII.isStoreToStackSlot(MI, FI); in coalesceStackAccess()
|
| HD | StackSlotColoring.cpp | 396 if (!(StoreReg = TII->isStoreToStackSlot(NextMI, SecondSS))) continue; in RemoveDeadStores()
|
| /trueos/contrib/llvm/lib/Target/ARM/ |
| HD | ARMBaseInstrInfo.h | 102 virtual unsigned isStoreToStackSlot(const MachineInstr *MI,
|
| HD | ARMBaseInstrInfo.cpp | 920 ARMBaseInstrInfo::isStoreToStackSlot(const MachineInstr *MI, in isStoreToStackSlot() function in ARMBaseInstrInfo
|
| /trueos/contrib/llvm/include/llvm/Target/ |
| HD | TargetInstrInfo.h | 153 virtual unsigned isStoreToStackSlot(const MachineInstr *MI, in isStoreToStackSlot() function
|