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.cpp359 MaybeAlign RuntimeAlign = in emitPrologue() local
361 assert((RuntimeAlign == std::nullopt || !FuncInfo->isLeafProc()) && in emitPrologue()
363 emitSPAdjustment(MF, MBB, MBBI, -(int64_t)NumBytes, RuntimeAlign); in emitPrologue()