Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenMPKinds.h262 bool isOpenMPParallelDirective(OpenMPDirectiveKind DKind);
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DOpenMPKinds.cpp631 bool clang::isOpenMPParallelDirective(OpenMPDirectiveKind DKind) { in isOpenMPParallelDirective() function in clang
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp552 if (isOpenMPParallelDirective(DKind)) in hasNestedSPMDDirective()
563 if (isOpenMPParallelDirective(DKind)) in hasNestedSPMDDirective()
569 return isOpenMPParallelDirective(DKind); in hasNestedSPMDDirective()
2807 bool ParallelReduction = isOpenMPParallelDirective(Options.ReductionKind); in emitReduction()
H A DCGStmtOpenMP.cpp113 isOpenMPParallelDirective(Kind); in EmitPreInitStmt()
1433 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()
4978 !isOpenMPParallelDirective(S.getDirectiveKind()) && in EmitOMPTaskBasedDirective()
5670 !isOpenMPParallelDirective(S.getDirectiveKind()) && in EmitOMPDistributeLoop()
5802 !isOpenMPParallelDirective(S.getDirectiveKind()) && in EmitOMPDistributeLoop()
H A DCGOpenMPRuntime.cpp6035 if (isOpenMPParallelDirective(NestedDir->getDirectiveKind()) || in getNumTeamsExprForTargetDirective()
6193 if (isOpenMPParallelDirective(Dir->getDirectiveKind())) { in getNumThreads()
6350 if (Dir && isOpenMPParallelDirective(Dir->getDirectiveKind())) { in getNumThreadsExprForTargetDirective()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp1383 if ((isOpenMPParallelDirective(DVar.DKind) && in getDSA()
2823 if (!(isOpenMPParallelDirective(CurDir) || in checkReductionClauses()
3912 return isOpenMPParallelDirective(K) || in VisitDeclRefExpr()
4008 return isOpenMPParallelDirective(K) || in VisitMemberExpr()
4187 if (isOpenMPParallelDirective(DKind)) in handleDeclareVariantConstructTrait()
6846 if (isOpenMPParallelDirective(Kind) && in ActOnOpenMPExecutableDirective()
6861 if (isOpenMPParallelDirective(Kind)) in ActOnOpenMPExecutableDirective()
18559 !isOpenMPParallelDirective(CurrDir) && in ActOnOpenMPFirstprivateClause()
18837 !isOpenMPParallelDirective(CurrDir) && in ActOnOpenMPLastprivateClause()
19640 !isOpenMPParallelDirective(CurrDir) && in actOnOMPReductionKindClause()
[all …]