Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DOpenMPKinds.h211 bool isOpenMPTeamsDirective(OpenMPDirectiveKind DKind);
/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/
H A DOpenMPKinds.cpp857 bool clang::isOpenMPTeamsDirective(OpenMPDirectiveKind DKind) { in isOpenMPTeamsDirective() function in clang
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp681 return isOpenMPParallelDirective(DKind) || isOpenMPTeamsDirective(DKind); in isImplicitTaskingRegion()
800 isOpenMPTeamsDirective(DVar.DKind)) { in getDSA()
3180 !isOpenMPTeamsDirective(CurrentRegion)) { in checkNestingOfRegions()
7007 if (!OED || !isOpenMPTeamsDirective(OED->getDirectiveKind())) { in ActOnOpenMPTargetDirective()
7017 OMPTeamsFound = OED && isOpenMPTeamsDirective(OED->getDirectiveKind()); in ActOnOpenMPTargetDirective()
10075 !isOpenMPTeamsDirective(CurrDir)) { in ActOnOpenMPFirstprivateClause()
10079 isOpenMPTeamsDirective(DVar.DKind) || in ActOnOpenMPFirstprivateClause()
10105 isOpenMPTeamsDirective(K); in ActOnOpenMPFirstprivateClause()
10111 isOpenMPTeamsDirective(DVar.DKind))) { in ActOnOpenMPFirstprivateClause()
10315 !isOpenMPTeamsDirective(CurrDir)) { in ActOnOpenMPLastprivateClause()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGOpenMPRuntimeNVPTX.cpp1975 assert(isOpenMPTeamsDirective(D.getDirectiveKind()) && in getDistributeLastprivateVars()
2000 assert(isOpenMPTeamsDirective(D.getDirectiveKind()) && in getTeamsReductionVars()
3822 bool TeamsReduction = isOpenMPTeamsDirective(Options.ReductionKind); in emitReduction()
H A DCGStmtOpenMP.cpp111 isOpenMPTeamsDirective(Kind); in EmitPreInitStmt()
3349 !isOpenMPTeamsDirective(S.getDirectiveKind())) in EmitOMPDistributeLoop()
3473 !isOpenMPTeamsDirective(S.getDirectiveKind())) { in EmitOMPDistributeLoop()
H A DCGOpenMPRuntime.cpp6425 if (isOpenMPTeamsDirective(D.getDirectiveKind())) { in emitNumTeamsForTargetDirective()
6453 if (isOpenMPTeamsDirective(TeamsDir->getDirectiveKind())) { in emitNumTeamsForTargetDirective()
6504 if (isOpenMPTeamsDirective(D.getDirectiveKind()) || in emitNumThreadsForTargetDirective()
6556 if (isOpenMPTeamsDirective(TeamsDir->getDirectiveKind())) { in emitNumThreadsForTargetDirective()
8221 if (!isOpenMPDistributeDirective(Kind) || !isOpenMPTeamsDirective(Kind)) in emitTargetNumIterationsCall()