Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h249 uint64_t getLocalStackSize() const { return LocalStackSize; } in getLocalStackSize() function
H A DAArch64FrameLowering.cpp420 uint64_t NumBytes = AFI->getLocalStackSize(); in canUseRedZone()
896 if (AFI->getLocalStackSize() == 0) in shouldCombineCSRLocalStackBump()
1559 fixupCalleeSaveRestoreStackOffset(*MBBI, AFI->getLocalStackSize(), in emitPrologue()
1570 FPOffset += AFI->getLocalStackSize(); in emitPrologue()
1985 StackOffset::getFixed(AFI->getLocalStackSize()), TII, in emitEpilogue()
2034 fixupCalleeSaveRestoreStackOffset(*LastPopI, AFI->getLocalStackSize(), in emitEpilogue()
2423 Offset -= AFI->getLocalStackSize(); in resolveFrameOffsetReference()