Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp1871 const StackOffset &SVEStackSize = getSVEStackSize(MF); in emitPrologue() local
1883 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() local
2444 assert(!SVEStackSize && "Cannot combine SP bump with SVE"); in emitEpilogue()
2469 StackOffset DeallocateBefore = {}, DeallocateAfter = SVEStackSize; in emitEpilogue()
2482 DeallocateBefore = SVEStackSize - CalleeSavedSizeAsOffset; in emitEpilogue()
[all …]