Home
last modified time | relevance | path

Searched refs:getFrameIndexReference (Results 1 – 25 of 47) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetFrameLowering.h301 virtual StackOffset getFrameIndexReference(const MachineFunction &MF, int FI,
315 return getFrameIndexReference(MF, FI, FrameReg); in getFrameIndexReferencePreferSP()
326 return getFrameIndexReference(MF, FI, FrameReg); in getNonLocalFrameIndexReference()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DR600FrameLowering.h27 StackOffset getFrameIndexReference(const MachineFunction &MF, int FI,
H A DR600FrameLowering.cpp18 R600FrameLowering::getFrameIndexReference(const MachineFunction &MF, int FI, in getFrameIndexReference() function in R600FrameLowering
H A DSIFrameLowering.h34 StackOffset getFrameIndexReference(const MachineFunction &MF, int FI,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXFrameLowering.h28 StackOffset getFrameIndexReference(const MachineFunction &MF, int FI,
H A DNVPTXFrameLowering.cpp67 NVPTXFrameLowering::getFrameIndexReference(const MachineFunction &MF, int FI, in getFrameIndexReference() function in NVPTXFrameLowering
H A DNVPTXPrologEpilogPass.cpp75 TFI.getFrameIndexReference(MF, Op.getIndex(), Reg); in runOnMachineFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsSEFrameLowering.h29 StackOffset getFrameIndexReference(const MachineFunction &MF, int FI,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcFrameLowering.h42 StackOffset getFrameIndexReference(const MachineFunction &MF, int FI,
H A DSparcRegisterInfo.cpp178 Offset = TFI->getFrameIndexReference(MF, FrameIndex, FrameReg).getFixed(); in eliminateFrameIndex()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.h52 StackOffset getFrameIndexReference(const MachineFunction &MF, int FI,
H A DSystemZRegisterInfo.cpp298 (TFI->getFrameIndexReference(MF, FrameIndex, BasePtr).getFixed() + in eliminateFrameIndex()
310 Ops, TFI->getFrameIndexReference(MF, FrameIndex, BasePtr).getFixed()); in eliminateFrameIndex()
H A DSystemZFrameLowering.cpp561 getFrameIndexReference(MF, Save.getFrameIdx(), IgnoredFrameReg) in emitPrologue()
738 SystemZFrameLowering::getFrameIndexReference(const MachineFunction &MF, int FI, in getFrameIndexReference() function in SystemZFrameLowering
743 TargetFrameLowering::getFrameIndexReference(MF, FI, FrameReg); in getFrameIndexReference()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.h33 StackOffset getFrameIndexReference(const MachineFunction &MF, int FI,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/
H A DVEFrameLowering.h54 StackOffset getFrameIndexReference(const MachineFunction &MF, int FI,
H A DVERegisterInfo.cpp159 Offset = TFI->getFrameIndexReference(MF, FrameIndex, FrameReg).getFixed(); in eliminateFrameIndex()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMFrameLowering.h51 StackOffset getFrameIndexReference(const MachineFunction &MF, int FI,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
H A DM68kFrameLowering.h156 StackOffset getFrameIndexReference(const MachineFunction &MF, int FI,
H A DM68kRegisterInfo.cpp203 TFI->getFrameIndexReference(MF, FIndex, IgnoredFrameReg).getFixed(); in eliminateFrameIndex()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetFrameLoweringImpl.cpp45 TargetFrameLowering::getFrameIndexReference(const MachineFunction &MF, int FI, in getFrameIndexReference() function in TargetFrameLowering
H A DGCRootLowering.cpp298 auto FrameOffset = TFI->getFrameIndexReference(MF, RI->Num, FrameReg); in FindStackOffsets()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.h44 StackOffset getFrameIndexReference(const MachineFunction &MF, int FI,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86FrameLowering.h106 StackOffset getFrameIndexReference(const MachineFunction &MF, int FI,
H A DX86FrameLowering.cpp1760 int64_t EHRegOffset = getFrameIndexReference(MF, FI, FrameReg).getFixed(); in emitPrologue()
1782 getFrameIndexReference(MF, FI, IgnoredFrameReg).getFixed() + in emitPrologue()
1855 getFrameIndexReference(MF, X86FI->getSEHFramePtrSaveIndex(), UsedReg) in emitPrologue()
2193 StackOffset X86FrameLowering::getFrameIndexReference(const MachineFunction &MF, in getFrameIndexReference() function in X86FrameLowering
2296 return getFrameIndexReference(MF, FI, FrameReg).getFixed(); in getWin64EHFrameIndexRef()
2356 return getFrameIndexReference(MF, FI, FrameReg); in getFrameIndexReferencePreferSP()
2362 return getFrameIndexReference(MF, FI, FrameReg); in getFrameIndexReferencePreferSP()
3424 int EHRegOffset = getFrameIndexReference(MF, FI, UsedReg).getFixed(); in restoreWin32EHStackPointers()
3447 getFrameIndexReference(MF, X86FI->getSEHFramePtrSaveIndex(), UsedReg) in restoreWin32EHStackPointers()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.h86 StackOffset getFrameIndexReference(const MachineFunction &MF, int FI,

12