Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DAArch64.cpp40 unsigned &NSRN, unsigned &NPRN) const;
43 unsigned &NPRN) const;
47 unsigned &NPRN) const;
68 unsigned NSRN = 0, NPRN = 0; in computeInfo() local
74 FI.getCallingConvention(), NSRN, NPRN); in computeInfo()
290 unsigned &NPRN) const { in coerceIllegalVector()
299 NPRN = std::min(NPRN + 1, 4u); in coerceIllegalVector()
339 unsigned &NPRN) const { in coerceAndExpandPureScalableAggregate()
340 if (!IsNamedArg || NSRN + NVec > 8 || NPRN + NPred > 4) in coerceAndExpandPureScalableAggregate()
344 NPRN += NPred; in coerceAndExpandPureScalableAggregate()
[all …]