Home
last modified time | relevance | path

Searched refs:isOpenMPTaskLoopDirective (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h1148 if (isOpenMPWorksharingDirective(Kind) || isOpenMPTaskLoopDirective(Kind) || in getArraysOffset()
1182 isOpenMPTaskLoopDirective(getDirectiveKind()) || in setIsLastIterVariable()
1190 isOpenMPTaskLoopDirective(getDirectiveKind()) || in setLowerBoundVariable()
1198 isOpenMPTaskLoopDirective(getDirectiveKind()) || in setUpperBoundVariable()
1206 isOpenMPTaskLoopDirective(getDirectiveKind()) || in setStrideVariable()
1214 isOpenMPTaskLoopDirective(getDirectiveKind()) || in setEnsureUpperBound()
1222 isOpenMPTaskLoopDirective(getDirectiveKind()) || in setNextLowerBound()
1230 isOpenMPTaskLoopDirective(getDirectiveKind()) || in setNextUpperBound()
1238 isOpenMPTaskLoopDirective(getDirectiveKind()) || in setNumIterations()
1341 isOpenMPTaskLoopDirective(getDirectiveKind()) || in getIsLastIterVariable()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenMPKinds.h281 bool isOpenMPTaskLoopDirective(OpenMPDirectiveKind DKind);
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DOpenMPKinds.cpp631 bool clang::isOpenMPTaskLoopDirective(OpenMPDirectiveKind DKind) { in isOpenMPTaskLoopDirective() function in clang
707 return Kind == OMPD_task || isOpenMPTaskLoopDirective(Kind); in isOpenMPTaskingDirective()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp1302 isOpenMPTaskLoopDirective(D.getDirectiveKind()) ? OMPD_taskloop in emitTaskOutlinedFunction()
2926 if (isOpenMPTaskLoopDirective(Kind)) { in createKmpTaskTRecordDecl()
3041 if (isOpenMPTaskLoopDirective(Kind)) { in emitProxyTaskFunction()
3242 OpenMPDirectiveKind Kind = isOpenMPTaskLoopDirective(D.getDirectiveKind()) in emitPrivatesInit()
3641 if (isOpenMPTaskLoopDirective(D.getDirectiveKind())) { in emitTaskInit()
3935 if (isOpenMPTaskLoopDirective(D.getDirectiveKind()) && in emitTaskInit()
H A DCGStmtOpenMP.cpp1120 if (isOpenMPTaskLoopDirective(EKind) && !getLangOpts().OpenMPSimd) in EmitOMPLastprivateClauseInit()
2673 isOpenMPWorksharingDirective(DKind) || isOpenMPTaskLoopDirective(DKind) || in emitOMPSimdRegion()
7885 assert(isOpenMPTaskLoopDirective(S.getDirectiveKind())); in EmitOMPTaskLoopBasedDirective()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp1367 !isOpenMPTaskLoopDirective(DVar.DKind)) || in getDSA()
2544 !isOpenMPTaskLoopDirective(CaptureRegions[CapLevel]))) { in isOpenMPPrivateDecl()
3782 !isOpenMPTaskLoopDirective(S->getDirectiveKind())) { in VisitSubCaptures()
6549 isOpenMPTaskLoopDirective(Kind) && in ActOnOpenMPExecutableDirective()
9301 isOpenMPTaskLoopDirective(DKind) || in checkOpenMPIterationSpace()
9858 if (isOpenMPTaskLoopDirective(DKind)) { in checkOpenMPLoop()
9900 if (isOpenMPWorksharingDirective(DKind) || isOpenMPTaskLoopDirective(DKind) || in checkOpenMPLoop()
10003 isOpenMPTaskLoopDirective(DKind) || in checkOpenMPLoop()
10015 isOpenMPTaskLoopDirective(DKind) || in checkOpenMPLoop()
10047 isOpenMPTaskLoopDirective(DKind) || isOpenMPDistributeDirective(DKind) || in checkOpenMPLoop()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp4587 !isOpenMPTaskLoopDirective(DKind)) && in ParseOpenMPVarList()