Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DOpenMPKinds.h182 bool isOpenMPParallelDirective(OpenMPDirectiveKind DKind);
/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/
H A DOpenMPKinds.cpp822 bool clang::isOpenMPParallelDirective(OpenMPDirectiveKind DKind) { in isOpenMPParallelDirective() function in clang
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGOpenMPRuntimeNVPTX.cpp794 if (isOpenMPParallelDirective(DKind) && in hasNestedSPMDDirective()
805 if (isOpenMPParallelDirective(DKind) && in hasNestedSPMDDirective()
812 return isOpenMPParallelDirective(DKind) && in hasNestedSPMDDirective()
967 if (isOpenMPParallelDirective(DKind) && in hasNestedLightweightDirective()
991 if (isOpenMPParallelDirective(DKind) && in hasNestedLightweightDirective()
1012 if (isOpenMPParallelDirective(DKind) && in hasNestedLightweightDirective()
3820 bool ParallelReduction = isOpenMPParallelDirective(Options.ReductionKind); in emitReduction()
H A DCGStmtOpenMP.cpp96 isOpenMPParallelDirective(Kind); in EmitPreInitStmt()
1179 isOpenMPParallelDirective(D.getDirectiveKind()) || in EmitOMPReductionClauseFinal()
3348 !isOpenMPParallelDirective(S.getDirectiveKind()) && in EmitOMPDistributeLoop()
3472 !isOpenMPParallelDirective(S.getDirectiveKind()) && in EmitOMPDistributeLoop()
H A DCGOpenMPRuntime.cpp6440 if (isOpenMPParallelDirective(D.getDirectiveKind())) in emitNumTeamsForTargetDirective()
6505 isOpenMPParallelDirective(D.getDirectiveKind())) { in emitNumThreadsForTargetDirective()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp799 if (isOpenMPParallelDirective(DVar.DKind) || in getDSA()
2304 return isOpenMPParallelDirective(K) || in VisitDeclRefExpr()
2373 return isOpenMPParallelDirective(K) || in VisitMemberExpr()
3179 !isOpenMPParallelDirective(CurrentRegion) && in checkNestingOfRegions()
3220 NestingProhibited = !isOpenMPParallelDirective(CurrentRegion) && in checkNestingOfRegions()
10074 !isOpenMPParallelDirective(CurrDir) && in ActOnOpenMPFirstprivateClause()
10078 (isOpenMPParallelDirective(DVar.DKind) || in ActOnOpenMPFirstprivateClause()
10103 return isOpenMPParallelDirective(K) || in ActOnOpenMPFirstprivateClause()
10109 (isOpenMPParallelDirective(DVar.DKind) || in ActOnOpenMPFirstprivateClause()
10314 !isOpenMPParallelDirective(CurrDir) && in ActOnOpenMPLastprivateClause()
[all …]