Home
last modified time | relevance | path

Searched refs:SVEStackSize (Results 1 – 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
DAArch64FrameLowering.cpp1181 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()
[all …]