Searched refs:OMPContext (Results 1 – 5 of 5) sorted by relevance
157 struct OMPContext { struct158 OMPContext(bool IsDeviceCompilation, Triple TargetTriple);159 virtual ~OMPContext() = default;184 const OMPContext &Ctx, argument190 const OMPContext &Ctx);
28 OMPContext::OMPContext(bool IsDeviceCompilation, Triple TargetTriple) { in OMPContext() function in OMPContext146 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()
2478 : OMPContext(ASTCtx.getLangOpts().OpenMPIsDevice, in TargetOMPContext()
674 SRCS_MIN+= Frontend/OpenMP/OMPContext.cpp
8548 struct TargetOMPContext final : public llvm::omp::OMPContext {