| /minix3/external/bsd/llvm/dist/llvm/lib/Target/Sparc/ |
| H A D | SparcInstrInfo.h | 55 unsigned isLoadFromStackSlot(const MachineInstr *MI,
|
| H A D | SparcInstrInfo.cpp | 45 unsigned SparcInstrInfo::isLoadFromStackSlot(const MachineInstr *MI, in isLoadFromStackSlot() function in SparcInstrInfo
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/XCore/ |
| H A D | XCoreInstrInfo.h | 42 unsigned isLoadFromStackSlot(const MachineInstr *MI,
|
| H A D | XCoreInstrInfo.cpp | 64 XCoreInstrInfo::isLoadFromStackSlot(const MachineInstr *MI, int &FrameIndex) const{ in isLoadFromStackSlot() function in XCoreInstrInfo
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/Mips/ |
| H A D | MipsSEInstrInfo.h | 35 unsigned isLoadFromStackSlot(const MachineInstr *MI,
|
| H A D | Mips16InstrInfo.h | 35 unsigned isLoadFromStackSlot(const MachineInstr *MI,
|
| H A D | Mips16InstrInfo.cpp | 46 unsigned Mips16InstrInfo::isLoadFromStackSlot(const MachineInstr *MI, in isLoadFromStackSlot() function in Mips16InstrInfo
|
| H A D | MipsSEInstrInfo.cpp | 41 unsigned MipsSEInstrInfo::isLoadFromStackSlot(const MachineInstr *MI, in isLoadFromStackSlot() function in MipsSEInstrInfo
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/R600/ |
| H A D | AMDGPUInstrInfo.h | 54 unsigned isLoadFromStackSlot(const MachineInstr *MI,
|
| H A D | AMDGPUInstrInfo.cpp | 47 unsigned AMDGPUInstrInfo::isLoadFromStackSlot(const MachineInstr *MI, in isLoadFromStackSlot() function in AMDGPUInstrInfo
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstrInfo.h | 121 unsigned isLoadFromStackSlot(const MachineInstr *MI,
|
| H A D | README_ALTIVEC.txt | 3 Implement PPCInstrInfo::isLoadFromStackSlot/isStoreToStackSlot for vector
|
| H A D | PPCInstrInfo.cpp | 174 unsigned PPCInstrInfo::isLoadFromStackSlot(const MachineInstr *MI, in isLoadFromStackSlot() function in PPCInstrInfo
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrInfo.h | 137 unsigned isLoadFromStackSlot(const MachineInstr *MI,
|
| H A D | SystemZInstrInfo.cpp | 206 unsigned SystemZInstrInfo::isLoadFromStackSlot(const MachineInstr *MI, in isLoadFromStackSlot() function in SystemZInstrInfo
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/ |
| H A D | AArch64InstrInfo.h | 59 unsigned isLoadFromStackSlot(const MachineInstr *MI,
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/Hexagon/ |
| H A D | HexagonInstrInfo.h | 50 unsigned isLoadFromStackSlot(const MachineInstr *MI,
|
| H A D | HexagonInstrInfo.cpp | 75 unsigned HexagonInstrInfo::isLoadFromStackSlot(const MachineInstr *MI, in isLoadFromStackSlot() function in HexagonInstrInfo
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86InstrInfo.h | 188 unsigned isLoadFromStackSlot(const MachineInstr *MI,
|
| /minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/ |
| H A D | InlineSpiller.cpp | 253 if (SnipLI.reg == TII.isLoadFromStackSlot(MI, FI) && FI == StackSlot) in isSnippet() 624 if (Reg == TII.isLoadFromStackSlot(MI, FI) && FI == StackSlot) { in traceSiblingValue() 1017 unsigned InstrReg = TII.isLoadFromStackSlot(MI, FI); in coalesceStackAccess()
|
| H A D | TargetInstrInfo.cpp | 538 isLoadFromStackSlot(LoadMI, FrameIndex)) { in foldMemoryOperand() 590 if (isLoadFromStackSlot(MI, FrameIdx) && in isReallyTriviallyReMaterializableGeneric()
|
| H A D | StackSlotColoring.cpp | 394 if (!(LoadReg = TII->isLoadFromStackSlot(I, FirstSS))) continue; in RemoveDeadStores()
|
| H A D | MachineLICM.cpp | 489 (TII->isLoadFromStackSlot(MI, FI) && MFI->isSpillSlotObjectIndex(FI))) in ProcessMI()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/ |
| H A D | ARMBaseInstrInfo.h | 150 unsigned isLoadFromStackSlot(const MachineInstr *MI,
|
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/Target/ |
| H A D | TargetInstrInfo.h | 135 virtual unsigned isLoadFromStackSlot(const MachineInstr *MI, in isLoadFromStackSlot() function
|