Searched refs:isStoreToStackSlot (Results 1 - 23 of 23) sorted by relevance

/external/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.h58 /// isStoreToStackSlot - If the specified machine instruction is a direct
63 unsigned isStoreToStackSlot(const MachineInstr *MI,
H A DSparcInstrInfo.cpp61 /// isStoreToStackSlot - If the specified machine instruction is a direct
66 unsigned SparcInstrInfo::isStoreToStackSlot(const MachineInstr *MI, function in class:SparcInstrInfo
/external/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.h45 /// isStoreToStackSlot - If the specified machine instruction is a direct
50 unsigned isStoreToStackSlot(const MachineInstr *MI,
H A DXCoreInstrInfo.cpp79 /// isStoreToStackSlot - If the specified machine instruction is a direct
85 XCoreInstrInfo::isStoreToStackSlot(const MachineInstr *MI, function in class:XCoreInstrInfo
/external/llvm/lib/Target/Mips/
H A DMipsSEInstrInfo.h39 /// isStoreToStackSlot - If the specified machine instruction is a direct
44 unsigned isStoreToStackSlot(const MachineInstr *MI,
H A DMips16InstrInfo.h38 /// isStoreToStackSlot - If the specified machine instruction is a direct
43 unsigned isStoreToStackSlot(const MachineInstr *MI,
H A DMips16InstrInfo.cpp53 /// isStoreToStackSlot - If the specified machine instruction is a direct
59 isStoreToStackSlot(const MachineInstr *MI, int &FrameIndex) const function in class:Mips16InstrInfo
H A DMipsSEInstrInfo.cpp60 /// isStoreToStackSlot - If the specified machine instruction is a direct
66 isStoreToStackSlot(const MachineInstr *MI, int &FrameIndex) const function in class:MipsSEInstrInfo
/external/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h56 unsigned isStoreToStackSlot(const MachineInstr *MI,
H A DAArch64InstrInfo.cpp1066 unsigned AArch64InstrInfo::isStoreToStackSlot(const MachineInstr *MI, function in class:AArch64InstrInfo
/external/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h53 /// isStoreToStackSlot - If the specified machine instruction is a direct
58 unsigned isStoreToStackSlot(const MachineInstr *MI,
H A DHexagonInstrInfo.cpp97 /// isStoreToStackSlot - If the specified machine instruction is a direct
102 unsigned HexagonInstrInfo::isStoreToStackSlot(const MachineInstr *MI, function in class:HexagonInstrInfo
/external/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h114 unsigned isStoreToStackSlot(const MachineInstr *MI,
H A DPPCInstrInfo.cpp199 unsigned PPCInstrInfo::isStoreToStackSlot(const MachineInstr *MI, function in class:PPCInstrInfo
779 // update isStoreToStackSlot.
/external/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.h139 unsigned isStoreToStackSlot(const MachineInstr *MI,
H A DSystemZInstrInfo.cpp211 unsigned SystemZInstrInfo::isStoreToStackSlot(const MachineInstr *MI, function in class:SystemZInstrInfo
/external/llvm/lib/Target/X86/
H A DX86InstrInfo.h195 unsigned isStoreToStackSlot(const MachineInstr *MI,
H A DX86InstrInfo.cpp1609 unsigned X86InstrInfo::isStoreToStackSlot(const MachineInstr *MI, function in class:X86InstrInfo
1622 if ((Reg = isStoreToStackSlot(MI, FrameIndex)))
/external/llvm/lib/CodeGen/
H A DInlineSpiller.cpp258 if (SnipLI.reg == TII.isStoreToStackSlot(MI, FI) && FI == StackSlot)
803 if (Reg == TII.isStoreToStackSlot(MI, FI) && FI == StackSlot) {
1007 InstrReg = TII.isStoreToStackSlot(MI, FI);
H A DStackSlotColoring.cpp395 if (!(StoreReg = TII->isStoreToStackSlot(NextMI, SecondSS))) continue;
/external/llvm/include/llvm/Target/
H A DTargetInstrInfo.h150 /// isStoreToStackSlot - If the specified machine instruction is a direct
155 virtual unsigned isStoreToStackSlot(const MachineInstr *MI, function in class:llvm::TargetInstrInfo
171 /// reference. If not, return false. Unlike isStoreToStackSlot,
/external/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h100 unsigned isStoreToStackSlot(const MachineInstr *MI,
H A DARMBaseInstrInfo.cpp932 ARMBaseInstrInfo::isStoreToStackSlot(const MachineInstr *MI, function in class:ARMBaseInstrInfo

Completed in 2833 milliseconds