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

12

/external/llvm/lib/Target/CellSPU/
H A DSPUInstrInfo.h42 unsigned isLoadFromStackSlot(const MachineInstr *MI,
H A DSPUInstrInfo.cpp72 SPUInstrInfo::isLoadFromStackSlot(const MachineInstr *MI, function in class:SPUInstrInfo
/external/llvm/lib/Target/Mips/
H A DMips16InstrInfo.h30 /// isLoadFromStackSlot - If the specified machine instruction is a direct
35 virtual unsigned isLoadFromStackSlot(const MachineInstr *MI,
H A DMipsSEInstrInfo.h31 /// isLoadFromStackSlot - If the specified machine instruction is a direct
36 virtual unsigned isLoadFromStackSlot(const MachineInstr *MI,
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/Sparc/
H A DSparcInstrInfo.h49 /// isLoadFromStackSlot - If the specified machine instruction is a direct
54 virtual unsigned isLoadFromStackSlot(const MachineInstr *MI,
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.h36 /// isLoadFromStackSlot - If the specified machine instruction is a direct
41 virtual unsigned isLoadFromStackSlot(const MachineInstr *MI,
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.h98 unsigned isLoadFromStackSlot(const MachineInstr *MI,
H A DPPCInstrInfo.cpp100 unsigned PPCInstrInfo::isLoadFromStackSlot(const MachineInstr *MI, function in class:PPCInstrInfo
/external/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h40 /// isLoadFromStackSlot - If the specified machine instruction is a direct
45 virtual unsigned isLoadFromStackSlot(const MachineInstr *MI,
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/MBlaze/
H A DMBlazeInstrInfo.h181 /// isLoadFromStackSlot - If the specified machine instruction is a direct
186 virtual unsigned isLoadFromStackSlot(const MachineInstr *MI,
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/ARM/
H A DARMBaseInstrInfo.h100 virtual unsigned isLoadFromStackSlot(const MachineInstr *MI,
H A DARMBaseInstrInfo.cpp1044 ARMBaseInstrInfo::isLoadFromStackSlot(const MachineInstr *MI, function in class:ARMBaseInstrInfo
/external/llvm/lib/Target/X86/
H A DX86InstrInfo.h171 unsigned isLoadFromStackSlot(const MachineInstr *MI, int &FrameIndex) const;
H A DX86InstrInfo.cpp1455 unsigned X86InstrInfo::isLoadFromStackSlot(const MachineInstr *MI, function in class:X86InstrInfo
1467 if ((Reg = isLoadFromStackSlot(MI, FrameIndex)))
/external/llvm/lib/CodeGen/
H A DInlineSpiller.cpp248 if (SnipLI.reg == TII.isLoadFromStackSlot(MI, FI) && FI == StackSlot)
603 if (Reg == TII.isLoadFromStackSlot(MI, FI) && FI == StackSlot) {
981 unsigned InstrReg = TII.isLoadFromStackSlot(MI, FI);
H A DStackSlotColoring.cpp366 if (!(LoadReg = TII->isLoadFromStackSlot(I, FirstSS))) continue;
H A DTargetInstrInfoImpl.cpp401 if (TII.isLoadFromStackSlot(MI, FrameIdx) &&
H A DMachineLICM.cpp484 (TII->isLoadFromStackSlot(MI, FI) && MFI->isSpillSlotObjectIndex(FI)))
/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

Completed in 422 milliseconds

12