Searched refs:SVEStackSize (Results 1 – 1 of 1) sorted by relevance
1181 const StackOffset &SVEStackSize = getSVEStackSize(MF); in emitPrologue() local1193 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() local1818 assert(!SVEStackSize && "Cannot combine SP bump with SVE"); in emitEpilogue()1835 StackOffset DeallocateBefore = {}, DeallocateAfter = SVEStackSize; in emitEpilogue()[all …]