Searched refs:ConstructMatches (Results 1 – 1 of 1) sorted by relevance
147 SmallVectorImpl<unsigned> *ConstructMatches, bool DeviceSetOnly) { in isVariantApplicableInContextHelper() argument233 if (ConstructMatches) in isVariantApplicableInContextHelper()234 ConstructMatches->push_back(ConstructIdx - 1); in isVariantApplicableInContextHelper()272 SmallVectorImpl<unsigned> &ConstructMatches) { in getVariantMatchScore() argument324 assert(NoConstructTraits == ConstructMatches.size() && in getVariantMatchScore()332 Score += (1ULL << ConstructMatches[ConstructIdx++]); in getVariantMatchScore()350 SmallVector<unsigned, 8> ConstructMatches; in getBestVariantMatchForContext() local352 if (!isVariantApplicableInContextHelper(VMI, Ctx, &ConstructMatches, in getBestVariantMatchForContext()356 APInt Score = getVariantMatchScore(VMI, Ctx, ConstructMatches); in getBestVariantMatchForContext()