Home
last modified time | relevance | path

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

12

/freebsd-10-stable/contrib/llvm/lib/Target/XCore/
DXCoreInstrInfo.h42 virtual unsigned isLoadFromStackSlot(const MachineInstr *MI,
DXCoreInstrInfo.cpp61 XCoreInstrInfo::isLoadFromStackSlot(const MachineInstr *MI, int &FrameIndex) const{ in isLoadFromStackSlot() function in XCoreInstrInfo
/freebsd-10-stable/contrib/llvm/lib/Target/Sparc/
DSparcInstrInfo.h55 virtual unsigned isLoadFromStackSlot(const MachineInstr *MI,
DSparcInstrInfo.cpp46 unsigned SparcInstrInfo::isLoadFromStackSlot(const MachineInstr *MI, in isLoadFromStackSlot() function in SparcInstrInfo
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/
DMipsSEInstrInfo.h36 virtual unsigned isLoadFromStackSlot(const MachineInstr *MI,
DMips16InstrInfo.h35 virtual unsigned isLoadFromStackSlot(const MachineInstr *MI,
DMips16InstrInfo.cpp53 isLoadFromStackSlot(const MachineInstr *MI, int &FrameIndex) const in isLoadFromStackSlot() function in Mips16InstrInfo
DMipsSEInstrInfo.cpp43 isLoadFromStackSlot(const MachineInstr *MI, int &FrameIndex) const in isLoadFromStackSlot() function in MipsSEInstrInfo
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/
DPPCInstrInfo.h101 unsigned isLoadFromStackSlot(const MachineInstr *MI,
DPPCInstrInfo.cpp103 unsigned PPCInstrInfo::isLoadFromStackSlot(const MachineInstr *MI, in isLoadFromStackSlot() function in PPCInstrInfo
/freebsd-10-stable/contrib/llvm/lib/Target/R600/
DAMDGPUInstrInfo.h57 unsigned isLoadFromStackSlot(const MachineInstr *MI, int &FrameIndex) const;
DAMDGPUInstrInfo.cpp48 unsigned AMDGPUInstrInfo::isLoadFromStackSlot(const MachineInstr *MI, in isLoadFromStackSlot() function in AMDGPUInstrInfo
/freebsd-10-stable/contrib/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.h136 virtual unsigned isLoadFromStackSlot(const MachineInstr *MI,
DSystemZInstrInfo.cpp206 unsigned SystemZInstrInfo::isLoadFromStackSlot(const MachineInstr *MI, in isLoadFromStackSlot() function in SystemZInstrInfo
/freebsd-10-stable/contrib/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.h48 virtual unsigned isLoadFromStackSlot(const MachineInstr *MI,
DHexagonInstrInfo.cpp72 unsigned HexagonInstrInfo::isLoadFromStackSlot(const MachineInstr *MI, in isLoadFromStackSlot() function in HexagonInstrInfo
/freebsd-10-stable/contrib/llvm/lib/Target/X86/
DX86InstrInfo.h176 unsigned isLoadFromStackSlot(const MachineInstr *MI, int &FrameIndex) const;
DX86InstrInfo.cpp1574 unsigned X86InstrInfo::isLoadFromStackSlot(const MachineInstr *MI, in isLoadFromStackSlot() function in X86InstrInfo
1586 if ((Reg = isLoadFromStackSlot(MI, FrameIndex))) in isLoadFromStackSlotPostFE()
4319 if (isLoadFromStackSlot(LoadMI, FrameIndex)) in foldMemoryOperandImpl()
/freebsd-10-stable/contrib/llvm/lib/CodeGen/
DInlineSpiller.cpp251 if (SnipLI.reg == TII.isLoadFromStackSlot(MI, FI) && FI == StackSlot) in isSnippet()
605 if (Reg == TII.isLoadFromStackSlot(MI, FI) && FI == StackSlot) { in traceSiblingValue()
983 unsigned InstrReg = TII.isLoadFromStackSlot(MI, FI); in coalesceStackAccess()
DStackSlotColoring.cpp395 if (!(LoadReg = TII->isLoadFromStackSlot(I, FirstSS))) continue; in RemoveDeadStores()
DTargetInstrInfo.cpp500 if (TII.isLoadFromStackSlot(MI, FrameIdx) && in isReallyTriviallyReMaterializableGeneric()
DMachineLICM.cpp484 (TII->isLoadFromStackSlot(MI, FI) && MFI->isSpillSlotObjectIndex(FI))) in ProcessMI()
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/
DARMBaseInstrInfo.h100 virtual unsigned isLoadFromStackSlot(const MachineInstr *MI,
DARMBaseInstrInfo.cpp1111 ARMBaseInstrInfo::isLoadFromStackSlot(const MachineInstr *MI, in isLoadFromStackSlot() function in ARMBaseInstrInfo
/freebsd-10-stable/contrib/llvm/include/llvm/Target/
DTargetInstrInfo.h124 virtual unsigned isLoadFromStackSlot(const MachineInstr *MI, in isLoadFromStackSlot() function

12