Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmtOpenMP.h1069 if (isOpenMPLoopBoundSharingDirective(Kind)) in getArraysOffset()
1159 assert(isOpenMPLoopBoundSharingDirective(getDirectiveKind()) && in setPrevLowerBoundVariable()
1164 assert(isOpenMPLoopBoundSharingDirective(getDirectiveKind()) && in setPrevUpperBoundVariable()
1169 assert(isOpenMPLoopBoundSharingDirective(getDirectiveKind()) && in setDistInc()
1174 assert(isOpenMPLoopBoundSharingDirective(getDirectiveKind()) && in setPrevEnsureUpperBound()
1179 assert(isOpenMPLoopBoundSharingDirective(getDirectiveKind()) && in setCombinedLowerBoundVariable()
1184 assert(isOpenMPLoopBoundSharingDirective(getDirectiveKind()) && in setCombinedUpperBoundVariable()
1189 assert(isOpenMPLoopBoundSharingDirective(getDirectiveKind()) && in setCombinedEnsureUpperBound()
1194 assert(isOpenMPLoopBoundSharingDirective(getDirectiveKind()) && in setCombinedInit()
1199 assert(isOpenMPLoopBoundSharingDirective(getDirectiveKind()) && in setCombinedCond()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DOpenMPKinds.h268 bool isOpenMPLoopBoundSharingDirective(OpenMPDirectiveKind Kind);
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp108 isOpenMPLoopBoundSharingDirective(Kind)) && in EmitPreInitStmt()
2834 if (isOpenMPLoopBoundSharingDirective(S.getDirectiveKind())) in EmitOMPDistributeOuterLoop()
2848 OuterLoopArgs.EUB = isOpenMPLoopBoundSharingDirective(S.getDirectiveKind()) in EmitOMPDistributeOuterLoop()
2852 OuterLoopArgs.Init = isOpenMPLoopBoundSharingDirective(S.getDirectiveKind()) in EmitOMPDistributeOuterLoop()
2855 OuterLoopArgs.Cond = isOpenMPLoopBoundSharingDirective(S.getDirectiveKind()) in EmitOMPDistributeOuterLoop()
2858 OuterLoopArgs.NextLB = isOpenMPLoopBoundSharingDirective(S.getDirectiveKind()) in EmitOMPDistributeOuterLoop()
2861 OuterLoopArgs.NextUB = isOpenMPLoopBoundSharingDirective(S.getDirectiveKind()) in EmitOMPDistributeOuterLoop()
3163 isOpenMPLoopBoundSharingDirective(S.getDirectiveKind()); in EmitOMPWorksharingLoop()
5085 (isOpenMPLoopBoundSharingDirective(S.getDirectiveKind()) in EmitOMPDistributeLoop()
5090 (isOpenMPLoopBoundSharingDirective(S.getDirectiveKind()) in EmitOMPDistributeLoop()
[all …]
H A DCGOpenMPRuntimeGPU.cpp4093 isOpenMPLoopBoundSharingDirective(D.getDirectiveKind())) { in createParallelDataSharingWrapper()
4101 if (isOpenMPLoopBoundSharingDirective(D.getDirectiveKind())) { in createParallelDataSharingWrapper()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DOpenMPKinds.cpp573 bool clang::isOpenMPLoopBoundSharingDirective(OpenMPDirectiveKind Kind) { in isOpenMPLoopBoundSharingDirective() function in clang
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp9163 if (isOpenMPLoopBoundSharingDirective(DKind)) { in checkOpenMPLoop()
9224 if (isOpenMPLoopBoundSharingDirective(DKind)) { in checkOpenMPLoop()
9266 if (isOpenMPLoopBoundSharingDirective(DKind)) { in checkOpenMPLoop()
9272 if (isOpenMPLoopBoundSharingDirective(DKind)) { in checkOpenMPLoop()
9331 if (isOpenMPLoopBoundSharingDirective(DKind)) { in checkOpenMPLoop()
9364 if (isOpenMPLoopBoundSharingDirective(DKind)) { in checkOpenMPLoop()