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);
27 OMPContext::OMPContext(bool IsDeviceCompilation, Triple TargetTriple) { in OMPContext() function in OMPContext146 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()
2752 : OMPContext(ASTCtx.getLangOpts().OpenMPIsTargetDevice, in TargetOMPContext()
788 SRCS_MIN+= Frontend/OpenMP/OMPContext.cpp
8984 struct TargetOMPContext final : public llvm::omp::OMPContext {