Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h1160 if (isOpenMPLoopBoundSharingDirective(Kind)) in getArraysOffset()
1258 assert(isOpenMPLoopBoundSharingDirective(getDirectiveKind()) && in setPrevLowerBoundVariable()
1263 assert(isOpenMPLoopBoundSharingDirective(getDirectiveKind()) && in setPrevUpperBoundVariable()
1268 assert(isOpenMPLoopBoundSharingDirective(getDirectiveKind()) && in setDistInc()
1273 assert(isOpenMPLoopBoundSharingDirective(getDirectiveKind()) && in setPrevEnsureUpperBound()
1278 assert(isOpenMPLoopBoundSharingDirective(getDirectiveKind()) && in setCombinedLowerBoundVariable()
1283 assert(isOpenMPLoopBoundSharingDirective(getDirectiveKind()) && in setCombinedUpperBoundVariable()
1288 assert(isOpenMPLoopBoundSharingDirective(getDirectiveKind()) && in setCombinedEnsureUpperBound()
1293 assert(isOpenMPLoopBoundSharingDirective(getDirectiveKind()) && in setCombinedInit()
1298 assert(isOpenMPLoopBoundSharingDirective(getDirectiveKind()) && in setCombinedCond()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenMPKinds.h341 bool isOpenMPLoopBoundSharingDirective(OpenMPDirectiveKind Kind);
/freebsd-14.2/contrib/llvm-project/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()
3384 isOpenMPLoopBoundSharingDirective(S.getDirectiveKind()); in EmitOMPWorksharingLoop()
5646 (isOpenMPLoopBoundSharingDirective(S.getDirectiveKind()) in EmitOMPDistributeLoop()
5651 (isOpenMPLoopBoundSharingDirective(S.getDirectiveKind()) in EmitOMPDistributeLoop()
5708 isOpenMPLoopBoundSharingDirective(S.getDirectiveKind()); in EmitOMPDistributeLoop()
5721 EmitIgnoredExpr(isOpenMPLoopBoundSharingDirective(S.getDirectiveKind()) in EmitOMPDistributeLoop()
[all …]
H A DCGOpenMPRuntimeGPU.cpp3129 isOpenMPLoopBoundSharingDirective(D.getDirectiveKind())) { in createParallelDataSharingWrapper()
3136 if (isOpenMPLoopBoundSharingDirective(D.getDirectiveKind())) { in createParallelDataSharingWrapper()
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DOpenMPKinds.cpp739 bool clang::isOpenMPLoopBoundSharingDirective(OpenMPDirectiveKind Kind) { in isOpenMPLoopBoundSharingDirective() function in clang
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp10016 if (isOpenMPLoopBoundSharingDirective(DKind)) { in checkOpenMPLoop()
10078 if (isOpenMPLoopBoundSharingDirective(DKind)) { in checkOpenMPLoop()
10122 if (isOpenMPLoopBoundSharingDirective(DKind)) { in checkOpenMPLoop()
10128 if (isOpenMPLoopBoundSharingDirective(DKind)) { in checkOpenMPLoop()
10188 if (isOpenMPLoopBoundSharingDirective(DKind)) { in checkOpenMPLoop()
10221 if (isOpenMPLoopBoundSharingDirective(DKind)) { in checkOpenMPLoop()