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

/external/clang/lib/CodeGen/
H A DTargetInfo.cpp3255 bool &IsHA, unsigned &AllocatedGPR,
3285 bool IsHA = false, IsSmallAggr = false;
3290 it->info = classifyArgumentType(it->type, AllocatedVFP, IsHA,
3296 if (IsHA && AllocatedVFP > NumVFPs && !isDarwinPCS() &&
3309 if (IsHA && AllocatedVFP > NumVFPs && PreAllocation < NumVFPs) {
3360 bool &IsHA,
3444 IsHA = true;
3761 bool IsHA = false, IsSmallAggr = false; local
3762 ABIArgInfo AI = classifyArgumentType(Ty, AllocatedVFP, IsHA, AllocatedGPR,
3358 classifyArgumentType(QualType Ty, unsigned &AllocatedVFP, bool &IsHA, unsigned &AllocatedGPR, bool &IsSmallAggr, bool IsNamedArg) const argument

Completed in 74 milliseconds