| /freebsd-10-stable/contrib/llvm/lib/Target/XCore/ |
| D | XCoreInstrInfo.h | 42 virtual unsigned isLoadFromStackSlot(const MachineInstr *MI,
|
| D | XCoreInstrInfo.cpp | 61 XCoreInstrInfo::isLoadFromStackSlot(const MachineInstr *MI, int &FrameIndex) const{ in isLoadFromStackSlot() function in XCoreInstrInfo
|
| /freebsd-10-stable/contrib/llvm/lib/Target/Sparc/ |
| D | SparcInstrInfo.h | 55 virtual unsigned isLoadFromStackSlot(const MachineInstr *MI,
|
| D | SparcInstrInfo.cpp | 46 unsigned SparcInstrInfo::isLoadFromStackSlot(const MachineInstr *MI, in isLoadFromStackSlot() function in SparcInstrInfo
|
| /freebsd-10-stable/contrib/llvm/lib/Target/Mips/ |
| D | MipsSEInstrInfo.h | 36 virtual unsigned isLoadFromStackSlot(const MachineInstr *MI,
|
| D | Mips16InstrInfo.h | 35 virtual unsigned isLoadFromStackSlot(const MachineInstr *MI,
|
| D | Mips16InstrInfo.cpp | 53 isLoadFromStackSlot(const MachineInstr *MI, int &FrameIndex) const in isLoadFromStackSlot() function in Mips16InstrInfo
|
| D | MipsSEInstrInfo.cpp | 43 isLoadFromStackSlot(const MachineInstr *MI, int &FrameIndex) const in isLoadFromStackSlot() function in MipsSEInstrInfo
|
| /freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/ |
| D | PPCInstrInfo.h | 101 unsigned isLoadFromStackSlot(const MachineInstr *MI,
|
| D | PPCInstrInfo.cpp | 103 unsigned PPCInstrInfo::isLoadFromStackSlot(const MachineInstr *MI, in isLoadFromStackSlot() function in PPCInstrInfo
|
| /freebsd-10-stable/contrib/llvm/lib/Target/R600/ |
| D | AMDGPUInstrInfo.h | 57 unsigned isLoadFromStackSlot(const MachineInstr *MI, int &FrameIndex) const;
|
| D | AMDGPUInstrInfo.cpp | 48 unsigned AMDGPUInstrInfo::isLoadFromStackSlot(const MachineInstr *MI, in isLoadFromStackSlot() function in AMDGPUInstrInfo
|
| /freebsd-10-stable/contrib/llvm/lib/Target/SystemZ/ |
| D | SystemZInstrInfo.h | 136 virtual unsigned isLoadFromStackSlot(const MachineInstr *MI,
|
| D | SystemZInstrInfo.cpp | 206 unsigned SystemZInstrInfo::isLoadFromStackSlot(const MachineInstr *MI, in isLoadFromStackSlot() function in SystemZInstrInfo
|
| /freebsd-10-stable/contrib/llvm/lib/Target/Hexagon/ |
| D | HexagonInstrInfo.h | 48 virtual unsigned isLoadFromStackSlot(const MachineInstr *MI,
|
| D | HexagonInstrInfo.cpp | 72 unsigned HexagonInstrInfo::isLoadFromStackSlot(const MachineInstr *MI, in isLoadFromStackSlot() function in HexagonInstrInfo
|
| /freebsd-10-stable/contrib/llvm/lib/Target/X86/ |
| D | X86InstrInfo.h | 176 unsigned isLoadFromStackSlot(const MachineInstr *MI, int &FrameIndex) const;
|
| D | X86InstrInfo.cpp | 1574 unsigned X86InstrInfo::isLoadFromStackSlot(const MachineInstr *MI, in isLoadFromStackSlot() function in X86InstrInfo 1586 if ((Reg = isLoadFromStackSlot(MI, FrameIndex))) in isLoadFromStackSlotPostFE() 4319 if (isLoadFromStackSlot(LoadMI, FrameIndex)) in foldMemoryOperandImpl()
|
| /freebsd-10-stable/contrib/llvm/lib/CodeGen/ |
| D | InlineSpiller.cpp | 251 if (SnipLI.reg == TII.isLoadFromStackSlot(MI, FI) && FI == StackSlot) in isSnippet() 605 if (Reg == TII.isLoadFromStackSlot(MI, FI) && FI == StackSlot) { in traceSiblingValue() 983 unsigned InstrReg = TII.isLoadFromStackSlot(MI, FI); in coalesceStackAccess()
|
| D | StackSlotColoring.cpp | 395 if (!(LoadReg = TII->isLoadFromStackSlot(I, FirstSS))) continue; in RemoveDeadStores()
|
| D | TargetInstrInfo.cpp | 500 if (TII.isLoadFromStackSlot(MI, FrameIdx) && in isReallyTriviallyReMaterializableGeneric()
|
| D | MachineLICM.cpp | 484 (TII->isLoadFromStackSlot(MI, FI) && MFI->isSpillSlotObjectIndex(FI))) in ProcessMI()
|
| /freebsd-10-stable/contrib/llvm/lib/Target/ARM/ |
| D | ARMBaseInstrInfo.h | 100 virtual unsigned isLoadFromStackSlot(const MachineInstr *MI,
|
| D | ARMBaseInstrInfo.cpp | 1111 ARMBaseInstrInfo::isLoadFromStackSlot(const MachineInstr *MI, in isLoadFromStackSlot() function in ARMBaseInstrInfo
|
| /freebsd-10-stable/contrib/llvm/include/llvm/Target/ |
| D | TargetInstrInfo.h | 124 virtual unsigned isLoadFromStackSlot(const MachineInstr *MI, in isLoadFromStackSlot() function
|