Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Frontend/OpenMP/
H A DOMPContext.cpp146 SmallVectorImpl<unsigned> *ConstructMatches, bool DeviceSetOnly) { in isVariantApplicableInContextHelper() argument
233 if (ConstructMatches) in isVariantApplicableInContextHelper()
234 ConstructMatches->push_back(ConstructIdx - 1); in isVariantApplicableInContextHelper()
273 SmallVectorImpl<unsigned> &ConstructMatches) { in getVariantMatchScore() argument
325 assert(NoConstructTraits == ConstructMatches.size() && in getVariantMatchScore()
333 Score += (1ULL << ConstructMatches[ConstructIdx++]); in getVariantMatchScore()
351 SmallVector<unsigned, 8> ConstructMatches; in getBestVariantMatchForContext() local
353 if (!isVariantApplicableInContextHelper(VMI, Ctx, &ConstructMatches, in getBestVariantMatchForContext()
357 APInt Score = getVariantMatchScore(VMI, Ctx, ConstructMatches); in getBestVariantMatchForContext()