Lines Matching refs:SVEStackSize

1181   const StackOffset &SVEStackSize = getSVEStackSize(MF);  in emitPrologue()  local
1193 assert(!SVEStackSize && in emitPrologue()
1239 assert(!SVEStackSize && "Cannot combine SP bump with SVE"); in emitPrologue()
1399 StackOffset AllocateBefore = SVEStackSize, AllocateAfter = {}; in emitPrologue()
1413 AllocateAfter = SVEStackSize - AllocateBefore; in emitPrologue()
1596 if (SVEStackSize) { in emitPrologue()
1600 SVEStackSize + StackOffset::getFixed((int64_t)MFI.getStackSize()); in emitPrologue()
1814 const StackOffset &SVEStackSize = getSVEStackSize(MF); in emitEpilogue() local
1818 assert(!SVEStackSize && "Cannot combine SP bump with SVE"); in emitEpilogue()
1835 StackOffset DeallocateBefore = {}, DeallocateAfter = SVEStackSize; in emitEpilogue()
1848 DeallocateBefore = SVEStackSize - CalleeSavedSizeAsOffset; in emitEpilogue()
1853 if (SVEStackSize) { in emitEpilogue()
2034 const StackOffset &SVEStackSize = getSVEStackSize(MF); in resolveFrameOffsetReference() local
2044 PreferFP &= !SVEStackSize; in resolveFrameOffsetReference()
2109 SVEStackSize + in resolveFrameOffsetReference()
2127 ScalableOffset = -SVEStackSize; in resolveFrameOffsetReference()
2129 ScalableOffset = SVEStackSize; in resolveFrameOffsetReference()
2835 int64_t SVEStackSize = in determineCalleeSaves() local
2837 bool CanEliminateFrame = (SavedRegs.count() == 0) && !SVEStackSize; in determineCalleeSaves()
2844 bool BigStack = SVEStackSize || in determineCalleeSaves()
3069 int64_t SVEStackSize = in processFunctionBeforeFrameFinalized() local
3073 AFI->setStackSizeSVE(alignTo(SVEStackSize, 16U)); in processFunctionBeforeFrameFinalized()