Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DTargetInfo.cpp11193 bool MustUseStack = false; in classifyArgumentType() local
11204 MustUseStack = true; in classifyArgumentType()
11217 if (Size < XLen && Ty->isIntegralOrEnumerationType() && !MustUseStack) { in classifyArgumentType()
11222 if (EIT->getNumBits() < XLen && !MustUseStack) in classifyArgumentType()