Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DOpenMPKinds.h196 bool isOpenMPParallelDirective(OpenMPDirectiveKind DKind);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DOpenMPKinds.cpp480 bool clang::isOpenMPParallelDirective(OpenMPDirectiveKind DKind) { in isOpenMPParallelDirective() function in clang
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp637 if (isOpenMPParallelDirective(DKind)) in hasNestedSPMDDirective()
648 if (isOpenMPParallelDirective(DKind)) in hasNestedSPMDDirective()
654 return isOpenMPParallelDirective(DKind); in hasNestedSPMDDirective()
835 if (isOpenMPParallelDirective(DKind) && in hasNestedLightweightDirective()
863 if (isOpenMPParallelDirective(DKind) && in hasNestedLightweightDirective()
885 if (isOpenMPParallelDirective(DKind) && in hasNestedLightweightDirective()
3746 bool ParallelReduction = isOpenMPParallelDirective(Options.ReductionKind); in emitReduction()
H A DCGStmtOpenMP.cpp109 isOpenMPParallelDirective(Kind); in EmitPreInitStmt()
1444 isOpenMPParallelDirective(D.getDirectiveKind()) || in EmitOMPReductionClauseFinal()
3511 if (isOpenMPParallelDirective(S.getDirectiveKind())) { in emitScanBasedDirective()
3556 if (!isOpenMPParallelDirective(S.getDirectiveKind())) in emitWorksharingDirective()
4548 !isOpenMPParallelDirective(S.getDirectiveKind()) && in EmitOMPTaskBasedDirective()
5109 !isOpenMPParallelDirective(S.getDirectiveKind()) && in EmitOMPDistributeLoop()
5241 !isOpenMPParallelDirective(S.getDirectiveKind()) && in EmitOMPDistributeLoop()
H A DCGOpenMPRuntime.cpp6631 if (isOpenMPParallelDirective(NestedDir->getDirectiveKind()) || in emitNumTeamsForTargetDirective()
6729 if (isOpenMPParallelDirective(Dir->getDirectiveKind())) { in getNumThreads()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp549 ((isOpenMPParallelDirective(getTopOfStack().Directive) || in getTaskgroupReductionRef()
1100 return isOpenMPParallelDirective(DKind) || isOpenMPTeamsDirective(DKind); in isImplicitTaskingRegion()
1230 if ((isOpenMPParallelDirective(DVar.DKind) && in getDSA()
1436 ((isOpenMPParallelDirective(getTopOfStack().Directive) || in addTaskgroupReductionData()
1462 ((isOpenMPParallelDirective(getTopOfStack().Directive) || in addTaskgroupReductionData()
2375 ((isOpenMPParallelDirective(K) || in isOpenMPPrivateDecl()
2562 if (!(isOpenMPParallelDirective(CurDir) || in checkReductionClauses()
3629 return isOpenMPParallelDirective(K) || in VisitDeclRefExpr()
3719 return isOpenMPParallelDirective(K) || in VisitMemberExpr()
4784 !isOpenMPParallelDirective(CurrentRegion) && in checkNestingOfRegions()
[all …]