Home
last modified time | relevance | path

Searched refs:ConstructMatches (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPContext.cpp199 SmallVectorImpl<unsigned> *ConstructMatches, in isVariantApplicableInContextHelper() argument
292 if (ConstructMatches) in isVariantApplicableInContextHelper()
293 ConstructMatches->push_back(ConstructIdx - 1); in isVariantApplicableInContextHelper()
331 SmallVectorImpl<unsigned> &ConstructMatches) { in getVariantMatchScore() argument
397 assert(NoConstructTraits == ConstructMatches.size() && in getVariantMatchScore()
405 Score += (1ULL << ConstructMatches[ConstructIdx++]); in getVariantMatchScore()
423 SmallVector<unsigned, 8> ConstructMatches; in getBestVariantMatchForContext() local
426 VMI, Ctx, &ConstructMatches, in getBestVariantMatchForContext()
430 APInt Score = getVariantMatchScore(VMI, Ctx, ConstructMatches); in getBestVariantMatchForContext()