Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h1102 if (isOpenMPLoopBoundSharingDirective(Kind)) in getArraysOffset()
1192 assert(isOpenMPLoopBoundSharingDirective(getDirectiveKind()) && in setPrevLowerBoundVariable()
1197 assert(isOpenMPLoopBoundSharingDirective(getDirectiveKind()) && in setPrevUpperBoundVariable()
1202 assert(isOpenMPLoopBoundSharingDirective(getDirectiveKind()) && in setDistInc()
1207 assert(isOpenMPLoopBoundSharingDirective(getDirectiveKind()) && in setPrevEnsureUpperBound()
1212 assert(isOpenMPLoopBoundSharingDirective(getDirectiveKind()) && in setCombinedLowerBoundVariable()
1217 assert(isOpenMPLoopBoundSharingDirective(getDirectiveKind()) && in setCombinedUpperBoundVariable()
1222 assert(isOpenMPLoopBoundSharingDirective(getDirectiveKind()) && in setCombinedEnsureUpperBound()
1227 assert(isOpenMPLoopBoundSharingDirective(getDirectiveKind()) && in setCombinedInit()
1232 assert(isOpenMPLoopBoundSharingDirective(getDirectiveKind()) && in setCombinedCond()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenMPKinds.h268 bool isOpenMPLoopBoundSharingDirective(OpenMPDirectiveKind Kind);
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp108 isOpenMPLoopBoundSharingDirective(Kind)) && in EmitPreInitStmt()
2861 if (isOpenMPLoopBoundSharingDirective(S.getDirectiveKind())) in EmitOMPDistributeOuterLoop()
2875 OuterLoopArgs.EUB = isOpenMPLoopBoundSharingDirective(S.getDirectiveKind()) in EmitOMPDistributeOuterLoop()
2879 OuterLoopArgs.Init = isOpenMPLoopBoundSharingDirective(S.getDirectiveKind()) in EmitOMPDistributeOuterLoop()
2882 OuterLoopArgs.Cond = isOpenMPLoopBoundSharingDirective(S.getDirectiveKind()) in EmitOMPDistributeOuterLoop()
3190 isOpenMPLoopBoundSharingDirective(S.getDirectiveKind()); in EmitOMPWorksharingLoop()
5111 (isOpenMPLoopBoundSharingDirective(S.getDirectiveKind()) in EmitOMPDistributeLoop()
5116 (isOpenMPLoopBoundSharingDirective(S.getDirectiveKind()) in EmitOMPDistributeLoop()
5173 isOpenMPLoopBoundSharingDirective(S.getDirectiveKind()); in EmitOMPDistributeLoop()
5186 EmitIgnoredExpr(isOpenMPLoopBoundSharingDirective(S.getDirectiveKind()) in EmitOMPDistributeLoop()
[all …]
H A DCGOpenMPRuntimeGPU.cpp3503 isOpenMPLoopBoundSharingDirective(D.getDirectiveKind())) { in createParallelDataSharingWrapper()
3511 if (isOpenMPLoopBoundSharingDirective(D.getDirectiveKind())) { in createParallelDataSharingWrapper()
/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/
H A DOpenMPKinds.cpp574 bool clang::isOpenMPLoopBoundSharingDirective(OpenMPDirectiveKind Kind) { in isOpenMPLoopBoundSharingDirective() function in clang
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp9187 if (isOpenMPLoopBoundSharingDirective(DKind)) { in checkOpenMPLoop()
9248 if (isOpenMPLoopBoundSharingDirective(DKind)) { in checkOpenMPLoop()
9290 if (isOpenMPLoopBoundSharingDirective(DKind)) { in checkOpenMPLoop()
9296 if (isOpenMPLoopBoundSharingDirective(DKind)) { in checkOpenMPLoop()
9355 if (isOpenMPLoopBoundSharingDirective(DKind)) { in checkOpenMPLoop()
9388 if (isOpenMPLoopBoundSharingDirective(DKind)) { in checkOpenMPLoop()