Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenMPKinds.h316 bool isOpenMPTeamsDirective(OpenMPDirectiveKind DKind);
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DOpenMPKinds.cpp660 bool clang::isOpenMPTeamsDirective(OpenMPDirectiveKind DKind) { in isOpenMPTeamsDirective() function in clang
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp938 assert(isOpenMPTeamsDirective(D.getDirectiveKind()) && in getDistributeLastprivateVars()
963 assert(isOpenMPTeamsDirective(D.getDirectiveKind()) && in getTeamsReductionVars()
1662 bool TeamsReduction = isOpenMPTeamsDirective(Options.ReductionKind); in emitReduction()
H A DCGStmtOpenMP.cpp136 isOpenMPTeamsDirective(EKind); in EmitPreInitStmt()
5933 !isOpenMPTeamsDirective(S.getDirectiveKind())) in EmitOMPDistributeLoop()
6065 !isOpenMPTeamsDirective(S.getDirectiveKind())) { in EmitOMPDistributeLoop()
H A DCGOpenMPRuntime.cpp6287 if (isOpenMPTeamsDirective(NestedDir->getDirectiveKind())) { in getNumTeamsExprForTargetDirective()
6606 if (isOpenMPTeamsDirective(Dir->getDirectiveKind()) && in getNumThreadsExprForTargetDirective()
9444 if ((!isOpenMPDistributeDirective(Kind) || !isOpenMPTeamsDirective(Kind)) && in emitTargetNumIterationsCall()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp1226 return isOpenMPParallelDirective(DKind) || isOpenMPTeamsDirective(DKind); in isImplicitTaskingRegion()
1368 isOpenMPTeamsDirective(DVar.DKind)) { in getDSA()
3963 isOpenMPWorksharingDirective(K) || isOpenMPTeamsDirective(K); in VisitDeclRefExpr()
4058 isOpenMPWorksharingDirective(K) || isOpenMPTeamsDirective(K); in VisitMemberExpr()
4222 if (isOpenMPTeamsDirective(DKind)) in handleDeclareVariantConstructTrait()
4950 !isOpenMPTeamsDirective(CurrentRegion)) { in checkNestingOfRegions()
6541 if (isOpenMPTeamsDirective(Kind)) in ActOnOpenMPExecutableDirective()
6545 if (isOpenMPTeamsDirective(Kind) && in ActOnOpenMPExecutableDirective()
13034 bool IsTeams = OED && isOpenMPTeamsDirective(OED->getDirectiveKind()); in ActOnOpenMPTargetDirective()
13050 OMPTeamsFound = OED && isOpenMPTeamsDirective(OED->getDirectiveKind()); in ActOnOpenMPTargetDirective()
[all …]