Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp1477 const StackOffset &SVEStackSize = getSVEStackSize(MF); in emitPrologue() local
1489 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() local
2078 assert(!SVEStackSize && "Cannot combine SP bump with SVE"); in emitEpilogue()
2103 StackOffset DeallocateBefore = {}, DeallocateAfter = SVEStackSize; in emitEpilogue()
2116 DeallocateBefore = SVEStackSize - CalleeSavedSizeAsOffset; in emitEpilogue()
[all …]