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

12

/external/llvm/lib/Target/Alpha/
H A DAlphaInstrInfo.h36 virtual unsigned isLoadFromStackSlot(const MachineInstr *MI,
H A DAlphaInstrInfo.cpp34 AlphaInstrInfo::isLoadFromStackSlot(const MachineInstr *MI, function in class:AlphaInstrInfo
/external/llvm/lib/Target/Blackfin/
H A DBlackfinInstrInfo.h36 virtual unsigned isLoadFromStackSlot(const MachineInstr *MI,
H A DBlackfinInstrInfo.cpp34 /// isLoadFromStackSlot - If the specified machine instruction is a direct
39 unsigned BlackfinInstrInfo::isLoadFromStackSlot(const MachineInstr *MI, function in class:BlackfinInstrInfo
/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/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/SystemZ/
H A DSystemZInstrInfo.h70 unsigned isLoadFromStackSlot(const MachineInstr *MI, int &FrameIndex) const;
H A DSystemZInstrInfo.cpp126 unsigned SystemZInstrInfo::isLoadFromStackSlot(const MachineInstr *MI, function in class:SystemZInstrInfo
/external/llvm/lib/Target/Mips/
H A DMipsInstrInfo.h126 /// isLoadFromStackSlot - If the specified machine instruction is a direct
131 virtual unsigned isLoadFromStackSlot(const MachineInstr *MI,
H A DMipsInstrInfo.cpp43 /// isLoadFromStackSlot - If the specified machine instruction is a direct
49 isLoadFromStackSlot(const MachineInstr *MI, int &FrameIndex) const function in class:MipsInstrInfo
/external/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h92 unsigned isLoadFromStackSlot(const MachineInstr *MI,
/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,
/external/llvm/lib/Target/X86/
H A DX86InstrInfo.h170 unsigned isLoadFromStackSlot(const MachineInstr *MI, int &FrameIndex) const;
/external/llvm/lib/CodeGen/
H A DStackSlotColoring.cpp450 if (TII->isLoadFromStackSlot(MI, SS) ||
616 if (unsigned DstReg = TII->isLoadFromStackSlot(MI, OldFI)) {
689 if (!(LoadReg = TII->isLoadFromStackSlot(I, FirstSS))) continue;
H A DInlineSpiller.cpp250 if (SnipLI.reg == TII.isLoadFromStackSlot(MI, FI) && FI == StackSlot)
605 if (Reg == TII.isLoadFromStackSlot(MI, FI) && FI == StackSlot) {
987 unsigned InstrReg = TII.isLoadFromStackSlot(MI, FI);
H A DTargetInstrInfoImpl.cpp382 if (TII.isLoadFromStackSlot(MI, FrameIdx) &&
H A DVirtRegRewriter.cpp342 (TII->isLoadFromStackSlot(NewInsertLoc, FrameIdx) ||
1541 unsigned DestReg = TII->isLoadFromStackSlot(ReloadMI, FrameIdx);
2355 unsigned DestReg = TII->isLoadFromStackSlot(&MI, FrameIdx);
2533 if (unsigned DestReg = TII->isLoadFromStackSlot(&MI, FrameIdx)) {
H A DLiveIntervalAnalysis.cpp1790 bool isLoadSS = DefIsReMat && tii_->isLoadFromStackSlot(ReMatDefMI, LdSlot);
1879 bool isLoadSS = DefIsReMat && tii_->isLoadFromStackSlot(ReMatDefMI, LdSlot);
2000 bool isLoadSS = tii_->isLoadFromStackSlot(ReMatDefMI, LdSlot);
/external/llvm/include/llvm/Target/
H A DTargetInstrInfo.h115 /// isLoadFromStackSlot - If the specified machine instruction is a direct
120 virtual unsigned isLoadFromStackSlot(const MachineInstr *MI, function in class:llvm::TargetInstrInfo
137 /// isLoadFromStackSlot, this returns true for any instructions that

Completed in 401 milliseconds

12