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

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

Completed in 133 milliseconds