Searched defs:isStoreToStackSlot (Results 1 - 10 of 10) sorted by relevance

/external/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.cpp57 /// isStoreToStackSlot - If the specified machine instruction is a direct
62 unsigned SparcInstrInfo::isStoreToStackSlot(const MachineInstr *MI, function in class:SparcInstrInfo
/external/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.cpp72 /// isStoreToStackSlot - If the specified machine instruction is a direct
78 XCoreInstrInfo::isStoreToStackSlot(const MachineInstr *MI, function in class:XCoreInstrInfo
/external/llvm/lib/Target/Mips/
H A DMips16InstrInfo.cpp57 /// isStoreToStackSlot - If the specified machine instruction is a direct
63 isStoreToStackSlot(const MachineInstr *MI, int &FrameIndex) const function in class:Mips16InstrInfo
H A DMipsSEInstrInfo.cpp67 /// isStoreToStackSlot - If the specified machine instruction is a direct
73 isStoreToStackSlot(const MachineInstr *MI, int &FrameIndex) const function in class:MipsSEInstrInfo
/external/llvm/include/llvm/Target/
H A DTargetInstrInfo.h148 /// isStoreToStackSlot - If the specified machine instruction is a direct
153 virtual unsigned isStoreToStackSlot(const MachineInstr *MI, function in class:llvm::TargetInstrInfo
169 /// reference. If not, return false. Unlike isStoreToStackSlot,
/external/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp124 unsigned PPCInstrInfo::isStoreToStackSlot(const MachineInstr *MI, function in class:PPCInstrInfo
567 // update isStoreToStackSlot.
/external/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp108 unsigned SystemZInstrInfo::isStoreToStackSlot(const MachineInstr *MI, function in class:SystemZInstrInfo
/external/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp92 /// isStoreToStackSlot - If the specified machine instruction is a direct
97 unsigned HexagonInstrInfo::isStoreToStackSlot(const MachineInstr *MI, function in class:HexagonInstrInfo
/external/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp893 ARMBaseInstrInfo::isStoreToStackSlot(const MachineInstr *MI, function in class:ARMBaseInstrInfo
/external/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp1511 unsigned X86InstrInfo::isStoreToStackSlot(const MachineInstr *MI, function in class:X86InstrInfo
1524 if ((Reg = isStoreToStackSlot(MI, FrameIndex)))

Completed in 532 milliseconds