Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h1196 isOpenMPTaskLoopDirective(getDirectiveKind()) || in setIsLastIterVariable()
1204 isOpenMPTaskLoopDirective(getDirectiveKind()) || in setLowerBoundVariable()
1212 isOpenMPTaskLoopDirective(getDirectiveKind()) || in setUpperBoundVariable()
1220 isOpenMPTaskLoopDirective(getDirectiveKind()) || in setStrideVariable()
1228 isOpenMPTaskLoopDirective(getDirectiveKind()) || in setEnsureUpperBound()
1236 isOpenMPTaskLoopDirective(getDirectiveKind()) || in setNextLowerBound()
1244 isOpenMPTaskLoopDirective(getDirectiveKind()) || in setNextUpperBound()
1252 isOpenMPTaskLoopDirective(getDirectiveKind()) || in setNumIterations()
1355 isOpenMPTaskLoopDirective(getDirectiveKind()) || in getIsLastIterVariable()
1363 isOpenMPTaskLoopDirective(getDirectiveKind()) || in getLowerBoundVariable()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenMPKinds.h256 bool isOpenMPTaskLoopDirective(OpenMPDirectiveKind DKind);
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DOpenMPKinds.cpp621 bool clang::isOpenMPTaskLoopDirective(OpenMPDirectiveKind DKind) { in isOpenMPTaskLoopDirective() function in clang
736 return Kind == OMPD_task || isOpenMPTaskLoopDirective(Kind); in isOpenMPTaskingDirective()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp1384 !isOpenMPTaskLoopDirective(DVar.DKind)) || in getDSA()
2559 !isOpenMPTaskLoopDirective(CaptureRegions[CapLevel]))) { in isOpenMPPrivateDecl()
3732 !isOpenMPTaskLoopDirective(S->getDirectiveKind())) { in VisitSubCaptures()
6847 isOpenMPTaskLoopDirective(Kind) && in ActOnOpenMPExecutableDirective()
9455 isOpenMPTaskLoopDirective(DKind) || in checkOpenMPIterationSpace()
9925 if (isOpenMPTaskLoopDirective(DKind)) { in checkOpenMPLoop()
9967 if (isOpenMPWorksharingDirective(DKind) || isOpenMPTaskLoopDirective(DKind) || in checkOpenMPLoop()
10070 isOpenMPTaskLoopDirective(DKind) || in checkOpenMPLoop()
10082 isOpenMPTaskLoopDirective(DKind) || in checkOpenMPLoop()
10114 isOpenMPTaskLoopDirective(DKind) || isOpenMPDistributeDirective(DKind) || in checkOpenMPLoop()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp1305 isOpenMPTaskLoopDirective(D.getDirectiveKind()) ? OMPD_taskloop in emitTaskOutlinedFunction()
2935 if (isOpenMPTaskLoopDirective(Kind)) { in createKmpTaskTRecordDecl()
3050 if (isOpenMPTaskLoopDirective(Kind)) { in emitProxyTaskFunction()
3251 OpenMPDirectiveKind Kind = isOpenMPTaskLoopDirective(D.getDirectiveKind()) in emitPrivatesInit()
3651 if (isOpenMPTaskLoopDirective(D.getDirectiveKind())) { in emitTaskInit()
3946 if (isOpenMPTaskLoopDirective(D.getDirectiveKind()) && in emitTaskInit()
H A DCGStmtOpenMP.cpp1054 if (isOpenMPTaskLoopDirective(D.getDirectiveKind()) && in EmitOMPLastprivateClauseInit()
2520 isOpenMPTaskLoopDirective(S.getDirectiveKind())) { in emitOMPSimdRegion()
7593 assert(isOpenMPTaskLoopDirective(S.getDirectiveKind())); in EmitOMPTaskLoopBasedDirective()
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp4592 !isOpenMPTaskLoopDirective(DKind)) && in ParseOpenMPVarList()