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.h287 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()
1661 bool ParallelReduction = isOpenMPParallelDirective(Options.ReductionKind); in emitReduction()
H A DCGStmtOpenMP.cpp121 isOpenMPParallelDirective(EKind); in EmitPreInitStmt()
1502 isOpenMPParallelDirective(EKind) || in EmitOMPReductionClauseFinal()
3972 if (isOpenMPParallelDirective(EKind)) { in emitScanBasedDirective()
4016 if (!isOpenMPParallelDirective(EKind)) in emitWorksharingDirective()
4019 if (!isOpenMPParallelDirective(EKind)) in emitWorksharingDirective()
5235 !isOpenMPParallelDirective(EKind) && in EmitOMPTaskBasedDirective()
5932 !isOpenMPParallelDirective(S.getDirectiveKind()) && in EmitOMPDistributeLoop()
6064 !isOpenMPParallelDirective(S.getDirectiveKind()) && in EmitOMPDistributeLoop()
H A DCGOpenMPRuntime.cpp6454 if (isOpenMPParallelDirective(Dir->getDirectiveKind())) { in getNumThreads()
6613 if (Dir && isOpenMPParallelDirective(Dir->getDirectiveKind())) { in getNumThreadsExprForTargetDirective()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DOpenMPKinds.cpp636 bool clang::isOpenMPParallelDirective(OpenMPDirectiveKind DKind) { in isOpenMPParallelDirective() function in clang
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp579 ((isOpenMPParallelDirective(getTopOfStack().Directive) || in getTaskgroupReductionRef()
1226 return isOpenMPParallelDirective(DKind) || isOpenMPTeamsDirective(DKind); in isImplicitTaskingRegion()
1366 if ((isOpenMPParallelDirective(DVar.DKind) && in getDSA()
1570 ((isOpenMPParallelDirective(getTopOfStack().Directive) || in addTaskgroupReductionData()
1595 ((isOpenMPParallelDirective(getTopOfStack().Directive) || in addTaskgroupReductionData()
2598 ((isOpenMPParallelDirective(K) || in isOpenMPPrivateDecl()
2810 if (!(isOpenMPParallelDirective(CurDir) || in checkReductionClauses()
3962 return isOpenMPParallelDirective(K) || in VisitDeclRefExpr()
4057 return isOpenMPParallelDirective(K) || in VisitMemberExpr()
4224 if (isOpenMPParallelDirective(DKind)) in handleDeclareVariantConstructTrait()
[all …]