Searched defs:isLoadFromStackSlot (Results 1 - 13 of 13) sorted by relevance

/external/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.cpp39 /// isLoadFromStackSlot - If the specified machine instruction is a direct
44 unsigned SparcInstrInfo::isLoadFromStackSlot(const MachineInstr *MI, function in class:SparcInstrInfo
/external/llvm/lib/Target/XCore/
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/mesa3d/src/gallium/drivers/radeon/
H A DAMDGPUInstrInfo.cpp43 unsigned AMDGPUInstrInfo::isLoadFromStackSlot(const MachineInstr *MI, function in class:AMDGPUInstrInfo
/external/llvm/lib/Target/Mips/
H A DMips16InstrInfo.cpp41 /// isLoadFromStackSlot - If the specified machine instruction is a direct
46 unsigned Mips16InstrInfo::isLoadFromStackSlot(const MachineInstr *MI, function in class:Mips16InstrInfo
H A DMipsSEInstrInfo.cpp36 /// isLoadFromStackSlot - If the specified machine instruction is a direct
41 unsigned MipsSEInstrInfo::isLoadFromStackSlot(const MachineInstr *MI, function in class:MipsSEInstrInfo
/external/llvm/lib/Target/R600/
H A DAMDGPUInstrInfo.cpp47 unsigned AMDGPUInstrInfo::isLoadFromStackSlot(const MachineInstr *MI, function in class:AMDGPUInstrInfo
/external/llvm/include/llvm/Target/
H A DTargetInstrInfo.h130 /// isLoadFromStackSlot - If the specified machine instruction is a direct
135 virtual unsigned isLoadFromStackSlot(const MachineInstr *MI, function in class:llvm::TargetInstrInfo
152 /// isLoadFromStackSlot, this returns true for any instructions that
/external/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp1184 unsigned AArch64InstrInfo::isLoadFromStackSlot(const MachineInstr *MI, function in class:AArch64InstrInfo
/external/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp170 unsigned PPCInstrInfo::isLoadFromStackSlot(const MachineInstr *MI, function in class:PPCInstrInfo
978 // update isLoadFromStackSlot.
/external/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp206 unsigned SystemZInstrInfo::isLoadFromStackSlot(const MachineInstr *MI, function in class:SystemZInstrInfo
/external/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp68 /// isLoadFromStackSlot - If the specified machine instruction is a direct
73 unsigned HexagonInstrInfo::isLoadFromStackSlot(const MachineInstr *MI, function in class:HexagonInstrInfo
/external/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp1208 ARMBaseInstrInfo::isLoadFromStackSlot(const MachineInstr *MI, function in class:ARMBaseInstrInfo
/external/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp2208 unsigned X86InstrInfo::isLoadFromStackSlot(const MachineInstr *MI, function in class:X86InstrInfo
2220 if ((Reg = isLoadFromStackSlot(MI, FrameIndex)))
5206 if (isLoadFromStackSlot(LoadMI, FrameIndex)) {

Completed in 171 milliseconds