Home
last modified time | relevance | path

Searched refs:isOpenMPTeamsDirective (Results 1 – 9 of 9) sorted by relevance

/external/clang/include/clang/Basic/
DOpenMPKinds.h186 bool isOpenMPTeamsDirective(OpenMPDirectiveKind DKind);
/external/llvm-project/clang/include/clang/Basic/
DOpenMPKinds.h225 bool isOpenMPTeamsDirective(OpenMPDirectiveKind DKind);
/external/clang/lib/Basic/
DOpenMPKinds.cpp680 bool clang::isOpenMPTeamsDirective(OpenMPDirectiveKind DKind) { in isOpenMPTeamsDirective() function in clang
/external/llvm-project/clang/lib/Basic/
DOpenMPKinds.cpp512 bool clang::isOpenMPTeamsDirective(OpenMPDirectiveKind DKind) { in isOpenMPTeamsDirective() function in clang
/external/clang/lib/Sema/
DSemaOpenMP.cpp389 isOpenMPTeamsDirective(DKind) || DKind == OMPD_unknown; in isParallelOrTaskRegion()
475 isOpenMPTeamsDirective(DVar.DKind)) { in getDSA()
1497 isOpenMPWorksharingDirective(K) || isOpenMPTeamsDirective(K); in VisitDeclRefExpr()
1537 isOpenMPTeamsDirective(K); in VisitMemberExpr()
3244 } else if (isOpenMPTeamsDirective(CurrentRegion)) { in CheckNestingOfRegions()
3252 if (!NestingProhibited && isOpenMPTeamsDirective(ParentRegion)) { in CheckNestingOfRegions()
3265 NestingProhibited = !isOpenMPTeamsDirective(ParentRegion); in CheckNestingOfRegions()
6723 if (!OED || !isOpenMPTeamsDirective(OED->getDirectiveKind())) { in ActOnOpenMPTargetDirective()
6733 OMPTeamsFound = OED && isOpenMPTeamsDirective(OED->getDirectiveKind()); in ActOnOpenMPTargetDirective()
8486 return isOpenMPTeamsDirective(K); in ActOnOpenMPFirstprivateClause()
[all …]
/external/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp1099 return isOpenMPParallelDirective(DKind) || isOpenMPTeamsDirective(DKind); in isImplicitTaskingRegion()
1231 isOpenMPTeamsDirective(DVar.DKind)) { in getDSA()
3529 isOpenMPWorksharingDirective(K) || isOpenMPTeamsDirective(K); in VisitDeclRefExpr()
3617 isOpenMPWorksharingDirective(K) || isOpenMPTeamsDirective(K); in VisitMemberExpr()
4652 !isOpenMPTeamsDirective(CurrentRegion)) { in checkNestingOfRegions()
5472 if (isOpenMPTeamsDirective(Kind)) in ActOnOpenMPExecutableDirective()
5476 if (isOpenMPTeamsDirective(Kind) && in ActOnOpenMPExecutableDirective()
10338 if (!OED || !isOpenMPTeamsDirective(OED->getDirectiveKind()) || in ActOnOpenMPTargetDirective()
10350 OMPTeamsFound = OED && isOpenMPTeamsDirective(OED->getDirectiveKind()); in ActOnOpenMPTargetDirective()
14126 !isOpenMPTeamsDirective(CurrDir)) { in ActOnOpenMPFirstprivateClause()
[all …]
/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntimeGPU.cpp1601 assert(isOpenMPTeamsDirective(D.getDirectiveKind()) && in getDistributeLastprivateVars()
1626 assert(isOpenMPTeamsDirective(D.getDirectiveKind()) && in getTeamsReductionVars()
3921 bool TeamsReduction = isOpenMPTeamsDirective(Options.ReductionKind); in emitReduction()
DCGStmtOpenMP.cpp124 isOpenMPTeamsDirective(Kind); in EmitPreInitStmt()
4688 !isOpenMPTeamsDirective(S.getDirectiveKind())) in EmitOMPDistributeLoop()
4820 !isOpenMPTeamsDirective(S.getDirectiveKind())) { in EmitOMPDistributeLoop()
DCGOpenMPRuntime.cpp6570 if (isOpenMPTeamsDirective(NestedDir->getDirectiveKind())) { in emitNumTeamsForTargetDirective()
6820 if (isOpenMPTeamsDirective(Dir->getDirectiveKind()) && in emitNumThreadsForTargetDirective()
9874 if (!isOpenMPDistributeDirective(Kind) || !isOpenMPTeamsDirective(Kind)) in emitTargetNumIterationsCall()