Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp2424 int64_t StackRestoreBytes = RedZone ? 0 : NumBytes; in emitEpilogue() local
2426 StackRestoreBytes += AfterCSRPopSize; in emitEpilogue()
2430 StackOffset::getFixed(StackRestoreBytes), TII, in emitEpilogue()