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

/external/llvm/lib/Target/Mips/
H A DMips16InstrInfo.cpp35 /// isLoadFromStackSlot - If the specified machine instruction is a direct
41 isLoadFromStackSlot(const MachineInstr *MI, int &FrameIndex) const function in class:Mips16InstrInfo
H A DMipsSEInstrInfo.cpp36 /// isLoadFromStackSlot - If the specified machine instruction is a direct
42 isLoadFromStackSlot(const MachineInstr *MI, int &FrameIndex) const function in class:MipsSEInstrInfo
/external/llvm/lib/Target/MBlaze/
H A DMBlazeInstrInfo.cpp38 /// isLoadFromStackSlot - If the specified machine instruction is a direct
44 isLoadFromStackSlot(const MachineInstr *MI, int &FrameIndex) const { function in class:MBlazeInstrInfo
/external/llvm/lib/Target/CellSPU/
H A DSPUInstrInfo.cpp72 SPUInstrInfo::isLoadFromStackSlot(const MachineInstr *MI, function in class:SPUInstrInfo
/external/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.cpp35 /// isLoadFromStackSlot - If the specified machine instruction is a direct
40 unsigned SparcInstrInfo::isLoadFromStackSlot(const MachineInstr *MI, function in class:SparcInstrInfo
/external/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.cpp51 /// isLoadFromStackSlot - If the specified machine instruction is a direct
57 XCoreInstrInfo::isLoadFromStackSlot(const MachineInstr *MI, int &FrameIndex) const{ function in class:XCoreInstrInfo
/external/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp100 unsigned PPCInstrInfo::isLoadFromStackSlot(const MachineInstr *MI, function in class:PPCInstrInfo
/external/llvm/include/llvm/Target/
H A DTargetInstrInfo.h119 /// isLoadFromStackSlot - If the specified machine instruction is a direct
124 virtual unsigned isLoadFromStackSlot(const MachineInstr *MI, function in class:llvm::TargetInstrInfo
141 /// isLoadFromStackSlot, this returns true for any instructions that
/external/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp62 /// isLoadFromStackSlot - If the specified machine instruction is a direct
67 unsigned HexagonInstrInfo::isLoadFromStackSlot(const MachineInstr *MI, function in class:HexagonInstrInfo
/external/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp1044 ARMBaseInstrInfo::isLoadFromStackSlot(const MachineInstr *MI, function in class:ARMBaseInstrInfo
/external/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp1455 unsigned X86InstrInfo::isLoadFromStackSlot(const MachineInstr *MI, function in class:X86InstrInfo
1467 if ((Reg = isLoadFromStackSlot(MI, FrameIndex)))

Completed in 162 milliseconds