Searched refs:getLocalStackSize (Results 1 – 2 of 2) sorted by relevance
331 uint64_t getLocalStackSize() const { return LocalStackSize; } in getLocalStackSize() function
516 uint64_t NumBytes = AFI->getLocalStackSize(); in canUseRedZone()1203 if (AFI->getLocalStackSize() == 0) in shouldCombineCSRLocalStackBump()2105 fixupCalleeSaveRestoreStackOffset(*MBBI, AFI->getLocalStackSize(), in emitPrologue()2116 FPOffset += AFI->getLocalStackSize(); in emitPrologue()2539 StackOffset::getFixed(AFI->getLocalStackSize()), TII, in emitEpilogue()2593 fixupCalleeSaveRestoreStackOffset(*LastPopI, AFI->getLocalStackSize(), in emitEpilogue()3105 Offset -= AFI->getLocalStackSize(); in resolveFrameOffsetReference()