Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DOpenMPKinds.h165 bool isOpenMPParallelDirective(OpenMPDirectiveKind DKind);
/external/llvm-project/clang/include/clang/Basic/
DOpenMPKinds.h196 bool isOpenMPParallelDirective(OpenMPDirectiveKind DKind);
/external/clang/lib/Basic/
DOpenMPKinds.cpp658 bool clang::isOpenMPParallelDirective(OpenMPDirectiveKind DKind) { in isOpenMPParallelDirective() function in clang
/external/llvm-project/clang/lib/Basic/
DOpenMPKinds.cpp474 bool clang::isOpenMPParallelDirective(OpenMPDirectiveKind DKind) { in isOpenMPParallelDirective() function in clang
/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntimeGPU.cpp631 if (isOpenMPParallelDirective(DKind)) in hasNestedSPMDDirective()
642 if (isOpenMPParallelDirective(DKind)) in hasNestedSPMDDirective()
648 return isOpenMPParallelDirective(DKind); in hasNestedSPMDDirective()
829 if (isOpenMPParallelDirective(DKind) && in hasNestedLightweightDirective()
857 if (isOpenMPParallelDirective(DKind) && in hasNestedLightweightDirective()
879 if (isOpenMPParallelDirective(DKind) && in hasNestedLightweightDirective()
3919 bool ParallelReduction = isOpenMPParallelDirective(Options.ReductionKind); in emitReduction()
DCGStmtOpenMP.cpp109 isOpenMPParallelDirective(Kind); in EmitPreInitStmt()
1421 isOpenMPParallelDirective(D.getDirectiveKind()) || in EmitOMPReductionClauseFinal()
4131 !isOpenMPParallelDirective(S.getDirectiveKind()) && in EmitOMPTaskBasedDirective()
4687 !isOpenMPParallelDirective(S.getDirectiveKind()) && in EmitOMPDistributeLoop()
4819 !isOpenMPParallelDirective(S.getDirectiveKind()) && in EmitOMPDistributeLoop()
DCGOpenMPRuntime.cpp6584 if (isOpenMPParallelDirective(NestedDir->getDirectiveKind()) || in emitNumTeamsForTargetDirective()
6681 if (isOpenMPParallelDirective(Dir->getDirectiveKind())) { in getNumThreads()
/external/clang/lib/Sema/
DSemaOpenMP.cpp388 return isOpenMPParallelDirective(DKind) || isOpenMPTaskingDirective(DKind) || in isParallelOrTaskRegion()
474 if (isOpenMPParallelDirective(DVar.DKind) || in getDSA()
1496 return isOpenMPParallelDirective(K) || in VisitDeclRefExpr()
1535 return isOpenMPParallelDirective(K) || in VisitMemberExpr()
3220 !isOpenMPParallelDirective(CurrentRegion)) { in CheckNestingOfRegions()
3257 NestingProhibited = !isOpenMPParallelDirective(CurrentRegion) && in CheckNestingOfRegions()
8428 !isOpenMPParallelDirective(CurrDir)) { in ActOnOpenMPFirstprivateClause()
8431 (isOpenMPParallelDirective(DVar.DKind) || in ActOnOpenMPFirstprivateClause()
8455 return isOpenMPParallelDirective(K) || in ActOnOpenMPFirstprivateClause()
8460 (isOpenMPParallelDirective(DVar.DKind) || in ActOnOpenMPFirstprivateClause()
[all …]
/external/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp548 ((isOpenMPParallelDirective(getTopOfStack().Directive) || in getTaskgroupReductionRef()
1099 return isOpenMPParallelDirective(DKind) || isOpenMPTeamsDirective(DKind); in isImplicitTaskingRegion()
1229 if ((isOpenMPParallelDirective(DVar.DKind) && in getDSA()
1435 ((isOpenMPParallelDirective(getTopOfStack().Directive) || in addTaskgroupReductionData()
1461 ((isOpenMPParallelDirective(getTopOfStack().Directive) || in addTaskgroupReductionData()
2360 ((isOpenMPParallelDirective(K) || in isOpenMPPrivateDecl()
2546 if (!(isOpenMPParallelDirective(CurDir) || in checkReductionClauses()
3528 return isOpenMPParallelDirective(K) || in VisitDeclRefExpr()
3616 return isOpenMPParallelDirective(K) || in VisitMemberExpr()
4651 !isOpenMPParallelDirective(CurrentRegion) && in checkNestingOfRegions()
[all …]
/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp1159 isOpenMPParallelDirective(D.getDirectiveKind()) || in EmitOMPReductionClauseFinal()