Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp10841 bool MustUseStack = false; in classifyArgumentType() local
10852 MustUseStack = true; in classifyArgumentType()
10865 if (Size < XLen && Ty->isIntegralOrEnumerationType() && !MustUseStack) { in classifyArgumentType()
10870 if (EIT->getNumBits() < XLen && !MustUseStack) in classifyArgumentType()