Home
last modified time | relevance | path

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

12

/external/llvm/lib/Target/Sparc/
DSparcInstrInfo.h55 unsigned isLoadFromStackSlot(const MachineInstr *MI,
DSparcInstrInfo.cpp45 unsigned SparcInstrInfo::isLoadFromStackSlot(const MachineInstr *MI, in isLoadFromStackSlot() function in SparcInstrInfo
/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/Mips/
DMipsSEInstrInfo.h36 unsigned isLoadFromStackSlot(const MachineInstr *MI,
DMips16InstrInfo.h35 unsigned isLoadFromStackSlot(const MachineInstr *MI,
DMips16InstrInfo.cpp48 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
/external/chromium_org/third_party/mesa/src/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/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/AArch64/
DAArch64InstrInfo.h52 unsigned isLoadFromStackSlot(const MachineInstr *MI,
/external/llvm/lib/Target/R600/
DAMDGPUInstrInfo.h57 unsigned isLoadFromStackSlot(const MachineInstr *MI,
DAMDGPUInstrInfo.cpp47 unsigned AMDGPUInstrInfo::isLoadFromStackSlot(const MachineInstr *MI, in isLoadFromStackSlot() function in AMDGPUInstrInfo
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.h137 unsigned isLoadFromStackSlot(const MachineInstr *MI,
/external/llvm/lib/Target/PowerPC/
DPPCInstrInfo.h112 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/CodeGen/
DTargetInstrInfo.cpp531 isLoadFromStackSlot(LoadMI, FrameIndex)) { in foldMemoryOperand()
585 if (TII.isLoadFromStackSlot(MI, FrameIdx) && in isReallyTriviallyReMaterializableGeneric()
DInlineSpiller.cpp254 if (SnipLI.reg == TII.isLoadFromStackSlot(MI, FI) && FI == StackSlot) in isSnippet()
622 if (Reg == TII.isLoadFromStackSlot(MI, FI) && FI == StackSlot) { in traceSiblingValue()
1004 unsigned InstrReg = TII.isLoadFromStackSlot(MI, FI); in coalesceStackAccess()
DStackSlotColoring.cpp394 if (!(LoadReg = TII->isLoadFromStackSlot(I, FirstSS))) continue; in RemoveDeadStores()
/external/llvm/lib/Target/X86/
DX86InstrInfo.h187 unsigned isLoadFromStackSlot(const MachineInstr *MI,
/external/llvm/lib/Target/ARM/
DARMBaseInstrInfo.h98 unsigned isLoadFromStackSlot(const MachineInstr *MI,
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h126 virtual unsigned isLoadFromStackSlot(const MachineInstr *MI, in isLoadFromStackSlot() function

12