Searched refs:getFrameIndexOffset (Results 1 - 17 of 17) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/CodeGen/
H A DTargetFrameLoweringImpl.cpp25 /// getFrameIndexOffset - Returns the displacement from the frame register to
28 int TargetFrameLowering::getFrameIndexOffset(const MachineFunction &MF, function in class:TargetFrameLowering
43 return getFrameIndexOffset(MF, FI);
H A DGCStrategy.cpp397 RI->StackOffset = TFI->getFrameIndexOffset(MF, RI->Num);
/freebsd-10-stable/contrib/llvm/lib/Target/R600/
H A DAMDGPUFrameLowering.h37 virtual int getFrameIndexOffset(const MachineFunction &MF, int FI) const;
H A DAMDGPUFrameLowering.cpp74 int AMDGPUFrameLowering::getFrameIndexOffset(const MachineFunction &MF, function in class:AMDGPUFrameLowering
H A DAMDGPUInstrInfo.cpp325 Offset = TM.getFrameLowering()->getFrameIndexOffset(MF, -1);
H A DAMDGPUISelLowering.cpp357 unsigned Offset = TFL->getFrameIndexOffset(MF, FrameIndex);
/freebsd-10-stable/contrib/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.h48 int getFrameIndexOffset(const MachineFunction &MF, int FI) const;
H A DHexagonFrameLowering.cpp343 int HexagonFrameLowering::getFrameIndexOffset(const MachineFunction &MF, function in class:HexagonFrameLowering
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/
H A DARMFrameLowering.h57 int getFrameIndexOffset(const MachineFunction &MF, int FI) const;
H A DARMFrameLowering.cpp575 int ARMFrameLowering::getFrameIndexOffset(const MachineFunction &MF, function in class:ARMFrameLowering
/freebsd-10-stable/contrib/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.h57 virtual int getFrameIndexOffset(const MachineFunction &MF,
H A DSystemZRegisterInfo.cpp74 int64_t Offset = (TFI->getFrameIndexOffset(MF, FrameIndex) +
H A DSystemZFrameLowering.cpp403 int64_t Offset = getFrameIndexOffset(MF, I->getFrameIdx());
462 int SystemZFrameLowering::getFrameIndexOffset(const MachineFunction &MF, function in class:SystemZFrameLowering
/freebsd-10-stable/contrib/llvm/lib/Target/X86/
H A DX86FrameLowering.h65 int getFrameIndexOffset(const MachineFunction &MF, int FI) const;
H A DX86FrameLowering.cpp904 int X86FrameLowering::getFrameIndexOffset(const MachineFunction &MF, int FI) const {
959 return getFrameIndexOffset(MF, FI);
H A DX86RegisterInfo.cpp497 FIOffset = TFI->getFrameIndexOffset(MF, FrameIndex);
/freebsd-10-stable/contrib/llvm/include/llvm/Target/
H A DTargetFrameLowering.h179 /// getFrameIndexOffset - Returns the displacement from the frame register to
181 virtual int getFrameIndexOffset(const MachineFunction &MF, int FI) const;

Completed in 93 milliseconds