Searched refs:ConstructMatches (Results 1 – 1 of 1) sorted by relevance
146 SmallVectorImpl<unsigned> *ConstructMatches, bool DeviceSetOnly) { in isVariantApplicableInContextHelper() argument232 if (ConstructMatches) in isVariantApplicableInContextHelper()233 ConstructMatches->push_back(ConstructIdx - 1); in isVariantApplicableInContextHelper()271 SmallVectorImpl<unsigned> &ConstructMatches) { in getVariantMatchScore() argument323 assert(NoConstructTraits == ConstructMatches.size() && in getVariantMatchScore()331 Score += (1ULL << ConstructMatches[ConstructIdx++]); in getVariantMatchScore()349 SmallVector<unsigned, 8> ConstructMatches; in getBestVariantMatchForContext() local351 if (!isVariantApplicableInContextHelper(VMI, Ctx, &ConstructMatches, in getBestVariantMatchForContext()355 APInt Score = getVariantMatchScore(VMI, Ctx, ConstructMatches); in getBestVariantMatchForContext()