Home
last modified time | relevance | path

Searched refs:getLocalStackSize (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/AArch64/
DAArch64FrameLowering.cpp129 unsigned NumBytes = AFI->getLocalStackSize(); in canUseRedZone()
293 if (AFI->getLocalStackSize() == 0) in shouldCombineCSRLocalStackBump()
480 fixupCalleeSaveRestoreStackOffset(*MBBI, AFI->getLocalStackSize()); in emitPrologue()
487 FPOffset += AFI->getLocalStackSize(); in emitPrologue()
727 fixupCalleeSaveRestoreStackOffset(*LastPopI, AFI->getLocalStackSize()); in emitEpilogue()
848 Offset -= AFI->getLocalStackSize(); in resolveFrameIndexReference()
DAArch64MachineFunctionInfo.h132 unsigned getLocalStackSize() const { return LocalStackSize; } in getLocalStackSize() function