Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
DOMPContext.h157 struct OMPContext { struct
158 OMPContext(bool IsDeviceCompilation, Triple TargetTriple);
159 virtual ~OMPContext() = default;
184 const OMPContext &Ctx, argument
190 const OMPContext &Ctx);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
DOMPContext.cpp28 OMPContext::OMPContext(bool IsDeviceCompilation, Triple TargetTriple) { in OMPContext() function in OMPContext
146 const VariantMatchInfo &VMI, const OMPContext &Ctx, in isVariantApplicableInContextHelper()
266 const OMPContext &Ctx, in isVariantApplicableInContext()
273 const OMPContext &Ctx, in getVariantMatchScore()
343 const SmallVectorImpl<VariantMatchInfo> &VMIs, const OMPContext &Ctx) { in getBestVariantMatchForContext()
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DOpenMPClause.cpp2478 : OMPContext(ASTCtx.getLangOpts().OpenMPIsDevice, in TargetOMPContext()
/freebsd-12-stable/lib/clang/libllvm/
DMakefile674 SRCS_MIN+= Frontend/OpenMP/OMPContext.cpp
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DOpenMPClause.h8548 struct TargetOMPContext final : public llvm::omp::OMPContext {