Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DTargetInfo.cpp9133 bool MustUseStack = false; in classifyArgumentType() local
9144 MustUseStack = true; in classifyArgumentType()
9157 if (Size < XLen && Ty->isIntegralOrEnumerationType() && !MustUseStack) { in classifyArgumentType()