Searched refs:getOffsetAdjustment (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DTargetFrameLoweringImpl.cpp32 getOffsetOfLocalArea() + MFI->getOffsetAdjustment();
/freebsd-9.3-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h431 /// getOffsetAdjustment - Return the correction for frame offsets.
433 int getOffsetAdjustment() const { return OffsetAdjustment; } function in class:llvm::MachineFrameInfo
/freebsd-9.3-release/contrib/llvm/lib/Target/ARM/
H A DThumb1FrameLowering.cpp191 MFI->setOffsetAdjustment(MFI->getOffsetAdjustment() -
H A DARMFrameLowering.cpp291 MFI->setOffsetAdjustment(MFI->getOffsetAdjustment() -
/freebsd-9.3-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp470 MFFrame->getOffsetAdjustment());

Completed in 108 milliseconds