Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h141 unsigned getLocalStackSize() const { return LocalStackSize; } in getLocalStackSize() function
H A DAArch64FrameLowering.cpp197 unsigned NumBytes = AFI->getLocalStackSize(); in canUseRedZone()
425 if (AFI->getLocalStackSize() == 0) in shouldCombineCSRLocalStackBump()
914 fixupCalleeSaveRestoreStackOffset(*MBBI, AFI->getLocalStackSize(), in emitPrologue()
934 FPOffset += AFI->getLocalStackSize(); in emitPrologue()
1354 fixupCalleeSaveRestoreStackOffset(*LastPopI, AFI->getLocalStackSize(), in emitEpilogue()
1556 Offset -= AFI->getLocalStackSize(); in resolveFrameIndexReference()