Searched refs:getLocalStackSize (Results 1 – 4 of 4) 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
194 unsigned NumBytes = AFI->getLocalStackSize(); in canUseRedZone()388 if (AFI->getLocalStackSize() == 0) in shouldCombineCSRLocalStackBump()632 fixupCalleeSaveRestoreStackOffset(*MBBI, AFI->getLocalStackSize()); in emitPrologue()640 FPOffset += AFI->getLocalStackSize(); in emitPrologue()940 fixupCalleeSaveRestoreStackOffset(*LastPopI, AFI->getLocalStackSize()); in emitEpilogue()1115 Offset -= AFI->getLocalStackSize(); in resolveFrameIndexReference()
137 unsigned getLocalStackSize() const { return LocalStackSize; } in getLocalStackSize() function