Home
last modified time | relevance | path

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

123

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetFrameLowering.h342 virtual StackOffset getFrameIndexReference(const MachineFunction &MF, int FI,
356 return getFrameIndexReference(MF, FI, FrameReg); in getFrameIndexReferencePreferSP()
367 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.h27 StackOffset getFrameIndexReference(const MachineFunction &MF, int FI,
H A DNVPTXFrameLowering.cpp74 NVPTXFrameLowering::getFrameIndexReference(const MachineFunction &MF, int FI, in getFrameIndexReference() function in NVPTXFrameLowering
H A DNVPTXPrologEpilogPass.cpp68 StackOffset Offset = TFI->getFrameIndexReference(MF, FrameIdx, Reg); in replaceFrameIndexDebugInstr()
/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.h41 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.h53 StackOffset getFrameIndexReference(const MachineFunction &MF, int FI,
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kFrameLowering.h149 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.h52 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/SystemZ/
H A DSystemZFrameLowering.h89 StackOffset getFrameIndexReference(const MachineFunction &MF, int FI,
H A DSystemZRegisterInfo.cpp304 (TFI->getFrameIndexReference(MF, FrameIndex, BasePtr).getFixed() + in eliminateFrameIndex()
316 Ops, TFI->getFrameIndexReference(MF, FrameIndex, BasePtr).getFixed()); in eliminateFrameIndex()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.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
H A DGCRootLowering.cpp312 auto FrameOffset = TFI->getFrameIndexReference(MF, RI->Num, FrameReg); in FindStackOffsets()
/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/CodeGen/AsmPrinter/
H A DWinException.cpp364 StackOffset Offset = TFI.getFrameIndexReference(*Asm->MF, FrameIndex, UnusedReg); in getFrameIndexOffset()
1047 TFI->getFrameIndexReference(*MF, SSPIdx, UnusedReg).getFixed(); in emitExceptHandlerTable()
1058 TFI->getFrameIndexReference(*MF, EHGuardIdx, UnusedReg).getFixed(); in emitExceptHandlerTable()

123