Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenMPKinds.h291 bool isOpenMPTeamsDirective(OpenMPDirectiveKind DKind);
/src/contrib/llvm-project/clang/lib/Basic/
H A DOpenMPKinds.cpp626 bool clang::isOpenMPTeamsDirective(OpenMPDirectiveKind DKind) { in isOpenMPTeamsDirective() function in clang
/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp938 assert(isOpenMPTeamsDirective(D.getDirectiveKind()) && in getDistributeLastprivateVars()
963 assert(isOpenMPTeamsDirective(D.getDirectiveKind()) && in getTeamsReductionVars()
1664 bool TeamsReduction = isOpenMPTeamsDirective(Options.ReductionKind); in emitReduction()
H A DCGStmtOpenMP.cpp132 isOpenMPTeamsDirective(Kind); in EmitPreInitStmt()
5725 !isOpenMPTeamsDirective(S.getDirectiveKind())) in EmitOMPDistributeLoop()
5857 !isOpenMPTeamsDirective(S.getDirectiveKind())) { in EmitOMPDistributeLoop()
H A DCGOpenMPRuntime.cpp6037 if (isOpenMPTeamsDirective(NestedDir->getDirectiveKind())) { in getNumTeamsExprForTargetDirective()
6358 if (isOpenMPTeamsDirective(Dir->getDirectiveKind()) && in getNumThreadsExprForTargetDirective()
9426 if ((!isOpenMPDistributeDirective(Kind) || !isOpenMPTeamsDirective(Kind)) && in emitTargetNumIterationsCall()
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp1246 return isOpenMPParallelDirective(DKind) || isOpenMPTeamsDirective(DKind); in isImplicitTaskingRegion()
1390 isOpenMPTeamsDirective(DVar.DKind)) { in getDSA()
3955 isOpenMPWorksharingDirective(K) || isOpenMPTeamsDirective(K); in VisitDeclRefExpr()
4051 isOpenMPWorksharingDirective(K) || isOpenMPTeamsDirective(K); in VisitMemberExpr()
4227 if (isOpenMPTeamsDirective(DKind)) in handleDeclareVariantConstructTrait()
4951 !isOpenMPTeamsDirective(CurrentRegion)) { in checkNestingOfRegions()
6616 if (isOpenMPTeamsDirective(Kind)) in ActOnOpenMPExecutableDirective()
6620 if (isOpenMPTeamsDirective(Kind) && in ActOnOpenMPExecutableDirective()
12927 bool IsTeams = OED && isOpenMPTeamsDirective(OED->getDirectiveKind()); in ActOnOpenMPTargetDirective()
12943 OMPTeamsFound = OED && isOpenMPTeamsDirective(OED->getDirectiveKind()); in ActOnOpenMPTargetDirective()
[all …]