Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h241 uint64_t getLocalStackSize() const { return LocalStackSize; } in getLocalStackSize() function
H A DAArch64FrameLowering.cpp418 uint64_t NumBytes = AFI->getLocalStackSize(); in canUseRedZone()
903 if (AFI->getLocalStackSize() == 0) in shouldCombineCSRLocalStackBump()
1565 fixupCalleeSaveRestoreStackOffset(*MBBI, AFI->getLocalStackSize(), in emitPrologue()
1576 FPOffset += AFI->getLocalStackSize(); in emitPrologue()
1957 StackOffset::getFixed(AFI->getLocalStackSize()), TII, in emitEpilogue()
2006 fixupCalleeSaveRestoreStackOffset(*LastPopI, AFI->getLocalStackSize(), in emitEpilogue()
2407 Offset -= AFI->getLocalStackSize(); in resolveFrameOffsetReference()