reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Overridden By

lib/Target/AArch64/AArch64FrameLowering.cpp
 1569 int AArch64FrameLowering::getFrameIndexReference(const MachineFunction &MF,
lib/Target/AMDGPU/R600FrameLowering.cpp
   21 int R600FrameLowering::getFrameIndexReference(const MachineFunction &MF,
lib/Target/AMDGPU/SIFrameLowering.cpp
  943 int SIFrameLowering::getFrameIndexReference(const MachineFunction &MF, int FI,
lib/Target/ARM/ARMFrameLowering.cpp
  882 ARMFrameLowering::getFrameIndexReference(const MachineFunction &MF, int FI,
lib/Target/Hexagon/HexagonFrameLowering.cpp
 1110 int HexagonFrameLowering::getFrameIndexReference(const MachineFunction &MF,
lib/Target/Mips/MipsSEFrameLowering.cpp
  777 int MipsSEFrameLowering::getFrameIndexReference(const MachineFunction &MF,
lib/Target/NVPTX/NVPTXFrameLowering.cpp
   66 int NVPTXFrameLowering::getFrameIndexReference(const MachineFunction &MF,
lib/Target/RISCV/RISCVFrameLowering.cpp
  323 int RISCVFrameLowering::getFrameIndexReference(const MachineFunction &MF,
lib/Target/Sparc/SparcFrameLowering.cpp
  262 int SparcFrameLowering::getFrameIndexReference(const MachineFunction &MF, int FI,
lib/Target/X86/X86FrameLowering.cpp
 1760 int X86FrameLowering::getFrameIndexReference(const MachineFunction &MF, int FI,

Declarations

include/llvm/CodeGen/TargetFrameLowering.h
  258   virtual int getFrameIndexReference(const MachineFunction &MF, int FI,

References

include/llvm/CodeGen/TargetFrameLowering.h
  271     return getFrameIndexReference(MF, FI, FrameReg);
  282     return getFrameIndexReference(MF, FI, FrameReg);
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
  884       Offset += TFI->getFrameIndexReference(*AP.MF,
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
 1177     int FrameOffset = TFI->getFrameIndexReference(*Asm->MF, VI.Slot, FrameReg);
lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
  643     int Offset = TFI->getFrameIndexReference(*Asm->MF, Fragment.FI, FrameReg);
lib/CodeGen/AsmPrinter/WinException.cpp
  354   int Offset = TFI.getFrameIndexReference(*Asm->MF, FrameIndex, UnusedReg);
 1017       GSCookieOffset = TFI->getFrameIndexReference(*MF, SSPIdx, UnusedReg);
 1027       EHCookieOffset = TFI->getFrameIndexReference(*MF, EHGuardIdx, UnusedReg);
lib/CodeGen/GCRootLowering.cpp
  301       RI->StackOffset = TFI->getFrameIndexReference(MF, RI->Num, FrameReg);
lib/CodeGen/LiveDebugValues.cpp
  663   int Offset = TFI->getFrameIndexReference(*MBB->getParent(), FI, Reg);
lib/CodeGen/PrologEpilogInserter.cpp
 1213             TFI->getFrameIndexReference(MF, FrameIdx, Reg);
lib/Target/NVPTX/NVPTXPrologEpilogPass.cpp
   72               TFI.getFrameIndexReference(MF, MI.getOperand(0).getIndex(), Reg);
lib/Target/SystemZ/SystemZFrameLowering.cpp
  459         getFrameIndexReference(MF, Save.getFrameIdx(), IgnoredFrameReg);
lib/Target/SystemZ/SystemZRegisterInfo.cpp
  267   int64_t Offset = (TFI->getFrameIndexReference(MF, FrameIndex, BasePtr) +