Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/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()
1254 fixupCalleeSaveRestoreStackOffset(*MBBI, AFI->getLocalStackSize(), in emitPrologue()
1265 FPOffset += AFI->getLocalStackSize(); in emitPrologue()
1734 StackOffset::getFixed(-AFI->getLocalStackSize()), TII, in emitEpilogue()
1779 fixupCalleeSaveRestoreStackOffset(*LastPopI, AFI->getLocalStackSize(), in emitEpilogue()
2140 Offset -= AFI->getLocalStackSize(); in resolveFrameOffsetReference()