Lines Matching refs:SVEStackSize
1483 const StackOffset &SVEStackSize = getSVEStackSize(MF); in emitPrologue() local
1495 assert(!SVEStackSize && in emitPrologue()
1541 assert(!SVEStackSize && "Cannot combine SP bump with SVE"); in emitPrologue()
1722 StackOffset AllocateBefore = SVEStackSize, AllocateAfter = {}; in emitPrologue()
1736 AllocateAfter = SVEStackSize - AllocateBefore; in emitPrologue()
1777 SVEStackSize + in emitPrologue()
2046 const StackOffset &SVEStackSize = getSVEStackSize(MF); in emitEpilogue() local
2050 assert(!SVEStackSize && "Cannot combine SP bump with SVE"); in emitEpilogue()
2079 StackOffset DeallocateBefore = {}, DeallocateAfter = SVEStackSize; in emitEpilogue()
2092 DeallocateBefore = SVEStackSize - CalleeSavedSizeAsOffset; in emitEpilogue()
2097 if (SVEStackSize) { in emitEpilogue()
2118 SVEStackSize + StackOffset::getFixed(NumBytes + PrologueSaveSize)); in emitEpilogue()
2125 SVEStackSize + in emitEpilogue()
2293 const StackOffset &SVEStackSize = getSVEStackSize(MF); in resolveFrameOffsetReference() local
2304 PreferFP &= !SVEStackSize; in resolveFrameOffsetReference()
2324 PreferFP |= Offset > -FPOffset && !SVEStackSize; in resolveFrameOffsetReference()
2369 SVEStackSize + in resolveFrameOffsetReference()
2387 ScalableOffset = -SVEStackSize; in resolveFrameOffsetReference()
2389 ScalableOffset = SVEStackSize; in resolveFrameOffsetReference()
3050 int64_t SVEStackSize = in determineCalleeSaves() local
3052 bool CanEliminateFrame = (SavedRegs.count() == 0) && !SVEStackSize; in determineCalleeSaves()
3059 bool BigStack = SVEStackSize || in determineCalleeSaves()
3305 int64_t SVEStackSize = in processFunctionBeforeFrameFinalized() local
3309 AFI->setStackSizeSVE(alignTo(SVEStackSize, 16U)); in processFunctionBeforeFrameFinalized()