Home
last modified time | relevance | path

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

12

/external/llvm/lib/Target/XCore/
DXCoreInstrInfo.h42 unsigned isLoadFromStackSlot(const MachineInstr *MI,
DXCoreInstrInfo.cpp64 XCoreInstrInfo::isLoadFromStackSlot(const MachineInstr *MI, int &FrameIndex) const{ in isLoadFromStackSlot() function in XCoreInstrInfo
/external/llvm/lib/Target/Sparc/
DSparcInstrInfo.h57 unsigned isLoadFromStackSlot(const MachineInstr *MI,
DSparcInstrInfo.cpp44 unsigned SparcInstrInfo::isLoadFromStackSlot(const MachineInstr *MI, in isLoadFromStackSlot() function in SparcInstrInfo
/external/llvm/lib/Target/Mips/
DMipsSEInstrInfo.h35 unsigned isLoadFromStackSlot(const MachineInstr *MI,
DMips16InstrInfo.h35 unsigned isLoadFromStackSlot(const MachineInstr *MI,
DMips16InstrInfo.cpp46 unsigned Mips16InstrInfo::isLoadFromStackSlot(const MachineInstr *MI, in isLoadFromStackSlot() function in Mips16InstrInfo
DMipsSEInstrInfo.cpp41 unsigned MipsSEInstrInfo::isLoadFromStackSlot(const MachineInstr *MI, in isLoadFromStackSlot() function in MipsSEInstrInfo
/external/mesa3d/src/gallium/drivers/radeon/
DAMDGPUInstrInfo.h54 unsigned isLoadFromStackSlot(const MachineInstr *MI, int &FrameIndex) const;
DAMDGPUInstrInfo.cpp43 unsigned AMDGPUInstrInfo::isLoadFromStackSlot(const MachineInstr *MI, in isLoadFromStackSlot() function in AMDGPUInstrInfo
/external/llvm/lib/Target/R600/
DAMDGPUInstrInfo.h54 unsigned isLoadFromStackSlot(const MachineInstr *MI,
DAMDGPUInstrInfo.cpp47 unsigned AMDGPUInstrInfo::isLoadFromStackSlot(const MachineInstr *MI, in isLoadFromStackSlot() function in AMDGPUInstrInfo
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.h140 unsigned isLoadFromStackSlot(const MachineInstr *MI,
DSystemZInstrInfo.cpp206 unsigned SystemZInstrInfo::isLoadFromStackSlot(const MachineInstr *MI, in isLoadFromStackSlot() function in SystemZInstrInfo
/external/llvm/lib/Target/PowerPC/
DPPCInstrInfo.h121 unsigned isLoadFromStackSlot(const MachineInstr *MI,
DREADME_ALTIVEC.txt3 Implement PPCInstrInfo::isLoadFromStackSlot/isStoreToStackSlot for vector
/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.h50 unsigned isLoadFromStackSlot(const MachineInstr *MI,
/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.h59 unsigned isLoadFromStackSlot(const MachineInstr *MI,
/external/llvm/lib/CodeGen/
DInlineSpiller.cpp253 if (SnipLI.reg == TII.isLoadFromStackSlot(MI, FI) && FI == StackSlot) in isSnippet()
624 if (Reg == TII.isLoadFromStackSlot(MI, FI) && FI == StackSlot) { in traceSiblingValue()
1017 unsigned InstrReg = TII.isLoadFromStackSlot(MI, FI); in coalesceStackAccess()
DTargetInstrInfo.cpp531 isLoadFromStackSlot(LoadMI, FrameIndex)) { in foldMemoryOperand()
583 if (isLoadFromStackSlot(MI, FrameIdx) && in isReallyTriviallyReMaterializableGeneric()
DStackSlotColoring.cpp402 if (!(LoadReg = TII->isLoadFromStackSlot(I, FirstSS))) continue; in RemoveDeadStores()
DMachineLICM.cpp503 (TII->isLoadFromStackSlot(MI, FI) && MFI->isSpillSlotObjectIndex(FI))) in ProcessMI()
/external/llvm/lib/Target/X86/
DX86InstrInfo.h193 unsigned isLoadFromStackSlot(const MachineInstr *MI,
/external/llvm/lib/Target/ARM/
DARMBaseInstrInfo.h150 unsigned isLoadFromStackSlot(const MachineInstr *MI,
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h135 virtual unsigned isLoadFromStackSlot(const MachineInstr *MI, in isLoadFromStackSlot() function

12