Home
last modified time | relevance | path

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

12

/minix3/external/bsd/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.h55 unsigned isLoadFromStackSlot(const MachineInstr *MI,
H A DSparcInstrInfo.cpp45 unsigned SparcInstrInfo::isLoadFromStackSlot(const MachineInstr *MI, in isLoadFromStackSlot() function in SparcInstrInfo
/minix3/external/bsd/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.h42 unsigned isLoadFromStackSlot(const MachineInstr *MI,
H A DXCoreInstrInfo.cpp64 XCoreInstrInfo::isLoadFromStackSlot(const MachineInstr *MI, int &FrameIndex) const{ in isLoadFromStackSlot() function in XCoreInstrInfo
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Mips/
H A DMipsSEInstrInfo.h35 unsigned isLoadFromStackSlot(const MachineInstr *MI,
H A DMips16InstrInfo.h35 unsigned isLoadFromStackSlot(const MachineInstr *MI,
H A DMips16InstrInfo.cpp46 unsigned Mips16InstrInfo::isLoadFromStackSlot(const MachineInstr *MI, in isLoadFromStackSlot() function in Mips16InstrInfo
H A DMipsSEInstrInfo.cpp41 unsigned MipsSEInstrInfo::isLoadFromStackSlot(const MachineInstr *MI, in isLoadFromStackSlot() function in MipsSEInstrInfo
/minix3/external/bsd/llvm/dist/llvm/lib/Target/R600/
H A DAMDGPUInstrInfo.h54 unsigned isLoadFromStackSlot(const MachineInstr *MI,
H A DAMDGPUInstrInfo.cpp47 unsigned AMDGPUInstrInfo::isLoadFromStackSlot(const MachineInstr *MI, in isLoadFromStackSlot() function in AMDGPUInstrInfo
/minix3/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h121 unsigned isLoadFromStackSlot(const MachineInstr *MI,
H A DREADME_ALTIVEC.txt3 Implement PPCInstrInfo::isLoadFromStackSlot/isStoreToStackSlot for vector
H A DPPCInstrInfo.cpp174 unsigned PPCInstrInfo::isLoadFromStackSlot(const MachineInstr *MI, in isLoadFromStackSlot() function in PPCInstrInfo
/minix3/external/bsd/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.h137 unsigned isLoadFromStackSlot(const MachineInstr *MI,
H A DSystemZInstrInfo.cpp206 unsigned SystemZInstrInfo::isLoadFromStackSlot(const MachineInstr *MI, in isLoadFromStackSlot() function in SystemZInstrInfo
/minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h59 unsigned isLoadFromStackSlot(const MachineInstr *MI,
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h50 unsigned isLoadFromStackSlot(const MachineInstr *MI,
H A DHexagonInstrInfo.cpp75 unsigned HexagonInstrInfo::isLoadFromStackSlot(const MachineInstr *MI, in isLoadFromStackSlot() function in HexagonInstrInfo
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86InstrInfo.h188 unsigned isLoadFromStackSlot(const MachineInstr *MI,
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A 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()
H A DTargetInstrInfo.cpp538 isLoadFromStackSlot(LoadMI, FrameIndex)) { in foldMemoryOperand()
590 if (isLoadFromStackSlot(MI, FrameIdx) && in isReallyTriviallyReMaterializableGeneric()
H A DStackSlotColoring.cpp394 if (!(LoadReg = TII->isLoadFromStackSlot(I, FirstSS))) continue; in RemoveDeadStores()
H A DMachineLICM.cpp489 (TII->isLoadFromStackSlot(MI, FI) && MFI->isSpillSlotObjectIndex(FI))) in ProcessMI()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h150 unsigned isLoadFromStackSlot(const MachineInstr *MI,
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Target/
H A DTargetInstrInfo.h135 virtual unsigned isLoadFromStackSlot(const MachineInstr *MI, in isLoadFromStackSlot() function

12