Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/
H A DOMPContext.cpp147 SmallVectorImpl<unsigned> *ConstructMatches, bool DeviceSetOnly) { in isVariantApplicableInContextHelper() argument
234 if (ConstructMatches) in isVariantApplicableInContextHelper()
235 ConstructMatches->push_back(ConstructIdx - 1); in isVariantApplicableInContextHelper()
274 SmallVectorImpl<unsigned> &ConstructMatches) { in getVariantMatchScore() argument
326 assert(NoConstructTraits == ConstructMatches.size() && in getVariantMatchScore()
334 Score += (1ULL << ConstructMatches[ConstructIdx++]); in getVariantMatchScore()
352 SmallVector<unsigned, 8> ConstructMatches; in getBestVariantMatchForContext() local
354 if (!isVariantApplicableInContextHelper(VMI, Ctx, &ConstructMatches, in getBestVariantMatchForContext()
358 APInt Score = getVariantMatchScore(VMI, Ctx, ConstructMatches); in getBestVariantMatchForContext()