Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CallFrameOptimization.cpp367 unsigned int MaxAdjust = TII->getFrameSize(*FrameSetup) >> Log2SlotSize; in collectCallInfo() local
370 if (!MaxAdjust) { in collectCallInfo()
404 if (MaxAdjust > 4) in collectCallInfo()
405 Context.ArgStoreVector.resize(MaxAdjust, nullptr); in collectCallInfo()