Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64FrameLowering.cpp607 unsigned NumRestores = 0; in emitEpilogue() local
615 NumRestores += Restores; in emitEpilogue()
621 NumBytes -= NumRestores * 8; in emitEpilogue()
639 -(NumRestores - 2) * 8, TII, MachineInstr::NoFlags); in emitEpilogue()