Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DAArch64.cpp45 QualType Ty, bool IsNamedArg, unsigned NVec, unsigned NPred,
337 QualType Ty, bool IsNamedArg, unsigned NVec, unsigned NPred, in coerceAndExpandPureScalableAggregate() argument
340 if (!IsNamedArg || NSRN + NVec > 8 || NPRN + NPred > 4) in coerceAndExpandPureScalableAggregate()
344 NPRN += NPred; in coerceAndExpandPureScalableAggregate()
469 unsigned NVec = 0, NPred = 0; in classifyArgumentType() local
471 if (passAsPureScalableType(Ty, NVec, NPred, UnpaddedCoerceToSeq) && in classifyArgumentType()
472 (NVec + NPred) > 0) in classifyArgumentType()
474 Ty, IsNamedArg, NVec, NPred, UnpaddedCoerceToSeq, NSRN, NPRN); in classifyArgumentType()
581 unsigned NVec = 0, NPred = 0; in classifyReturnType() local
583 if (passAsPureScalableType(RetTy, NVec, NPred, UnpaddedCoerceToSeq) && in classifyReturnType()
[all …]