Home
last modified time | relevance | path

Searched refs:isOpenMPParallelDirective (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DOpenMPKinds.h255 bool isOpenMPParallelDirective(OpenMPDirectiveKind DKind);
/openbsd/gnu/llvm/clang/lib/Basic/
H A DOpenMPKinds.cpp604 bool clang::isOpenMPParallelDirective(OpenMPDirectiveKind DKind) { in isOpenMPParallelDirective() function in clang
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp561 if (isOpenMPParallelDirective(DKind)) in hasNestedSPMDDirective()
572 if (isOpenMPParallelDirective(DKind)) in hasNestedSPMDDirective()
578 return isOpenMPParallelDirective(DKind); in hasNestedSPMDDirective()
2863 bool ParallelReduction = isOpenMPParallelDirective(Options.ReductionKind); in emitReduction()
H A DCGStmtOpenMP.cpp113 isOpenMPParallelDirective(Kind); in EmitPreInitStmt()
1439 isOpenMPParallelDirective(D.getDirectiveKind()) || in EmitOMPReductionClauseFinal()
3783 if (isOpenMPParallelDirective(S.getDirectiveKind())) { in emitScanBasedDirective()
3828 if (!isOpenMPParallelDirective(S.getDirectiveKind())) in emitWorksharingDirective()
3831 if (!isOpenMPParallelDirective(S.getDirectiveKind())) in emitWorksharingDirective()
4951 !isOpenMPParallelDirective(S.getDirectiveKind()) && in EmitOMPTaskBasedDirective()
5636 !isOpenMPParallelDirective(S.getDirectiveKind()) && in EmitOMPDistributeLoop()
5768 !isOpenMPParallelDirective(S.getDirectiveKind()) && in EmitOMPDistributeLoop()
H A DCGOpenMPRuntime.cpp6207 if (isOpenMPParallelDirective(NestedDir->getDirectiveKind()) || in getNumTeamsExprForTargetDirective()
6352 if (isOpenMPParallelDirective(Dir->getDirectiveKind())) { in getNumThreads()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp1363 if ((isOpenMPParallelDirective(DVar.DKind) && in getDSA()
2799 if (!(isOpenMPParallelDirective(CurDir) || in checkReductionClauses()
3887 return isOpenMPParallelDirective(K) || in VisitDeclRefExpr()
3983 return isOpenMPParallelDirective(K) || in VisitMemberExpr()
4162 if (isOpenMPParallelDirective(DKind)) in handleDeclareVariantConstructTrait()
6695 if (isOpenMPParallelDirective(Kind) && in ActOnOpenMPExecutableDirective()
6710 if (isOpenMPParallelDirective(Kind)) in ActOnOpenMPExecutableDirective()
18220 !isOpenMPParallelDirective(CurrDir) && in ActOnOpenMPFirstprivateClause()
18498 !isOpenMPParallelDirective(CurrDir) && in ActOnOpenMPLastprivateClause()
19287 !isOpenMPParallelDirective(CurrDir) && in actOnOMPReductionKindClause()
[all …]