Searched refs:getLocalStackSize (Results 1 – 2 of 2) sorted by relevance
129 unsigned NumBytes = AFI->getLocalStackSize(); in canUseRedZone()293 if (AFI->getLocalStackSize() == 0) in shouldCombineCSRLocalStackBump()480 fixupCalleeSaveRestoreStackOffset(*MBBI, AFI->getLocalStackSize()); in emitPrologue()487 FPOffset += AFI->getLocalStackSize(); in emitPrologue()727 fixupCalleeSaveRestoreStackOffset(*LastPopI, AFI->getLocalStackSize()); in emitEpilogue()848 Offset -= AFI->getLocalStackSize(); in resolveFrameIndexReference()
132 unsigned getLocalStackSize() const { return LocalStackSize; } in getLocalStackSize() function