/external/llvm/lib/Target/Sparc/ |
D | SparcInstrInfo.h | 55 unsigned isLoadFromStackSlot(const MachineInstr *MI,
|
D | SparcInstrInfo.cpp | 45 unsigned SparcInstrInfo::isLoadFromStackSlot(const MachineInstr *MI, in isLoadFromStackSlot() function in SparcInstrInfo
|
/external/llvm/lib/Target/XCore/ |
D | XCoreInstrInfo.h | 42 unsigned isLoadFromStackSlot(const MachineInstr *MI,
|
D | XCoreInstrInfo.cpp | 64 XCoreInstrInfo::isLoadFromStackSlot(const MachineInstr *MI, int &FrameIndex) const{ in isLoadFromStackSlot() function in XCoreInstrInfo
|
/external/llvm/lib/Target/Mips/ |
D | MipsSEInstrInfo.h | 36 unsigned isLoadFromStackSlot(const MachineInstr *MI,
|
D | Mips16InstrInfo.h | 35 unsigned isLoadFromStackSlot(const MachineInstr *MI,
|
D | Mips16InstrInfo.cpp | 48 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
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/ |
D | AMDGPUInstrInfo.h | 54 unsigned isLoadFromStackSlot(const MachineInstr *MI, int &FrameIndex) const;
|
D | AMDGPUInstrInfo.cpp | 43 unsigned AMDGPUInstrInfo::isLoadFromStackSlot(const MachineInstr *MI, in isLoadFromStackSlot() function in AMDGPUInstrInfo
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | AMDGPUInstrInfo.h | 54 unsigned isLoadFromStackSlot(const MachineInstr *MI, int &FrameIndex) const;
|
D | AMDGPUInstrInfo.cpp | 43 unsigned AMDGPUInstrInfo::isLoadFromStackSlot(const MachineInstr *MI, in isLoadFromStackSlot() function in AMDGPUInstrInfo
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.h | 52 unsigned isLoadFromStackSlot(const MachineInstr *MI,
|
/external/llvm/lib/Target/R600/ |
D | AMDGPUInstrInfo.h | 57 unsigned isLoadFromStackSlot(const MachineInstr *MI,
|
D | AMDGPUInstrInfo.cpp | 47 unsigned AMDGPUInstrInfo::isLoadFromStackSlot(const MachineInstr *MI, in isLoadFromStackSlot() function in AMDGPUInstrInfo
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.h | 137 unsigned isLoadFromStackSlot(const MachineInstr *MI,
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.h | 112 unsigned isLoadFromStackSlot(const MachineInstr *MI,
|
D | README_ALTIVEC.txt | 3 Implement PPCInstrInfo::isLoadFromStackSlot/isStoreToStackSlot for vector
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonInstrInfo.h | 50 unsigned isLoadFromStackSlot(const MachineInstr *MI,
|
/external/llvm/lib/CodeGen/ |
D | TargetInstrInfo.cpp | 531 isLoadFromStackSlot(LoadMI, FrameIndex)) { in foldMemoryOperand() 585 if (TII.isLoadFromStackSlot(MI, FrameIdx) && in isReallyTriviallyReMaterializableGeneric()
|
D | InlineSpiller.cpp | 254 if (SnipLI.reg == TII.isLoadFromStackSlot(MI, FI) && FI == StackSlot) in isSnippet() 622 if (Reg == TII.isLoadFromStackSlot(MI, FI) && FI == StackSlot) { in traceSiblingValue() 1004 unsigned InstrReg = TII.isLoadFromStackSlot(MI, FI); in coalesceStackAccess()
|
D | StackSlotColoring.cpp | 394 if (!(LoadReg = TII->isLoadFromStackSlot(I, FirstSS))) continue; in RemoveDeadStores()
|
/external/llvm/lib/Target/X86/ |
D | X86InstrInfo.h | 187 unsigned isLoadFromStackSlot(const MachineInstr *MI,
|
/external/llvm/lib/Target/ARM/ |
D | ARMBaseInstrInfo.h | 98 unsigned isLoadFromStackSlot(const MachineInstr *MI,
|
/external/llvm/include/llvm/Target/ |
D | TargetInstrInfo.h | 126 virtual unsigned isLoadFromStackSlot(const MachineInstr *MI, in isLoadFromStackSlot() function
|