Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
HDOMPContext.h157 struct OMPContext { struct
158 OMPContext(bool IsDeviceCompilation, Triple TargetTriple);
159 virtual ~OMPContext() = default;
184 const OMPContext &Ctx, argument
190 const OMPContext &Ctx);
/freebsd-head/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
HDOMPContext.cpp27 OMPContext::OMPContext(bool IsDeviceCompilation, Triple TargetTriple) { in OMPContext() function in OMPContext
146 const VariantMatchInfo &VMI, const OMPContext &Ctx, in isVariantApplicableInContextHelper()
264 const OMPContext &Ctx, in isVariantApplicableInContext()
271 const OMPContext &Ctx, in getVariantMatchScore()
341 const SmallVectorImpl<VariantMatchInfo> &VMIs, const OMPContext &Ctx) { in getBestVariantMatchForContext()
/freebsd-head/contrib/llvm-project/clang/lib/AST/
HDOpenMPClause.cpp2752 : OMPContext(ASTCtx.getLangOpts().OpenMPIsTargetDevice, in TargetOMPContext()
/freebsd-head/lib/clang/libllvm/
HDMakefile801 SRCS_MIN+= Frontend/OpenMP/OMPContext.cpp
/freebsd-head/contrib/llvm-project/clang/include/clang/AST/
HDOpenMPClause.h8984 struct TargetOMPContext final : public llvm::omp::OMPContext {