Searched refs:isLoadFromStackSlot (Results 1 - 25 of 33) sorted by relevance

12

/external/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.h50 /// isLoadFromStackSlot - If the specified machine instruction is a direct
55 unsigned isLoadFromStackSlot(const MachineInstr *MI,
H A DSparcInstrInfo.cpp40 /// isLoadFromStackSlot - If the specified machine instruction is a direct
45 unsigned SparcInstrInfo::isLoadFromStackSlot(const MachineInstr *MI, function in class:SparcInstrInfo
/external/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.h37 /// isLoadFromStackSlot - If the specified machine instruction is a direct
42 unsigned isLoadFromStackSlot(const MachineInstr *MI,
H A DXCoreInstrInfo.cpp58 /// isLoadFromStackSlot - If the specified machine instruction is a direct
64 XCoreInstrInfo::isLoadFromStackSlot(const MachineInstr *MI, int &FrameIndex) const{ function in class:XCoreInstrInfo
/external/llvm/lib/Target/Mips/
H A DMipsSEInstrInfo.h31 /// isLoadFromStackSlot - If the specified machine instruction is a direct
36 unsigned isLoadFromStackSlot(const MachineInstr *MI,
H A DMips16InstrInfo.h30 /// isLoadFromStackSlot - If the specified machine instruction is a direct
35 unsigned isLoadFromStackSlot(const MachineInstr *MI,
H A DMips16InstrInfo.cpp42 /// isLoadFromStackSlot - If the specified machine instruction is a direct
48 isLoadFromStackSlot(const MachineInstr *MI, int &FrameIndex) const function in class:Mips16InstrInfo
H A DMipsSEInstrInfo.cpp37 /// isLoadFromStackSlot - If the specified machine instruction is a direct
43 isLoadFromStackSlot(const MachineInstr *MI, int &FrameIndex) const function in class:MipsSEInstrInfo
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DAMDGPUInstrInfo.cpp43 unsigned AMDGPUInstrInfo::isLoadFromStackSlot(const MachineInstr *MI, function in class:AMDGPUInstrInfo
H A DAMDGPUInstrInfo.h54 unsigned isLoadFromStackSlot(const MachineInstr *MI, int &FrameIndex) const;
/external/llvm/lib/Target/R600/
H A DAMDGPUInstrInfo.h57 unsigned isLoadFromStackSlot(const MachineInstr *MI,
H A DAMDGPUInstrInfo.cpp47 unsigned AMDGPUInstrInfo::isLoadFromStackSlot(const MachineInstr *MI, function in class:AMDGPUInstrInfo
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDGPUInstrInfo.cpp43 unsigned AMDGPUInstrInfo::isLoadFromStackSlot(const MachineInstr *MI, function in class:AMDGPUInstrInfo
H A DAMDGPUInstrInfo.h54 unsigned isLoadFromStackSlot(const MachineInstr *MI, int &FrameIndex) const;
/external/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h54 unsigned isLoadFromStackSlot(const MachineInstr *MI,
/external/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h45 /// isLoadFromStackSlot - If the specified machine instruction is a direct
50 unsigned isLoadFromStackSlot(const MachineInstr *MI,
/external/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h112 unsigned isLoadFromStackSlot(const MachineInstr *MI,
/external/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.h137 unsigned isLoadFromStackSlot(const MachineInstr *MI,
/external/llvm/lib/Target/X86/
H A DX86InstrInfo.h187 unsigned isLoadFromStackSlot(const MachineInstr *MI,
/external/llvm/lib/CodeGen/
H A DInlineSpiller.cpp254 if (SnipLI.reg == TII.isLoadFromStackSlot(MI, FI) && FI == StackSlot)
622 if (Reg == TII.isLoadFromStackSlot(MI, FI) && FI == StackSlot) {
1004 unsigned InstrReg = TII.isLoadFromStackSlot(MI, FI);
H A DStackSlotColoring.cpp394 if (!(LoadReg = TII->isLoadFromStackSlot(I, FirstSS))) continue;
H A DTargetInstrInfo.cpp531 isLoadFromStackSlot(LoadMI, FrameIndex)) {
585 if (TII.isLoadFromStackSlot(MI, FrameIdx) &&
H A DMachineLICM.cpp488 (TII->isLoadFromStackSlot(MI, FI) && MFI->isSpillSlotObjectIndex(FI)))
/external/llvm/include/llvm/Target/
H A DTargetInstrInfo.h121 /// isLoadFromStackSlot - If the specified machine instruction is a direct
126 virtual unsigned isLoadFromStackSlot(const MachineInstr *MI, function in class:llvm::TargetInstrInfo
143 /// isLoadFromStackSlot, this returns true for any instructions that
/external/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h98 unsigned isLoadFromStackSlot(const MachineInstr *MI,

Completed in 243 milliseconds

12