Searched refs:getFrameIndexReference (Results 1 - 25 of 42) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXFrameLowering.h27 int getFrameIndexReference(const MachineFunction &MF, int FI,
H A DNVPTXFrameLowering.cpp66 int NVPTXFrameLowering::getFrameIndexReference(const MachineFunction &MF, function in class:NVPTXFrameLowering
H A DNVPTXPrologEpilogPass.cpp72 TFI.getFrameIndexReference(MF, MI.getOperand(0).getIndex(), Reg);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600FrameLowering.h27 int getFrameIndexReference(const MachineFunction &MF, int FI,
H A DR600FrameLowering.cpp21 int R600FrameLowering::getFrameIndexReference(const MachineFunction &MF, int FI, function in class:R600FrameLowering
H A DSIFrameLowering.h34 int getFrameIndexReference(const MachineFunction &MF, int FI,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSEFrameLowering.h30 int getFrameIndexReference(const MachineFunction &MF, int FI,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcFrameLowering.h41 int getFrameIndexReference(const MachineFunction &MF, int FI,
H A DSparcRegisterInfo.cpp178 Offset = TFI->getFrameIndexReference(MF, FrameIndex, FrameReg);
H A DSparcFrameLowering.cpp260 int SparcFrameLowering::getFrameIndexReference(const MachineFunction &MF, function in class:SparcFrameLowering
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.h50 int getFrameIndexReference(const MachineFunction &MF, int FI,
H A DSystemZFrameLowering.cpp558 getFrameIndexReference(MF, Save.getFrameIdx(), IgnoredFrameReg);
718 int SystemZFrameLowering::getFrameIndexReference(const MachineFunction &MF, function in class:SystemZFrameLowering
724 TargetFrameLowering::getFrameIndexReference(MF, FI, FrameReg);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.h32 int getFrameIndexReference(const MachineFunction &MF, int FI,
H A DRISCVRegisterInfo.cpp156 getFrameLowering(MF)->getFrameIndexReference(MF, FrameIndex, FrameReg) +
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEFrameLowering.h51 int getFrameIndexReference(const MachineFunction &MF, int FI,
H A DVERegisterInfo.cpp119 Offset = TFI->getFrameIndexReference(MF, FrameIndex, FrameReg);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetFrameLowering.h297 /// getFrameIndexReference - This method should return the base register
300 virtual int getFrameIndexReference(const MachineFunction &MF, int FI,
303 /// Same as \c getFrameIndexReference, except that the stack pointer (as
312 // Always safe to dispatch to getFrameIndexReference.
313 return getFrameIndexReference(MF, FI, FrameReg);
321 // By default, dispatch to getFrameIndexReference. Interested targets can
324 return getFrameIndexReference(MF, FI, FrameReg);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetFrameLoweringImpl.cpp44 int TargetFrameLowering::getFrameIndexReference(const MachineFunction &MF, function in class:TargetFrameLowering
H A DGCRootLowering.cpp299 RI->StackOffset = TFI->getFrameIndexReference(MF, RI->Num, FrameReg);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFrameLowering.h50 int getFrameIndexReference(const MachineFunction &MF, int FI,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.h44 int getFrameIndexReference(const MachineFunction &MF, int FI,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.h85 int getFrameIndexReference(const MachineFunction &MF, int FI,
H A DHexagonRegisterInfo.cpp210 int Offset = HFI.getFrameIndexReference(MF, FI, BP);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FrameLowering.h105 int getFrameIndexReference(const MachineFunction &MF, int FI,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp355 int Offset = TFI.getFrameIndexReference(*Asm->MF, FrameIndex, UnusedReg);
1018 GSCookieOffset = TFI->getFrameIndexReference(*MF, SSPIdx, UnusedReg);
1028 EHCookieOffset = TFI->getFrameIndexReference(*MF, EHGuardIdx, UnusedReg);

Completed in 294 milliseconds

12