Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenMPKinds.h291 bool isOpenMPTeamsDirective(OpenMPDirectiveKind DKind);
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DOpenMPKinds.cpp675 bool clang::isOpenMPTeamsDirective(OpenMPDirectiveKind DKind) { in isOpenMPTeamsDirective() function in clang
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp958 assert(isOpenMPTeamsDirective(D.getDirectiveKind()) && in getDistributeLastprivateVars()
983 assert(isOpenMPTeamsDirective(D.getDirectiveKind()) && in getTeamsReductionVars()
2809 bool TeamsReduction = isOpenMPTeamsDirective(Options.ReductionKind); in emitReduction()
H A DCGStmtOpenMP.cpp128 isOpenMPTeamsDirective(Kind); in EmitPreInitStmt()
5671 !isOpenMPTeamsDirective(S.getDirectiveKind())) in EmitOMPDistributeLoop()
5803 !isOpenMPTeamsDirective(S.getDirectiveKind())) { in EmitOMPDistributeLoop()
H A DCGOpenMPRuntime.cpp6022 if (isOpenMPTeamsDirective(NestedDir->getDirectiveKind())) { in getNumTeamsExprForTargetDirective()
6343 if (isOpenMPTeamsDirective(Dir->getDirectiveKind()) && in getNumThreadsExprForTargetDirective()
9364 if ((!isOpenMPDistributeDirective(Kind) || !isOpenMPTeamsDirective(Kind)) && in emitTargetNumIterationsCall()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp1385 isOpenMPTeamsDirective(DVar.DKind)) { in getDSA()
4185 if (isOpenMPTeamsDirective(DKind)) in handleDeclareVariantConstructTrait()
5172 !isOpenMPTeamsDirective(CurrentRegion)) { in checkNestingOfRegions()
6839 if (isOpenMPTeamsDirective(Kind)) in ActOnOpenMPExecutableDirective()
6843 if (isOpenMPTeamsDirective(Kind) && in ActOnOpenMPExecutableDirective()
18560 !isOpenMPTeamsDirective(CurrDir)) { in ActOnOpenMPFirstprivateClause()
18564 isOpenMPTeamsDirective(DVar.DKind) || in ActOnOpenMPFirstprivateClause()
18593 isOpenMPTeamsDirective(K); in ActOnOpenMPFirstprivateClause()
18599 isOpenMPTeamsDirective(DVar.DKind))) { in ActOnOpenMPFirstprivateClause()
18838 !isOpenMPTeamsDirective(CurrDir)) { in ActOnOpenMPLastprivateClause()
[all …]