Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64MachineFunctionInfo.h174 uint64_t getLocalStackSize() const { return LocalStackSize; } in getLocalStackSize() function
HDAArch64FrameLowering.cpp248 uint64_t NumBytes = AFI->getLocalStackSize(); in canUseRedZone()
473 if (AFI->getLocalStackSize() == 0) in shouldCombineCSRLocalStackBump()
1006 fixupCalleeSaveRestoreStackOffset(*MBBI, AFI->getLocalStackSize(), in emitPrologue()
1017 FPOffset += AFI->getLocalStackSize(); in emitPrologue()
1505 fixupCalleeSaveRestoreStackOffset(*LastPopI, AFI->getLocalStackSize(), in emitEpilogue()
1849 Offset -= AFI->getLocalStackSize(); in resolveFrameOffsetReference()