Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DOpenMPKinds.h211 bool isOpenMPParallelDirective(OpenMPDirectiveKind DKind);
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp579 if (isOpenMPParallelDirective(DKind)) in hasNestedSPMDDirective()
590 if (isOpenMPParallelDirective(DKind)) in hasNestedSPMDDirective()
596 return isOpenMPParallelDirective(DKind); in hasNestedSPMDDirective()
777 if (isOpenMPParallelDirective(DKind) && in hasNestedLightweightDirective()
805 if (isOpenMPParallelDirective(DKind) && in hasNestedLightweightDirective()
827 if (isOpenMPParallelDirective(DKind) && in hasNestedLightweightDirective()
3215 bool ParallelReduction = isOpenMPParallelDirective(Options.ReductionKind); in emitReduction()
H A DCGStmtOpenMP.cpp112 isOpenMPParallelDirective(Kind); in EmitPreInitStmt()
1436 isOpenMPParallelDirective(D.getDirectiveKind()) || in EmitOMPReductionClauseFinal()
3725 if (isOpenMPParallelDirective(S.getDirectiveKind())) { in emitScanBasedDirective()
3770 if (!isOpenMPParallelDirective(S.getDirectiveKind())) in emitWorksharingDirective()
3773 if (!isOpenMPParallelDirective(S.getDirectiveKind())) in emitWorksharingDirective()
4898 !isOpenMPParallelDirective(S.getDirectiveKind()) && in EmitOMPTaskBasedDirective()
5572 !isOpenMPParallelDirective(S.getDirectiveKind()) && in EmitOMPDistributeLoop()
5704 !isOpenMPParallelDirective(S.getDirectiveKind()) && in EmitOMPDistributeLoop()
H A DCGOpenMPRuntime.cpp6585 if (isOpenMPParallelDirective(NestedDir->getDirectiveKind()) || in getNumTeamsExprForTargetDirective()
6730 if (isOpenMPParallelDirective(Dir->getDirectiveKind())) { in getNumThreads()
/llvm-project-15.0.7/clang/lib/Basic/
H A DOpenMPKinds.cpp533 bool clang::isOpenMPParallelDirective(OpenMPDirectiveKind DKind) { in isOpenMPParallelDirective() function in clang
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp1332 if ((isOpenMPParallelDirective(DVar.DKind) && in getDSA()
2748 if (!(isOpenMPParallelDirective(CurDir) || in checkReductionClauses()
3836 return isOpenMPParallelDirective(K) || in VisitDeclRefExpr()
3932 return isOpenMPParallelDirective(K) || in VisitMemberExpr()
4107 if (isOpenMPParallelDirective(DKind)) in handleDeclareVariantConstructTrait()
6619 if (isOpenMPParallelDirective(Kind) && in ActOnOpenMPExecutableDirective()
6634 if (isOpenMPParallelDirective(Kind)) in ActOnOpenMPExecutableDirective()
17937 !isOpenMPParallelDirective(CurrDir) && in ActOnOpenMPFirstprivateClause()
18215 !isOpenMPParallelDirective(CurrDir) && in ActOnOpenMPLastprivateClause()
19004 !isOpenMPParallelDirective(CurrDir) && in actOnOMPReductionKindClause()
[all …]