Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DStmtOpenMP.h1145 if (isOpenMPLoopBoundSharingDirective(Kind)) in getArraysOffset()
1243 assert(isOpenMPLoopBoundSharingDirective(getDirectiveKind()) && in setPrevLowerBoundVariable()
1248 assert(isOpenMPLoopBoundSharingDirective(getDirectiveKind()) && in setPrevUpperBoundVariable()
1253 assert(isOpenMPLoopBoundSharingDirective(getDirectiveKind()) && in setDistInc()
1258 assert(isOpenMPLoopBoundSharingDirective(getDirectiveKind()) && in setPrevEnsureUpperBound()
1263 assert(isOpenMPLoopBoundSharingDirective(getDirectiveKind()) && in setCombinedLowerBoundVariable()
1268 assert(isOpenMPLoopBoundSharingDirective(getDirectiveKind()) && in setCombinedUpperBoundVariable()
1273 assert(isOpenMPLoopBoundSharingDirective(getDirectiveKind()) && in setCombinedEnsureUpperBound()
1278 assert(isOpenMPLoopBoundSharingDirective(getDirectiveKind()) && in setCombinedInit()
1283 assert(isOpenMPLoopBoundSharingDirective(getDirectiveKind()) && in setCombinedCond()
[all …]
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DOpenMPKinds.h334 bool isOpenMPLoopBoundSharingDirective(OpenMPDirectiveKind Kind);
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp112 isOpenMPLoopBoundSharingDirective(Kind)) && in EmitPreInitStmt()
3053 if (isOpenMPLoopBoundSharingDirective(S.getDirectiveKind())) in EmitOMPDistributeOuterLoop()
3067 OuterLoopArgs.EUB = isOpenMPLoopBoundSharingDirective(S.getDirectiveKind()) in EmitOMPDistributeOuterLoop()
3071 OuterLoopArgs.Init = isOpenMPLoopBoundSharingDirective(S.getDirectiveKind()) in EmitOMPDistributeOuterLoop()
3074 OuterLoopArgs.Cond = isOpenMPLoopBoundSharingDirective(S.getDirectiveKind()) in EmitOMPDistributeOuterLoop()
3077 OuterLoopArgs.NextLB = isOpenMPLoopBoundSharingDirective(S.getDirectiveKind()) in EmitOMPDistributeOuterLoop()
3080 OuterLoopArgs.NextUB = isOpenMPLoopBoundSharingDirective(S.getDirectiveKind()) in EmitOMPDistributeOuterLoop()
3384 isOpenMPLoopBoundSharingDirective(S.getDirectiveKind()); in EmitOMPWorksharingLoop()
5612 (isOpenMPLoopBoundSharingDirective(S.getDirectiveKind()) in EmitOMPDistributeLoop()
5617 (isOpenMPLoopBoundSharingDirective(S.getDirectiveKind()) in EmitOMPDistributeLoop()
[all …]
H A DCGOpenMPRuntimeGPU.cpp3207 isOpenMPLoopBoundSharingDirective(D.getDirectiveKind())) { in createParallelDataSharingWrapper()
3214 if (isOpenMPLoopBoundSharingDirective(D.getDirectiveKind())) { in createParallelDataSharingWrapper()
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DOpenMPKinds.cpp711 bool clang::isOpenMPLoopBoundSharingDirective(OpenMPDirectiveKind Kind) { in isOpenMPLoopBoundSharingDirective() function in clang
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp9801 if (isOpenMPLoopBoundSharingDirective(DKind)) { in checkOpenMPLoop()
9863 if (isOpenMPLoopBoundSharingDirective(DKind)) { in checkOpenMPLoop()
9907 if (isOpenMPLoopBoundSharingDirective(DKind)) { in checkOpenMPLoop()
9913 if (isOpenMPLoopBoundSharingDirective(DKind)) { in checkOpenMPLoop()
9973 if (isOpenMPLoopBoundSharingDirective(DKind)) { in checkOpenMPLoop()
10006 if (isOpenMPLoopBoundSharingDirective(DKind)) { in checkOpenMPLoop()