Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenMPKinds.h262 bool isOpenMPParallelDirective(OpenMPDirectiveKind DKind);
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp527 if (isOpenMPParallelDirective(DKind)) in hasNestedSPMDDirective()
538 if (isOpenMPParallelDirective(DKind)) in hasNestedSPMDDirective()
544 return isOpenMPParallelDirective(DKind); in hasNestedSPMDDirective()
1662 bool ParallelReduction = isOpenMPParallelDirective(Options.ReductionKind); in emitReduction()
H A DCGStmtOpenMP.cpp117 isOpenMPParallelDirective(Kind); in EmitPreInitStmt()
1461 isOpenMPParallelDirective(D.getDirectiveKind()) || in EmitOMPReductionClauseFinal()
3828 if (isOpenMPParallelDirective(S.getDirectiveKind())) { in emitScanBasedDirective()
3873 if (!isOpenMPParallelDirective(S.getDirectiveKind())) in emitWorksharingDirective()
3876 if (!isOpenMPParallelDirective(S.getDirectiveKind())) in emitWorksharingDirective()
5035 !isOpenMPParallelDirective(S.getDirectiveKind()) && in EmitOMPTaskBasedDirective()
5724 !isOpenMPParallelDirective(S.getDirectiveKind()) && in EmitOMPDistributeLoop()
5856 !isOpenMPParallelDirective(S.getDirectiveKind()) && in EmitOMPDistributeLoop()
H A DCGOpenMPRuntime.cpp6050 if (isOpenMPParallelDirective(NestedDir->getDirectiveKind()) || in getNumTeamsExprForTargetDirective()
6208 if (isOpenMPParallelDirective(Dir->getDirectiveKind())) { in getNumThreads()
6365 if (Dir && isOpenMPParallelDirective(Dir->getDirectiveKind())) { in getNumThreadsExprForTargetDirective()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DOpenMPKinds.cpp602 bool clang::isOpenMPParallelDirective(OpenMPDirectiveKind DKind) { in isOpenMPParallelDirective() function in clang
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp582 ((isOpenMPParallelDirective(getTopOfStack().Directive) || in getTaskgroupReductionRef()
1246 return isOpenMPParallelDirective(DKind) || isOpenMPTeamsDirective(DKind); in isImplicitTaskingRegion()
1388 if ((isOpenMPParallelDirective(DVar.DKind) && in getDSA()
1594 ((isOpenMPParallelDirective(getTopOfStack().Directive) || in addTaskgroupReductionData()
1619 ((isOpenMPParallelDirective(getTopOfStack().Directive) || in addTaskgroupReductionData()
2622 ((isOpenMPParallelDirective(K) || in isOpenMPPrivateDecl()
2834 if (!(isOpenMPParallelDirective(CurDir) || in checkReductionClauses()
3954 return isOpenMPParallelDirective(K) || in VisitDeclRefExpr()
4050 return isOpenMPParallelDirective(K) || in VisitMemberExpr()
4229 if (isOpenMPParallelDirective(DKind)) in handleDeclareVariantConstructTrait()
[all …]