Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEFrameLowering.cpp356 MaybeAlign RuntimeAlign = in emitPrologue() local
358 assert((RuntimeAlign == std::nullopt || !FuncInfo->isLeafProc()) && in emitPrologue()
360 emitSPAdjustment(MF, MBB, MBBI, -(int64_t)NumBytes, RuntimeAlign); in emitPrologue()