Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h219 uint64_t getLocalStackSize() const { return LocalStackSize; } in getLocalStackSize() function
H A DAArch64FrameLowering.cpp351 uint64_t NumBytes = AFI->getLocalStackSize(); in canUseRedZone()
664 if (AFI->getLocalStackSize() == 0) in shouldCombineCSRLocalStackBump()
1261 fixupCalleeSaveRestoreStackOffset(*MBBI, AFI->getLocalStackSize(), in emitPrologue()
1272 FPOffset += AFI->getLocalStackSize(); in emitPrologue()
1741 StackOffset::getFixed(AFI->getLocalStackSize()), TII, in emitEpilogue()
1786 fixupCalleeSaveRestoreStackOffset(*LastPopI, AFI->getLocalStackSize(), in emitEpilogue()
2147 Offset -= AFI->getLocalStackSize(); in resolveFrameOffsetReference()