Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetFrameLowering.h249 virtual int getFrameIndexReference(const MachineFunction &MF, int FI,
262 return getFrameIndexReference(MF, FI, FrameReg); in getFrameIndexReferencePreferSP()
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DR600FrameLowering.h28 int getFrameIndexReference(const MachineFunction &MF, int FI,
H A DR600FrameLowering.cpp22 int R600FrameLowering::getFrameIndexReference(const MachineFunction &MF, in getFrameIndexReference() function in R600FrameLowering
H A DSIFrameLowering.h35 int getFrameIndexReference(const MachineFunction &MF, int FI,
/freebsd-12.1/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXFrameLowering.h28 int getFrameIndexReference(const MachineFunction &MF, int FI,
H A DNVPTXFrameLowering.cpp67 int NVPTXFrameLowering::getFrameIndexReference(const MachineFunction &MF, in getFrameIndexReference() function in NVPTXFrameLowering
H A DNVPTXPrologEpilogPass.cpp73 TFI.getFrameIndexReference(MF, MI.getOperand(0).getIndex(), Reg); in runOnMachineFunction()
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsSEFrameLowering.h31 int getFrameIndexReference(const MachineFunction &MF, int FI,
/freebsd-12.1/contrib/llvm/lib/Target/Sparc/
H A DSparcFrameLowering.h42 int getFrameIndexReference(const MachineFunction &MF, int FI,
H A DSparcRegisterInfo.cpp179 Offset = TFI->getFrameIndexReference(MF, FrameIndex, FrameReg); in eliminateFrameIndex()
H A DSparcFrameLowering.cpp262 int SparcFrameLowering::getFrameIndexReference(const MachineFunction &MF, int FI, in getFrameIndexReference() function in SparcFrameLowering
/freebsd-12.1/contrib/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.h33 int getFrameIndexReference(const MachineFunction &MF, int FI,
H A DRISCVRegisterInfo.cpp82 getFrameLowering(MF)->getFrameIndexReference(MF, FrameIndex, FrameReg) + in eliminateFrameIndex()
H A DRISCVFrameLowering.cpp169 int RISCVFrameLowering::getFrameIndexReference(const MachineFunction &MF, in getFrameIndexReference() function in RISCVFrameLowering
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.h41 int getFrameIndexReference(const MachineFunction &MF, int FI,
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTargetFrameLoweringImpl.cpp44 int TargetFrameLowering::getFrameIndexReference(const MachineFunction &MF, in getFrameIndexReference() function in TargetFrameLowering
H A DGCRootLowering.cpp302 RI->StackOffset = TFI->getFrameIndexReference(MF, RI->Num, FrameReg); in FindStackOffsets()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMFrameLowering.h52 int getFrameIndexReference(const MachineFunction &MF, int FI,
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp342 int Offset = TFI.getFrameIndexReference(*Asm->MF, FrameIndex, UnusedReg); in getFrameIndexOffset()
945 Offset = TFI->getFrameIndexReference(*Asm->MF, FI, UnusedReg); in emitEHRegistrationOffsetLabel()
1010 GSCookieOffset = TFI->getFrameIndexReference(*MF, SSPIdx, UnusedReg); in emitExceptHandlerTable()
1020 EHCookieOffset = TFI->getFrameIndexReference(*MF, EHGuardIdx, UnusedReg); in emitExceptHandlerTable()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86FrameLowering.h100 int getFrameIndexReference(const MachineFunction &MF, int FI,
H A DX86FrameLowering.cpp1374 int64_t EHRegOffset = getFrameIndexReference(MF, FI, FrameReg); in emitPrologue()
1391 int Offset = getFrameIndexReference(MF, FI, IgnoredFrameReg); in emitPrologue()
1464 getFrameIndexReference(MF, X86FI->getSEHFramePtrSaveIndex(), UsedReg); in emitPrologue()
1750 int X86FrameLowering::getFrameIndexReference(const MachineFunction &MF, int FI, in getFrameIndexReference() function in X86FrameLowering
1886 return getFrameIndexReference(MF, FI, FrameReg); in getFrameIndexReferencePreferSP()
1893 return getFrameIndexReference(MF, FI, FrameReg); in getFrameIndexReferencePreferSP()
2917 int EHRegOffset = getFrameIndexReference(MF, FI, UsedReg); in restoreWin32EHStackPointers()
2940 getFrameIndexReference(MF, X86FI->getSEHFramePtrSaveIndex(), UsedReg); in restoreWin32EHStackPointers()
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.h81 int getFrameIndexReference(const MachineFunction &MF, int FI,
H A DHexagonRegisterInfo.cpp199 int Offset = HFI.getFrameIndexReference(MF, FI, BP); in eliminateFrameIndex()
/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZRegisterInfo.cpp191 int64_t Offset = (TFI->getFrameIndexReference(MF, FrameIndex, BasePtr) + in eliminateFrameIndex()
H A DSystemZFrameLowering.cpp460 getFrameIndexReference(MF, Save.getFrameIdx(), IgnoredFrameReg); in emitPrologue()

12