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

12

/external/llvm/lib/Target/AMDGPU/
H A DAMDGPUFrameLowering.h36 int getFrameIndexReference(const MachineFunction &MF, int FI,
H A DAMDGPUFrameLowering.cpp75 int AMDGPUFrameLowering::getFrameIndexReference(const MachineFunction &MF, function in class:AMDGPUFrameLowering
/external/swiftshader/third_party/LLVM/lib/Target/
H A DTargetFrameLowering.cpp36 int TargetFrameLowering::getFrameIndexReference(const MachineFunction &MF, function in class:TargetFrameLowering
/external/llvm/lib/Target/Mips/
H A DMipsSEFrameLowering.h30 int getFrameIndexReference(const MachineFunction &MF, int FI,
/external/llvm/lib/Target/Sparc/
H A DSparcFrameLowering.h42 int getFrameIndexReference(const MachineFunction &MF, int FI,
H A DSparcRegisterInfo.cpp175 Offset = TFI->getFrameIndexReference(MF, FrameIndex, FrameReg);
H A DSparcFrameLowering.cpp244 int SparcFrameLowering::getFrameIndexReference(const MachineFunction &MF, int FI, function in class:SparcFrameLowering
/external/llvm/lib/CodeGen/
H A DTargetFrameLoweringImpl.cpp41 int TargetFrameLowering::getFrameIndexReference(const MachineFunction &MF, function in class:TargetFrameLowering
H A DGCRootLowering.cpp324 RI->StackOffset = TFI->getFrameIndexReference(MF, RI->Num, FrameReg);
/external/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.h41 int getFrameIndexReference(const MachineFunction &MF, int FI,
/external/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.h46 int getFrameIndexReference(const MachineFunction &MF, int FI,
H A DSystemZRegisterInfo.cpp81 int64_t Offset = (TFI->getFrameIndexReference(MF, FrameIndex, BasePtr) +
H A DSystemZFrameLowering.cpp423 getFrameIndexReference(MF, Save.getFrameIdx(), IgnoredFrameReg);
485 int SystemZFrameLowering::getFrameIndexReference(const MachineFunction &MF, function in class:SystemZFrameLowering
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
H A DARMFrameLowering.h52 int getFrameIndexReference(const MachineFunction &MF, int FI,
H A DARMFrameLowering.cpp453 /// getFrameIndexReference - Provide a base+offset reference to an FI slot for
458 ARMFrameLowering::getFrameIndexReference(const MachineFunction &MF, int FI, function in class:ARMFrameLowering
545 return getFrameIndexReference(MF, FI, FrameReg);
/external/llvm/include/llvm/Target/
H A DTargetFrameLowering.h243 /// getFrameIndexReference - This method should return the base register
246 virtual int getFrameIndexReference(const MachineFunction &MF, int FI,
249 /// Same as \c getFrameIndexReference, except that the stack pointer (as
258 // Always safe to dispatch to getFrameIndexReference.
259 return getFrameIndexReference(MF, FI, FrameReg);
/external/llvm/lib/Target/ARM/
H A DARMFrameLowering.h49 int getFrameIndexReference(const MachineFunction &MF, int FI,
/external/swiftshader/third_party/LLVM/include/llvm/Target/
H A DTargetFrameLowering.h172 /// getFrameIndexReference - This method should return the base register
175 virtual int getFrameIndexReference(const MachineFunction &MF, int FI,
/external/llvm/lib/Target/X86/
H A DX86FrameLowering.h100 int getFrameIndexReference(const MachineFunction &MF, int FI,
H A DX86RegisterInfo.cpp606 Offset = TFI->getFrameIndexReference(MF, FrameIndex, IgnoredFrameReg);
628 FIOffset = TFI->getFrameIndexReference(MF, FrameIndex, IgnoredFrameReg);
H A DX86FrameLowering.cpp1276 int64_t EHRegOffset = getFrameIndexReference(MF, FI, FrameReg);
1293 int Offset = getFrameIndexReference(MF, FI, IgnoredFrameReg);
1364 getFrameIndexReference(MF, X86FI->getSEHFramePtrSaveIndex(), UsedReg);
1650 int X86FrameLowering::getFrameIndexReference(const MachineFunction &MF, int FI,
1777 return getFrameIndexReference(MF, FI, FrameReg);
1784 return getFrameIndexReference(MF, FI, FrameReg);
2746 int EHRegOffset = getFrameIndexReference(MF, FI, UsedReg);
2769 getFrameIndexReference(MF, X86FI->getSEHFramePtrSaveIndex(), UsedReg);
/external/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp319 int Offset = TFI.getFrameIndexReference(*Asm->MF, FrameIndex, UnusedReg);
913 int64_t Offset = TFI->getFrameIndexReference(
974 GSCookieOffset = TFI->getFrameIndexReference(*MF, SSPIdx, UnusedReg);
984 EHCookieOffset = TFI->getFrameIndexReference(*MF, EHGuardIdx, UnusedReg);
/external/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.h56 int getFrameIndexReference(const MachineFunction &MF, int FI,
H A DHexagonRegisterInfo.cpp176 int Offset = HFI.getFrameIndexReference(MF, FI, BP);
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp1253 TFI->getFrameIndexReference(*Asm->MF,
1296 TFI->getFrameIndexReference(*Asm->MF, FI, FrameReg);

Completed in 2915 milliseconds

12