Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Frontend/
H A DOpenMPContextTest.cpp76 VariantMatchInfo Empty; in TEST_F()
82 VariantMatchInfo UserCondFalse; in TEST_F()
89 VariantMatchInfo DeviceArchArm; in TEST_F()
116 VariantMatchInfo GPU; in TEST_F()
123 VariantMatchInfo NoHost; in TEST_F()
152 VariantMatchInfo Empty; in TEST_F()
159 VariantMatchInfo UserCondFalse; in TEST_F()
169 VariantMatchInfo DeviceArchArm; in TEST_F()
207 VariantMatchInfo GPU; in TEST_F()
215 VariantMatchInfo NoHost; in TEST_F()
[all …]
/llvm-project-15.0.7/llvm/lib/Frontend/OpenMP/
H A DOMPContext.cpp129 static bool isStrictSubset(const VariantMatchInfo &VMI0, in isStrictSubset()
130 const VariantMatchInfo &VMI1) { in isStrictSubset()
145 const VariantMatchInfo &VMI, const OMPContext &Ctx, in isVariantApplicableInContextHelper()
264 bool llvm::omp::isVariantApplicableInContext(const VariantMatchInfo &VMI, in isVariantApplicableInContext()
271 static APInt getVariantMatchScore(const VariantMatchInfo &VMI, in getVariantMatchScore()
342 const SmallVectorImpl<VariantMatchInfo> &VMIs, const OMPContext &Ctx) { in getBestVariantMatchForContext()
346 const VariantMatchInfo *BestVMI = nullptr; in getBestVariantMatchForContext()
349 const VariantMatchInfo &VMI = VMIs[u]; in getBestVariantMatchForContext()
/llvm-project-15.0.7/llvm/include/llvm/Frontend/OpenMP/
H A DOMPContext.h119 struct VariantMatchInfo { struct
183 bool isVariantApplicableInContext(const VariantMatchInfo &VMI,
189 int getBestVariantMatchForContext(const SmallVectorImpl<VariantMatchInfo> &VMIs,
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseOpenMP.cpp2224 VariantMatchInfo VMI; in ParseOpenMPDeclarativeDirectiveWithExtDecl()
2518 SmallVector<VariantMatchInfo, 4> VMIs; in ParseOpenMPDeclarativeOrExecutableDirective()
2577 VariantMatchInfo VMI; in ParseOpenMPDeclarativeOrExecutableDirective()
/llvm-project-15.0.7/clang/lib/AST/
H A DOpenMPClause.cpp2407 VariantMatchInfo &VMI) const { in getAsVariantMatchInfo()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DOpenMPClause.h8844 llvm::omp::VariantMatchInfo &VMI) const;
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp7199 SmallVector<VariantMatchInfo, 4> VMIs; in ActOnOpenMPCall()
7205 VariantMatchInfo VMI; in ActOnOpenMPCall()
7596 VariantMatchInfo VMI; in ActOnOpenMPDeclareVariantDirective()