Searched refs:IsSmallAggr (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DTargetInfo.cpp3256 bool &IsSmallAggr, bool IsNamedArg) const;
3285 bool IsHA = false, IsSmallAggr = false;
3291 AllocatedGPR, IsSmallAggr, IsNamedArg);
3317 if (IsSmallAggr && AllocatedGPR > NumGPRs && PreGPR < NumGPRs) {
3362 bool &IsSmallAggr,
3465 IsSmallAggr = true;
3761 bool IsHA = false, IsSmallAggr = false; local
3763 IsSmallAggr, false /*IsNamedArg*/);
3358 classifyArgumentType(QualType Ty, unsigned &AllocatedVFP, bool &IsHA, unsigned &AllocatedGPR, bool &IsSmallAggr, bool IsNamedArg) const argument

Completed in 195 milliseconds