Searched refs:SVEStackSize (Results 1 – 1 of 1) sorted by relevance
1477 const StackOffset &SVEStackSize = getSVEStackSize(MF); in emitPrologue() local1489 assert(!SVEStackSize && in emitPrologue()1535 assert(!SVEStackSize && "Cannot combine SP bump with SVE"); in emitPrologue()1749 StackOffset AllocateBefore = SVEStackSize, AllocateAfter = {}; in emitPrologue()1763 AllocateAfter = SVEStackSize - AllocateBefore; in emitPrologue()1801 SVEStackSize + in emitPrologue()2074 const StackOffset &SVEStackSize = getSVEStackSize(MF); in emitEpilogue() local2078 assert(!SVEStackSize && "Cannot combine SP bump with SVE"); in emitEpilogue()2103 StackOffset DeallocateBefore = {}, DeallocateAfter = SVEStackSize; in emitEpilogue()2116 DeallocateBefore = SVEStackSize - CalleeSavedSizeAsOffset; in emitEpilogue()[all …]