Searched refs:SVEStackSize (Results 1 – 1 of 1) sorted by relevance
1871 const StackOffset &SVEStackSize = getSVEStackSize(MF); in emitPrologue() local1883 assert(!SVEStackSize && in emitPrologue()1928 assert(!SVEStackSize && "Cannot combine SP bump with SVE"); in emitPrologue()2154 StackOffset SVECalleeSavesSize = {}, SVELocalsSize = SVEStackSize; in emitPrologue()2170 SVELocalsSize = SVEStackSize - SVECalleeSavesSize; in emitPrologue()2242 SVEStackSize + StackOffset::getFixed((int64_t)MFI.getStackSize()); in emitPrologue()2440 const StackOffset &SVEStackSize = getSVEStackSize(MF); in emitEpilogue() local2444 assert(!SVEStackSize && "Cannot combine SP bump with SVE"); in emitEpilogue()2469 StackOffset DeallocateBefore = {}, DeallocateAfter = SVEStackSize; in emitEpilogue()2482 DeallocateBefore = SVEStackSize - CalleeSavedSizeAsOffset; in emitEpilogue()[all …]