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

/external/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.cpp389 RI->StackOffset = TFI->getFrameIndexOffset(MF, RI->Num);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DAMDILFrameLowering.h37 virtual int getFrameIndexOffset(const MachineFunction &MF,
H A DAMDILFrameLowering.cpp27 /// getFrameIndexOffset - Returns the displacement from the frame register to
29 int AMDGPUFrameLowering::getFrameIndexOffset(const MachineFunction &MF, function in class:AMDGPUFrameLowering
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDILFrameLowering.h37 virtual int getFrameIndexOffset(const MachineFunction &MF,
H A DAMDILFrameLowering.cpp27 /// getFrameIndexOffset - Returns the displacement from the frame register to
29 int AMDGPUFrameLowering::getFrameIndexOffset(const MachineFunction &MF, function in class:AMDGPUFrameLowering
/external/llvm/lib/Target/R600/
H A DAMDGPUFrameLowering.h37 int getFrameIndexOffset(const MachineFunction &MF, int FI) const override;
H A DAMDGPUFrameLowering.cpp74 int AMDGPUFrameLowering::getFrameIndexOffset(const MachineFunction &MF, function in class:AMDGPUFrameLowering
H A DAMDGPUInstrInfo.cpp323 Offset = MF.getTarget().getFrameLowering()->getFrameIndexOffset(MF, -1);
H A DAMDGPUISelLowering.cpp776 unsigned Offset = TFL->getFrameIndexOffset(MF, FrameIndex);
/external/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.h44 int getFrameIndexOffset(const MachineFunction &MF, int FI) const override;
H A DHexagonFrameLowering.cpp343 int HexagonFrameLowering::getFrameIndexOffset(const MachineFunction &MF, function in class:HexagonFrameLowering
/external/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.h40 int getFrameIndexOffset(const MachineFunction &MF, int FI) const override;
H A DAArch64FrameLowering.cpp528 /// getFrameIndexOffset - Returns the displacement from the frame register to
530 int AArch64FrameLowering::getFrameIndexOffset(const MachineFunction &MF, function in class:AArch64FrameLowering
/external/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.h46 int getFrameIndexOffset(const MachineFunction &MF, int FI) const override;
H A DSystemZRegisterInfo.cpp72 int64_t Offset = (TFI->getFrameIndexOffset(MF, FrameIndex) +
H A DSystemZFrameLowering.cpp393 int64_t Offset = getFrameIndexOffset(MF, Save.getFrameIdx());
454 int SystemZFrameLowering::getFrameIndexOffset(const MachineFunction &MF, function in class:SystemZFrameLowering
/external/llvm/lib/Target/X86/
H A DX86FrameLowering.h63 int getFrameIndexOffset(const MachineFunction &MF, int FI) const override;
H A DX86FrameLowering.cpp788 int Offset = getFrameIndexOffset(MF, Info.getFrameIdx());
1029 int X86FrameLowering::getFrameIndexOffset(const MachineFunction &MF,
1085 return getFrameIndexOffset(MF, FI);
H A DX86RegisterInfo.cpp502 FIOffset = TFI->getFrameIndexOffset(MF, FrameIndex);
/external/llvm/lib/Target/ARM/
H A DARMFrameLowering.h51 int getFrameIndexOffset(const MachineFunction &MF, int FI) const override;
H A DARMFrameLowering.cpp791 int ARMFrameLowering::getFrameIndexOffset(const MachineFunction &MF, function in class:ARMFrameLowering
/external/llvm/include/llvm/Target/
H A DTargetFrameLowering.h192 /// getFrameIndexOffset - Returns the displacement from the frame register to
194 virtual int getFrameIndexOffset(const MachineFunction &MF, int FI) const;

Completed in 765 milliseconds