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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h174 uint64_t getLocalStackSize() const { return LocalStackSize; } function in class:llvm::final
H A DAArch64FrameLowering.cpp248 uint64_t NumBytes = AFI->getLocalStackSize();
473 if (AFI->getLocalStackSize() == 0)
1006 fixupCalleeSaveRestoreStackOffset(*MBBI, AFI->getLocalStackSize(),
1017 FPOffset += AFI->getLocalStackSize();
1505 fixupCalleeSaveRestoreStackOffset(*LastPopI, AFI->getLocalStackSize(),
1849 Offset -= AFI->getLocalStackSize();

Completed in 80 milliseconds