Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmtOpenMP.h1180 isOpenMPTaskLoopDirective(getDirectiveKind()) || in setIsLastIterVariable()
1188 isOpenMPTaskLoopDirective(getDirectiveKind()) || in setLowerBoundVariable()
1196 isOpenMPTaskLoopDirective(getDirectiveKind()) || in setUpperBoundVariable()
1204 isOpenMPTaskLoopDirective(getDirectiveKind()) || in setStrideVariable()
1212 isOpenMPTaskLoopDirective(getDirectiveKind()) || in setEnsureUpperBound()
1220 isOpenMPTaskLoopDirective(getDirectiveKind()) || in setNextLowerBound()
1228 isOpenMPTaskLoopDirective(getDirectiveKind()) || in setNextUpperBound()
1236 isOpenMPTaskLoopDirective(getDirectiveKind()) || in setNumIterations()
1339 isOpenMPTaskLoopDirective(getDirectiveKind()) || in getIsLastIterVariable()
1347 isOpenMPTaskLoopDirective(getDirectiveKind()) || in getLowerBoundVariable()
[all …]
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DOpenMPKinds.h205 bool isOpenMPTaskLoopDirective(OpenMPDirectiveKind DKind);
/llvm-project-15.0.7/clang/lib/Basic/
H A DOpenMPKinds.cpp523 bool clang::isOpenMPTaskLoopDirective(OpenMPDirectiveKind DKind) { in isOpenMPTaskLoopDirective() function in clang
637 return Kind == OMPD_task || isOpenMPTaskLoopDirective(Kind); in isOpenMPTaskingDirective()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp1333 !isOpenMPTaskLoopDirective(DVar.DKind)) || in getDSA()
2504 !isOpenMPTaskLoopDirective(CaptureRegions[CapLevel]))) { in isOpenMPPrivateDecl()
3654 !isOpenMPTaskLoopDirective(S->getDirectiveKind())) { in VisitSubCaptures()
6620 isOpenMPTaskLoopDirective(Kind) && in ActOnOpenMPExecutableDirective()
9188 isOpenMPTaskLoopDirective(DKind) || in checkOpenMPIterationSpace()
9627 if (isOpenMPTaskLoopDirective(DKind)) { in checkOpenMPLoop()
9669 if (isOpenMPWorksharingDirective(DKind) || isOpenMPTaskLoopDirective(DKind) || in checkOpenMPLoop()
9772 isOpenMPTaskLoopDirective(DKind) || in checkOpenMPLoop()
9784 isOpenMPTaskLoopDirective(DKind) || in checkOpenMPLoop()
9816 isOpenMPTaskLoopDirective(DKind) || isOpenMPDistributeDirective(DKind) || in checkOpenMPLoop()
[all …]
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp1309 isOpenMPTaskLoopDirective(D.getDirectiveKind()) ? OMPD_taskloop in emitTaskOutlinedFunction()
3452 if (isOpenMPTaskLoopDirective(Kind)) { in createKmpTaskTRecordDecl()
3567 if (isOpenMPTaskLoopDirective(Kind)) { in emitProxyTaskFunction()
3768 OpenMPDirectiveKind Kind = isOpenMPTaskLoopDirective(D.getDirectiveKind()) in emitPrivatesInit()
4168 if (isOpenMPTaskLoopDirective(D.getDirectiveKind())) { in emitTaskInit()
4463 if (isOpenMPTaskLoopDirective(D.getDirectiveKind()) && in emitTaskInit()
H A DCGStmtOpenMP.cpp1056 if (isOpenMPTaskLoopDirective(D.getDirectiveKind()) && in EmitOMPLastprivateClauseInit()
2512 isOpenMPTaskLoopDirective(S.getDirectiveKind())) { in emitOMPSimdRegion()
7537 assert(isOpenMPTaskLoopDirective(S.getDirectiveKind())); in EmitOMPTaskLoopBasedDirective()
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseOpenMP.cpp4271 !isOpenMPTaskLoopDirective(DKind)) && in ParseOpenMPVarList()