| /openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| 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/src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| D | R600FrameLowering.h | 27 StackOffset getFrameIndexReference(const MachineFunction &MF, int FI,
|
| D | R600FrameLowering.cpp | 19 R600FrameLowering::getFrameIndexReference(const MachineFunction &MF, int FI, in getFrameIndexReference() function in R600FrameLowering
|
| D | SIFrameLowering.h | 30 StackOffset getFrameIndexReference(const MachineFunction &MF, int FI,
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/NVPTX/ |
| D | NVPTXFrameLowering.h | 28 StackOffset getFrameIndexReference(const MachineFunction &MF, int FI,
|
| D | NVPTXFrameLowering.cpp | 71 NVPTXFrameLowering::getFrameIndexReference(const MachineFunction &MF, int FI, in getFrameIndexReference() function in NVPTXFrameLowering
|
| D | NVPTXPrologEpilogPass.cpp | 77 TFI.getFrameIndexReference(MF, Op.getIndex(), Reg); in runOnMachineFunction()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/Mips/ |
| D | MipsSEFrameLowering.h | 29 StackOffset getFrameIndexReference(const MachineFunction &MF, int FI,
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/Sparc/ |
| D | SparcFrameLowering.h | 42 StackOffset getFrameIndexReference(const MachineFunction &MF, int FI,
|
| D | SparcRegisterInfo.cpp | 178 Offset = TFI->getFrameIndexReference(MF, FrameIndex, FrameReg).getFixed(); in eliminateFrameIndex()
|
| D | SparcFrameLowering.cpp | 265 SparcFrameLowering::getFrameIndexReference(const MachineFunction &MF, int FI, in getFrameIndexReference() function in SparcFrameLowering
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/VE/ |
| D | VEFrameLowering.h | 54 StackOffset getFrameIndexReference(const MachineFunction &MF, int FI,
|
| D | VEFrameLowering.cpp | 444 StackOffset VEFrameLowering::getFrameIndexReference(const MachineFunction &MF, in getFrameIndexReference() function in VEFrameLowering
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/RISCV/ |
| D | RISCVFrameLowering.h | 36 StackOffset getFrameIndexReference(const MachineFunction &MF, int FI,
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/ARM/ |
| D | ARMFrameLowering.h | 52 StackOffset getFrameIndexReference(const MachineFunction &MF, int FI,
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/SystemZ/ |
| D | SystemZFrameLowering.h | 78 StackOffset getFrameIndexReference(const MachineFunction &MF, int FI,
|
| D | SystemZRegisterInfo.cpp | 300 (TFI->getFrameIndexReference(MF, FrameIndex, BasePtr).getFixed() + in eliminateFrameIndex() 312 Ops, TFI->getFrameIndexReference(MF, FrameIndex, BasePtr).getFixed()); in eliminateFrameIndex()
|
| D | SystemZFrameLowering.cpp | 686 getFrameIndexReference(MF, Save.getFrameIdx(), IgnoredFrameReg) in emitPrologue() 852 StackOffset SystemZELFFrameLowering::getFrameIndexReference( in getFrameIndexReference() function in SystemZELFFrameLowering 857 TargetFrameLowering::getFrameIndexReference(MF, FI, FrameReg); in getFrameIndexReference()
|
| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/ |
| D | TargetFrameLoweringImpl.cpp | 50 TargetFrameLowering::getFrameIndexReference(const MachineFunction &MF, int FI, in getFrameIndexReference() function in TargetFrameLowering
|
| D | GCRootLowering.cpp | 295 auto FrameOffset = TFI->getFrameIndexReference(MF, RI->Num, FrameReg); in FindStackOffsets()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/ |
| D | AArch64FrameLowering.h | 46 StackOffset getFrameIndexReference(const MachineFunction &MF, int FI,
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/ |
| D | HexagonFrameLowering.h | 86 StackOffset getFrameIndexReference(const MachineFunction &MF, int FI,
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/X86/ |
| D | X86FrameLowering.h | 118 StackOffset getFrameIndexReference(const MachineFunction &MF, int FI,
|
| D | X86FrameLowering.cpp | 2020 int64_t EHRegOffset = getFrameIndexReference(MF, FI, FrameReg).getFixed(); in emitPrologue() 2042 getFrameIndexReference(MF, FI, IgnoredFrameReg).getFixed() + in emitPrologue() 2115 getFrameIndexReference(MF, X86FI->getSEHFramePtrSaveIndex(), UsedReg) in emitPrologue() 2461 StackOffset X86FrameLowering::getFrameIndexReference(const MachineFunction &MF, in getFrameIndexReference() function in X86FrameLowering 2554 return getFrameIndexReference(MF, FI, FrameReg).getFixed(); in getWin64EHFrameIndexRef() 2614 return getFrameIndexReference(MF, FI, FrameReg); in getFrameIndexReferencePreferSP() 2620 return getFrameIndexReference(MF, FI, FrameReg); in getFrameIndexReferencePreferSP() 3680 int EHRegOffset = getFrameIndexReference(MF, FI, UsedReg).getFixed(); in restoreWin32EHStackPointers() 3703 getFrameIndexReference(MF, X86FI->getSEHFramePtrSaveIndex(), UsedReg) in restoreWin32EHStackPointers()
|
| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
| D | WinException.cpp | 362 StackOffset Offset = TFI.getFrameIndexReference(*Asm->MF, FrameIndex, UnusedReg); in getFrameIndexOffset() 1041 TFI->getFrameIndexReference(*MF, SSPIdx, UnusedReg).getFixed(); in emitExceptHandlerTable() 1052 TFI->getFrameIndexReference(*MF, EHGuardIdx, UnusedReg).getFixed(); in emitExceptHandlerTable()
|