Searched refs:SVEStackSize (Results 1 – 1 of 1) sorted by relevance
1982 const StackOffset &SVEStackSize = getSVEStackSize(MF); in emitPrologue() local1994 assert(!SVEStackSize && in emitPrologue()2080 assert(!SVEStackSize && "Cannot combine SP bump with SVE"); in emitPrologue()2339 StackOffset SVECalleeSavesSize = {}, SVELocalsSize = SVEStackSize; in emitPrologue()2351 SVELocalsSize = SVEStackSize - SVECalleeSavesSize; in emitPrologue()2431 SVEStackSize + StackOffset::getFixed((int64_t)MFI.getStackSize()); in emitPrologue()2639 const StackOffset &SVEStackSize = getSVEStackSize(MF); in emitEpilogue() local2643 assert(!SVEStackSize && "Cannot combine SP bump with SVE"); in emitEpilogue()2662 StackOffset DeallocateBefore = {}, DeallocateAfter = SVEStackSize; in emitEpilogue()2678 DeallocateBefore = SVEStackSize - CalleeSavedSizeAsOffset; in emitEpilogue()[all …]