Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenMPKinds.h225 bool isOpenMPTeamsDirective(OpenMPDirectiveKind DKind);
/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/
H A DOpenMPKinds.cpp519 bool clang::isOpenMPTeamsDirective(OpenMPDirectiveKind DKind) { in isOpenMPTeamsDirective() function in clang
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp1270 assert(isOpenMPTeamsDirective(D.getDirectiveKind()) && in getDistributeLastprivateVars()
1295 assert(isOpenMPTeamsDirective(D.getDirectiveKind()) && in getTeamsReductionVars()
3162 bool TeamsReduction = isOpenMPTeamsDirective(Options.ReductionKind); in emitReduction()
H A DCGStmtOpenMP.cpp124 isOpenMPTeamsDirective(Kind); in EmitPreInitStmt()
5136 !isOpenMPTeamsDirective(S.getDirectiveKind())) in EmitOMPDistributeLoop()
5268 !isOpenMPTeamsDirective(S.getDirectiveKind())) { in EmitOMPDistributeLoop()
H A DCGOpenMPRuntime.cpp6639 if (isOpenMPTeamsDirective(NestedDir->getDirectiveKind())) { in getNumTeamsExprForTargetDirective()
7050 if (isOpenMPTeamsDirective(Dir->getDirectiveKind()) && in emitNumThreadsForTargetDirective()
10190 if (!isOpenMPDistributeDirective(Kind) || !isOpenMPTeamsDirective(Kind)) in emitTargetNumIterationsCall()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp1232 isOpenMPTeamsDirective(DVar.DKind)) { in getDSA()
4796 !isOpenMPTeamsDirective(CurrentRegion)) { in checkNestingOfRegions()
6197 if (isOpenMPTeamsDirective(Kind)) in ActOnOpenMPExecutableDirective()
6201 if (isOpenMPTeamsDirective(Kind) && in ActOnOpenMPExecutableDirective()
11164 if (!OED || !isOpenMPTeamsDirective(OED->getDirectiveKind()) || in ActOnOpenMPTargetDirective()
15872 !isOpenMPTeamsDirective(CurrDir)) { in ActOnOpenMPFirstprivateClause()
15876 isOpenMPTeamsDirective(DVar.DKind) || in ActOnOpenMPFirstprivateClause()
15905 isOpenMPTeamsDirective(K); in ActOnOpenMPFirstprivateClause()
15911 isOpenMPTeamsDirective(DVar.DKind))) { in ActOnOpenMPFirstprivateClause()
16145 !isOpenMPTeamsDirective(CurrDir)) { in ActOnOpenMPLastprivateClause()
[all …]