Searched refs:VariantMatchInfo (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPContext.cpp | 181 static bool isStrictSubset(const VariantMatchInfo &VMI0, in isStrictSubset() 182 const VariantMatchInfo &VMI1) { in isStrictSubset() 197 isVariantApplicableInContextHelper(const VariantMatchInfo &VMI, in isVariantApplicableInContextHelper() 323 const VariantMatchInfo &VMI, const OMPContext &Ctx, in isVariantApplicableInContext() 329 static APInt getVariantMatchScore(const VariantMatchInfo &VMI, in getVariantMatchScore() 414 const SmallVectorImpl<VariantMatchInfo> &VMIs, const OMPContext &Ctx) { in getBestVariantMatchForContext() 418 const VariantMatchInfo *BestVMI = nullptr; in getBestVariantMatchForContext() 421 const VariantMatchInfo &VMI = VMIs[u]; in getBestVariantMatchForContext()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMPContext.h | 124 struct VariantMatchInfo { struct 193 isVariantApplicableInContext(const VariantMatchInfo &VMI, const OMPContext &Ctx, 199 getBestVariantMatchForContext(const SmallVectorImpl<VariantMatchInfo> &VMIs,
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseOpenMP.cpp | 563 VariantMatchInfo VMI; in ParseOpenMPDeclareBeginVariantDirective() 2549 SmallVector<VariantMatchInfo, 4> VMIs; in ParseOpenMPDeclarativeOrExecutableDirective() 2625 VariantMatchInfo VMI; in ParseOpenMPDeclarativeOrExecutableDirective()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | OpenMPClause.cpp | 2769 VariantMatchInfo &VMI) const { in getAsVariantMatchInfo()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | OpenMPClause.h | 9541 llvm::omp::VariantMatchInfo &VMI) const;
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 7172 SmallVector<VariantMatchInfo, 4> VMIs; in ActOnOpenMPCall() 7178 VariantMatchInfo VMI; in ActOnOpenMPCall() 7572 VariantMatchInfo VMI; in ActOnOpenMPDeclareVariantDirective()
|