/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | TargetFrameLowering.h | 320 virtual StackOffset getFrameIndexReference(const MachineFunction &MF, int FI, 334 return getFrameIndexReference(MF, FI, FrameReg); in getFrameIndexReferencePreferSP() 345 return getFrameIndexReference(MF, FI, FrameReg); in getNonLocalFrameIndexReference()
|
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | R600FrameLowering.h | 27 StackOffset getFrameIndexReference(const MachineFunction &MF, int FI,
|
H A D | R600FrameLowering.cpp | 19 R600FrameLowering::getFrameIndexReference(const MachineFunction &MF, int FI, in getFrameIndexReference() function in R600FrameLowering
|
H A D | SIFrameLowering.h | 30 StackOffset getFrameIndexReference(const MachineFunction &MF, int FI,
|
/openbsd/gnu/llvm/llvm/lib/Target/NVPTX/ |
H A D | NVPTXFrameLowering.h | 28 StackOffset getFrameIndexReference(const MachineFunction &MF, int FI,
|
H A D | NVPTXFrameLowering.cpp | 71 NVPTXFrameLowering::getFrameIndexReference(const MachineFunction &MF, int FI, in getFrameIndexReference() function in NVPTXFrameLowering
|
H A D | NVPTXPrologEpilogPass.cpp | 77 TFI.getFrameIndexReference(MF, Op.getIndex(), Reg); in runOnMachineFunction()
|
/openbsd/gnu/llvm/llvm/lib/Target/Mips/ |
H A D | MipsSEFrameLowering.h | 29 StackOffset getFrameIndexReference(const MachineFunction &MF, int FI,
|
/openbsd/gnu/llvm/llvm/lib/Target/Sparc/ |
H A D | SparcFrameLowering.h | 42 StackOffset getFrameIndexReference(const MachineFunction &MF, int FI,
|
H A D | SparcRegisterInfo.cpp | 178 Offset = TFI->getFrameIndexReference(MF, FrameIndex, FrameReg).getFixed(); in eliminateFrameIndex()
|
/openbsd/gnu/llvm/llvm/lib/Target/LoongArch/ |
H A D | LoongArchFrameLowering.h | 49 StackOffset getFrameIndexReference(const MachineFunction &MF, int FI,
|
H A D | LoongArchRegisterInfo.cpp | 144 TFI->getFrameIndexReference(MF, FrameIndex, FrameReg) + in eliminateFrameIndex()
|
/openbsd/gnu/llvm/llvm/lib/Target/CSKY/ |
H A D | CSKYFrameLowering.h | 39 StackOffset getFrameIndexReference(const MachineFunction &MF, int FI,
|
/openbsd/gnu/llvm/llvm/lib/Target/VE/ |
H A D | VEFrameLowering.h | 54 StackOffset getFrameIndexReference(const MachineFunction &MF, int FI,
|
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/ |
H A D | RISCVFrameLowering.h | 36 StackOffset getFrameIndexReference(const MachineFunction &MF, int FI,
|
/openbsd/gnu/llvm/llvm/lib/Target/ARM/ |
H A D | ARMFrameLowering.h | 52 StackOffset getFrameIndexReference(const MachineFunction &MF, int FI,
|
/openbsd/gnu/llvm/llvm/lib/Target/M68k/ |
H A D | M68kFrameLowering.h | 155 StackOffset getFrameIndexReference(const MachineFunction &MF, int FI,
|
H A D | M68kRegisterInfo.cpp | 204 TFI->getFrameIndexReference(MF, FIndex, IgnoredFrameReg).getFixed(); in eliminateFrameIndex()
|
/openbsd/gnu/llvm/llvm/lib/Target/SystemZ/ |
H A D | SystemZFrameLowering.h | 78 StackOffset getFrameIndexReference(const MachineFunction &MF, int FI,
|
H A D | SystemZRegisterInfo.cpp | 300 (TFI->getFrameIndexReference(MF, FrameIndex, BasePtr).getFixed() + in eliminateFrameIndex() 312 Ops, TFI->getFrameIndexReference(MF, FrameIndex, BasePtr).getFixed()); in eliminateFrameIndex()
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/ |
H A D | TargetFrameLoweringImpl.cpp | 50 TargetFrameLowering::getFrameIndexReference(const MachineFunction &MF, int FI, in getFrameIndexReference() function in TargetFrameLowering
|
H A D | GCRootLowering.cpp | 295 auto FrameOffset = TFI->getFrameIndexReference(MF, RI->Num, FrameReg); in FindStackOffsets()
|
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | AArch64FrameLowering.h | 46 StackOffset getFrameIndexReference(const MachineFunction &MF, int FI,
|
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/ |
H A D | HexagonFrameLowering.h | 86 StackOffset getFrameIndexReference(const MachineFunction &MF, int FI,
|
/openbsd/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86FrameLowering.h | 118 StackOffset getFrameIndexReference(const MachineFunction &MF, int FI,
|