Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DOpenMPKinds.h240 bool isOpenMPTeamsDirective(OpenMPDirectiveKind DKind);
/llvm-project-15.0.7/clang/lib/Basic/
H A DOpenMPKinds.cpp576 bool clang::isOpenMPTeamsDirective(OpenMPDirectiveKind DKind) { in isOpenMPTeamsDirective() function in clang
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp1284 assert(isOpenMPTeamsDirective(D.getDirectiveKind()) && in getDistributeLastprivateVars()
1309 assert(isOpenMPTeamsDirective(D.getDirectiveKind()) && in getTeamsReductionVars()
3217 bool TeamsReduction = isOpenMPTeamsDirective(Options.ReductionKind); in emitReduction()
H A DCGStmtOpenMP.cpp127 isOpenMPTeamsDirective(Kind); in EmitPreInitStmt()
5573 !isOpenMPTeamsDirective(S.getDirectiveKind())) in EmitOMPDistributeLoop()
5705 !isOpenMPTeamsDirective(S.getDirectiveKind())) { in EmitOMPDistributeLoop()
H A DCGOpenMPRuntime.cpp6572 if (isOpenMPTeamsDirective(NestedDir->getDirectiveKind())) { in getNumTeamsExprForTargetDirective()
6982 if (isOpenMPTeamsDirective(Dir->getDirectiveKind()) && in emitNumThreadsForTargetDirective()
10198 if (!isOpenMPDistributeDirective(Kind) || !isOpenMPTeamsDirective(Kind)) in emitTargetNumIterationsCall()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp1334 isOpenMPTeamsDirective(DVar.DKind)) { in getDSA()
4105 if (isOpenMPTeamsDirective(DKind)) in handleDeclareVariantConstructTrait()
5078 !isOpenMPTeamsDirective(CurrentRegion)) { in checkNestingOfRegions()
6612 if (isOpenMPTeamsDirective(Kind)) in ActOnOpenMPExecutableDirective()
6616 if (isOpenMPTeamsDirective(Kind) && in ActOnOpenMPExecutableDirective()
17938 !isOpenMPTeamsDirective(CurrDir)) { in ActOnOpenMPFirstprivateClause()
17942 isOpenMPTeamsDirective(DVar.DKind) || in ActOnOpenMPFirstprivateClause()
17971 isOpenMPTeamsDirective(K); in ActOnOpenMPFirstprivateClause()
17977 isOpenMPTeamsDirective(DVar.DKind))) { in ActOnOpenMPFirstprivateClause()
18216 !isOpenMPTeamsDirective(CurrDir)) { in ActOnOpenMPLastprivateClause()
[all …]