Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DTargetInfo.cpp10633 bool MustUseStack = false; in classifyArgumentType() local
10644 MustUseStack = true; in classifyArgumentType()
10657 if (Size < XLen && Ty->isIntegralOrEnumerationType() && !MustUseStack) { in classifyArgumentType()
10662 if (EIT->getNumBits() < XLen && !MustUseStack) in classifyArgumentType()