Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmtOpenMP.h1144 if (isOpenMPLoopBoundSharingDirective(Kind)) in getArraysOffset()
1242 assert(isOpenMPLoopBoundSharingDirective(getDirectiveKind()) && in setPrevLowerBoundVariable()
1247 assert(isOpenMPLoopBoundSharingDirective(getDirectiveKind()) && in setPrevUpperBoundVariable()
1252 assert(isOpenMPLoopBoundSharingDirective(getDirectiveKind()) && in setDistInc()
1257 assert(isOpenMPLoopBoundSharingDirective(getDirectiveKind()) && in setPrevEnsureUpperBound()
1262 assert(isOpenMPLoopBoundSharingDirective(getDirectiveKind()) && in setCombinedLowerBoundVariable()
1267 assert(isOpenMPLoopBoundSharingDirective(getDirectiveKind()) && in setCombinedUpperBoundVariable()
1272 assert(isOpenMPLoopBoundSharingDirective(getDirectiveKind()) && in setCombinedEnsureUpperBound()
1277 assert(isOpenMPLoopBoundSharingDirective(getDirectiveKind()) && in setCombinedInit()
1282 assert(isOpenMPLoopBoundSharingDirective(getDirectiveKind()) && in setCombinedCond()
[all …]
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DOpenMPKinds.h290 bool isOpenMPLoopBoundSharingDirective(OpenMPDirectiveKind Kind);
/llvm-project-15.0.7/clang/lib/Basic/
H A DOpenMPKinds.cpp640 bool clang::isOpenMPLoopBoundSharingDirective(OpenMPDirectiveKind Kind) { in isOpenMPLoopBoundSharingDirective() function in clang
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp111 isOpenMPLoopBoundSharingDirective(Kind)) && in EmitPreInitStmt()
2995 if (isOpenMPLoopBoundSharingDirective(S.getDirectiveKind())) in EmitOMPDistributeOuterLoop()
3009 OuterLoopArgs.EUB = isOpenMPLoopBoundSharingDirective(S.getDirectiveKind()) in EmitOMPDistributeOuterLoop()
3013 OuterLoopArgs.Init = isOpenMPLoopBoundSharingDirective(S.getDirectiveKind()) in EmitOMPDistributeOuterLoop()
3016 OuterLoopArgs.Cond = isOpenMPLoopBoundSharingDirective(S.getDirectiveKind()) in EmitOMPDistributeOuterLoop()
3326 isOpenMPLoopBoundSharingDirective(S.getDirectiveKind()); in EmitOMPWorksharingLoop()
5548 (isOpenMPLoopBoundSharingDirective(S.getDirectiveKind()) in EmitOMPDistributeLoop()
5553 (isOpenMPLoopBoundSharingDirective(S.getDirectiveKind()) in EmitOMPDistributeLoop()
5610 isOpenMPLoopBoundSharingDirective(S.getDirectiveKind()); in EmitOMPDistributeLoop()
5623 EmitIgnoredExpr(isOpenMPLoopBoundSharingDirective(S.getDirectiveKind()) in EmitOMPDistributeLoop()
[all …]
H A DCGOpenMPRuntimeGPU.cpp3559 isOpenMPLoopBoundSharingDirective(D.getDirectiveKind())) { in createParallelDataSharingWrapper()
3566 if (isOpenMPLoopBoundSharingDirective(D.getDirectiveKind())) { in createParallelDataSharingWrapper()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp9718 if (isOpenMPLoopBoundSharingDirective(DKind)) { in checkOpenMPLoop()
9780 if (isOpenMPLoopBoundSharingDirective(DKind)) { in checkOpenMPLoop()
9824 if (isOpenMPLoopBoundSharingDirective(DKind)) { in checkOpenMPLoop()
9830 if (isOpenMPLoopBoundSharingDirective(DKind)) { in checkOpenMPLoop()
9890 if (isOpenMPLoopBoundSharingDirective(DKind)) { in checkOpenMPLoop()
9923 if (isOpenMPLoopBoundSharingDirective(DKind)) { in checkOpenMPLoop()