Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DTargetInfo.cpp2189 unsigned neededInt, neededSSE; in isPassedUsingAVXType() local
3395 neededInt = 0; in classifyArgumentType()
3417 ++neededInt; in classifyArgumentType()
3428 ++neededInt; in classifyArgumentType()
3471 ++neededInt; in classifyArgumentType()
3692 unsigned neededInt, neededSSE; in EmitVAArg() local
3700 if (!neededInt && !neededSSE) in EmitVAArg()
3717 if (neededInt) { in EmitVAArg()
3762 if (neededInt && neededSSE) { in EmitVAArg()
3797 } else if (neededInt) { in EmitVAArg()
[all …]