Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h1161 if (isOpenMPLoopBoundSharingDirective(Kind)) in getArraysOffset()
1259 assert(isOpenMPLoopBoundSharingDirective(getDirectiveKind()) && in setPrevLowerBoundVariable()
1264 assert(isOpenMPLoopBoundSharingDirective(getDirectiveKind()) && in setPrevUpperBoundVariable()
1269 assert(isOpenMPLoopBoundSharingDirective(getDirectiveKind()) && in setDistInc()
1274 assert(isOpenMPLoopBoundSharingDirective(getDirectiveKind()) && in setPrevEnsureUpperBound()
1279 assert(isOpenMPLoopBoundSharingDirective(getDirectiveKind()) && in setCombinedLowerBoundVariable()
1284 assert(isOpenMPLoopBoundSharingDirective(getDirectiveKind()) && in setCombinedUpperBoundVariable()
1289 assert(isOpenMPLoopBoundSharingDirective(getDirectiveKind()) && in setCombinedEnsureUpperBound()
1294 assert(isOpenMPLoopBoundSharingDirective(getDirectiveKind()) && in setCombinedInit()
1299 assert(isOpenMPLoopBoundSharingDirective(getDirectiveKind()) && in setCombinedCond()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenMPKinds.h341 bool isOpenMPLoopBoundSharingDirective(OpenMPDirectiveKind Kind);
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp116 isOpenMPLoopBoundSharingDirective(Kind)) && in EmitPreInitStmt()
3099 if (isOpenMPLoopBoundSharingDirective(S.getDirectiveKind())) in EmitOMPDistributeOuterLoop()
3113 OuterLoopArgs.EUB = isOpenMPLoopBoundSharingDirective(S.getDirectiveKind()) in EmitOMPDistributeOuterLoop()
3117 OuterLoopArgs.Init = isOpenMPLoopBoundSharingDirective(S.getDirectiveKind()) in EmitOMPDistributeOuterLoop()
3120 OuterLoopArgs.Cond = isOpenMPLoopBoundSharingDirective(S.getDirectiveKind()) in EmitOMPDistributeOuterLoop()
3123 OuterLoopArgs.NextLB = isOpenMPLoopBoundSharingDirective(S.getDirectiveKind()) in EmitOMPDistributeOuterLoop()
3126 OuterLoopArgs.NextUB = isOpenMPLoopBoundSharingDirective(S.getDirectiveKind()) in EmitOMPDistributeOuterLoop()
3429 isOpenMPLoopBoundSharingDirective(S.getDirectiveKind()); in EmitOMPWorksharingLoop()
5700 (isOpenMPLoopBoundSharingDirective(S.getDirectiveKind()) in EmitOMPDistributeLoop()
5705 (isOpenMPLoopBoundSharingDirective(S.getDirectiveKind()) in EmitOMPDistributeLoop()
[all …]
H A DCGOpenMPRuntimeGPU.cpp1923 isOpenMPLoopBoundSharingDirective(D.getDirectiveKind())) { in createParallelDataSharingWrapper()
1930 if (isOpenMPLoopBoundSharingDirective(D.getDirectiveKind())) { in createParallelDataSharingWrapper()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DOpenMPKinds.cpp676 bool clang::isOpenMPLoopBoundSharingDirective(OpenMPDirectiveKind Kind) { in isOpenMPLoopBoundSharingDirective() function in clang
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp4349 bool LoopBoundSharing = isOpenMPLoopBoundSharingDirective(DKind); in processCapturedRegions()
9861 if (isOpenMPLoopBoundSharingDirective(DKind)) { in checkOpenMPLoop()
9923 if (isOpenMPLoopBoundSharingDirective(DKind)) { in checkOpenMPLoop()
9967 if (isOpenMPLoopBoundSharingDirective(DKind)) { in checkOpenMPLoop()
9973 if (isOpenMPLoopBoundSharingDirective(DKind)) { in checkOpenMPLoop()
10033 if (isOpenMPLoopBoundSharingDirective(DKind)) { in checkOpenMPLoop()
10066 if (isOpenMPLoopBoundSharingDirective(DKind)) { in checkOpenMPLoop()