Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64FrameLowering.cpp749 int StackRestoreBytes = RedZone ? 0 : NumBytes; in emitEpilogue() local
751 StackRestoreBytes += ArgumentPopSize; in emitEpilogue()
753 StackRestoreBytes, TII, MachineInstr::FrameDestroy); in emitEpilogue()