Lines Matching defs:ConstructMatches
148 SmallVectorImpl<unsigned> *ConstructMatches, bool DeviceSetOnly) {
234 if (ConstructMatches)
235 ConstructMatches->push_back(ConstructIdx - 1);
268 VMI, Ctx, /* ConstructMatches */ nullptr, DeviceSetOnly);
273 SmallVectorImpl<unsigned> &ConstructMatches) {
325 assert(NoConstructTraits == ConstructMatches.size() &&
332 // ConstructMatches is the position p - 1 and we need 2^(p-1).
333 Score += (1ULL << ConstructMatches[ConstructIdx++]);
351 SmallVector<unsigned, 8> ConstructMatches;
353 if (!isVariantApplicableInContextHelper(VMI, Ctx, &ConstructMatches,
357 APInt Score = getVariantMatchScore(VMI, Ctx, ConstructMatches);