Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenMPKinds.h196 bool isOpenMPParallelDirective(OpenMPDirectiveKind DKind);
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp580 if (isOpenMPParallelDirective(DKind)) in hasNestedSPMDDirective()
591 if (isOpenMPParallelDirective(DKind)) in hasNestedSPMDDirective()
597 return isOpenMPParallelDirective(DKind); in hasNestedSPMDDirective()
778 if (isOpenMPParallelDirective(DKind) && in hasNestedLightweightDirective()
806 if (isOpenMPParallelDirective(DKind) && in hasNestedLightweightDirective()
828 if (isOpenMPParallelDirective(DKind) && in hasNestedLightweightDirective()
3160 bool ParallelReduction = isOpenMPParallelDirective(Options.ReductionKind); in emitReduction()
H A DCGStmtOpenMP.cpp109 isOpenMPParallelDirective(Kind); in EmitPreInitStmt()
1452 isOpenMPParallelDirective(D.getDirectiveKind()) || in EmitOMPReductionClauseFinal()
3537 if (isOpenMPParallelDirective(S.getDirectiveKind())) { in emitScanBasedDirective()
3582 if (!isOpenMPParallelDirective(S.getDirectiveKind())) in emitWorksharingDirective()
4574 !isOpenMPParallelDirective(S.getDirectiveKind()) && in EmitOMPTaskBasedDirective()
5135 !isOpenMPParallelDirective(S.getDirectiveKind()) && in EmitOMPDistributeLoop()
5267 !isOpenMPParallelDirective(S.getDirectiveKind()) && in EmitOMPDistributeLoop()
H A DCGOpenMPRuntime.cpp6652 if (isOpenMPParallelDirective(NestedDir->getDirectiveKind()) || in getNumTeamsExprForTargetDirective()
6798 if (isOpenMPParallelDirective(Dir->getDirectiveKind())) { in getNumThreads()
/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/
H A DOpenMPKinds.cpp481 bool clang::isOpenMPParallelDirective(OpenMPDirectiveKind DKind) { in isOpenMPParallelDirective() function in clang
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp1230 if ((isOpenMPParallelDirective(DVar.DKind) && in getDSA()
2562 if (!(isOpenMPParallelDirective(CurDir) || in checkReductionClauses()
3629 return isOpenMPParallelDirective(K) || in VisitDeclRefExpr()
3719 return isOpenMPParallelDirective(K) || in VisitMemberExpr()
6204 if (isOpenMPParallelDirective(Kind) && in ActOnOpenMPExecutableDirective()
6219 if (isOpenMPParallelDirective(Kind)) in ActOnOpenMPExecutableDirective()
15871 !isOpenMPParallelDirective(CurrDir) && in ActOnOpenMPFirstprivateClause()
15903 return isOpenMPParallelDirective(K) || in ActOnOpenMPFirstprivateClause()
16144 !isOpenMPParallelDirective(CurrDir) && in ActOnOpenMPLastprivateClause()
16933 !isOpenMPParallelDirective(CurrDir) && in actOnOMPReductionKindClause()
[all …]