Home
last modified time | relevance | path

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

123

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetFrameLowering.h319 virtual StackOffset getFrameIndexReference(const MachineFunction &MF, int FI,
333 return getFrameIndexReference(MF, FI, FrameReg); in getFrameIndexReferencePreferSP()
344 return getFrameIndexReference(MF, FI, FrameReg); in getNonLocalFrameIndexReference()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600FrameLowering.h27 StackOffset getFrameIndexReference(const MachineFunction &MF, int FI,
H A DR600FrameLowering.cpp19 R600FrameLowering::getFrameIndexReference(const MachineFunction &MF, int FI, in getFrameIndexReference() function in R600FrameLowering
H A DSIFrameLowering.h30 StackOffset getFrameIndexReference(const MachineFunction &MF, int FI,
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXFrameLowering.h28 StackOffset getFrameIndexReference(const MachineFunction &MF, int FI,
H A DNVPTXFrameLowering.cpp73 NVPTXFrameLowering::getFrameIndexReference(const MachineFunction &MF, int FI, in getFrameIndexReference() function in NVPTXFrameLowering
H A DNVPTXPrologEpilogPass.cpp77 TFI.getFrameIndexReference(MF, Op.getIndex(), Reg); in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSEFrameLowering.h29 StackOffset getFrameIndexReference(const MachineFunction &MF, int FI,
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcFrameLowering.h42 StackOffset getFrameIndexReference(const MachineFunction &MF, int FI,
H A DSparcRegisterInfo.cpp188 Offset = TFI->getFrameIndexReference(MF, FrameIndex, FrameReg).getFixed(); in eliminateFrameIndex()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchFrameLowering.h49 StackOffset getFrameIndexReference(const MachineFunction &MF, int FI,
H A DLoongArchRegisterInfo.cpp138 TFI->getFrameIndexReference(MF, FrameIndex, FrameReg) + in eliminateFrameIndex()
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYFrameLowering.h39 StackOffset getFrameIndexReference(const MachineFunction &MF, int FI,
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEFrameLowering.h54 StackOffset getFrameIndexReference(const MachineFunction &MF, int FI,
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.h31 StackOffset getFrameIndexReference(const MachineFunction &MF, int FI,
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kFrameLowering.h155 StackOffset getFrameIndexReference(const MachineFunction &MF, int FI,
H A DM68kRegisterInfo.cpp204 TFI->getFrameIndexReference(MF, FIndex, IgnoredFrameReg).getFixed(); in eliminateFrameIndex()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFrameLowering.h53 StackOffset getFrameIndexReference(const MachineFunction &MF, int FI,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetFrameLoweringImpl.cpp49 TargetFrameLowering::getFrameIndexReference(const MachineFunction &MF, int FI, in getFrameIndexReference() function in TargetFrameLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.h90 StackOffset getFrameIndexReference(const MachineFunction &MF, int FI,
H A DSystemZRegisterInfo.cpp300 (TFI->getFrameIndexReference(MF, FrameIndex, BasePtr).getFixed() + in eliminateFrameIndex()
312 Ops, TFI->getFrameIndexReference(MF, FrameIndex, BasePtr).getFixed()); in eliminateFrameIndex()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.h43 StackOffset getFrameIndexReference(const MachineFunction &MF, int FI,
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.h90 StackOffset getFrameIndexReference(const MachineFunction &MF, int FI,
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FrameLowering.h111 StackOffset getFrameIndexReference(const MachineFunction &MF, int FI,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp362 StackOffset Offset = TFI.getFrameIndexReference(*Asm->MF, FrameIndex, UnusedReg); in getFrameIndexOffset()
1045 TFI->getFrameIndexReference(*MF, SSPIdx, UnusedReg).getFixed(); in emitExceptHandlerTable()
1056 TFI->getFrameIndexReference(*MF, EHGuardIdx, UnusedReg).getFixed(); in emitExceptHandlerTable()

123