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.h1146 if (isOpenMPLoopBoundSharingDirective(Kind)) in getArraysOffset()
1244 assert(isOpenMPLoopBoundSharingDirective(getDirectiveKind()) && in setPrevLowerBoundVariable()
1249 assert(isOpenMPLoopBoundSharingDirective(getDirectiveKind()) && in setPrevUpperBoundVariable()
1254 assert(isOpenMPLoopBoundSharingDirective(getDirectiveKind()) && in setDistInc()
1259 assert(isOpenMPLoopBoundSharingDirective(getDirectiveKind()) && in setPrevEnsureUpperBound()
1264 assert(isOpenMPLoopBoundSharingDirective(getDirectiveKind()) && in setCombinedLowerBoundVariable()
1269 assert(isOpenMPLoopBoundSharingDirective(getDirectiveKind()) && in setCombinedUpperBoundVariable()
1274 assert(isOpenMPLoopBoundSharingDirective(getDirectiveKind()) && in setCombinedEnsureUpperBound()
1279 assert(isOpenMPLoopBoundSharingDirective(getDirectiveKind()) && in setCombinedInit()
1284 assert(isOpenMPLoopBoundSharingDirective(getDirectiveKind()) && in setCombinedCond()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenMPKinds.h366 bool isOpenMPLoopBoundSharingDirective(OpenMPDirectiveKind Kind);
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp120 isOpenMPLoopBoundSharingDirective(EKind)) && in EmitPreInitStmt()
3244 if (isOpenMPLoopBoundSharingDirective(EKind)) in EmitOMPDistributeOuterLoop()
3258 OuterLoopArgs.EUB = isOpenMPLoopBoundSharingDirective(EKind) in EmitOMPDistributeOuterLoop()
3262 OuterLoopArgs.Init = isOpenMPLoopBoundSharingDirective(EKind) in EmitOMPDistributeOuterLoop()
3265 OuterLoopArgs.Cond = isOpenMPLoopBoundSharingDirective(EKind) in EmitOMPDistributeOuterLoop()
3268 OuterLoopArgs.NextLB = isOpenMPLoopBoundSharingDirective(EKind) in EmitOMPDistributeOuterLoop()
3271 OuterLoopArgs.NextUB = isOpenMPLoopBoundSharingDirective(EKind) in EmitOMPDistributeOuterLoop()
3572 HasChunkSizeOne && isOpenMPLoopBoundSharingDirective(EKind); in EmitOMPWorksharingLoop()
5908 (isOpenMPLoopBoundSharingDirective(S.getDirectiveKind()) in EmitOMPDistributeLoop()
5913 (isOpenMPLoopBoundSharingDirective(S.getDirectiveKind()) in EmitOMPDistributeLoop()
[all …]
H A DCGOpenMPRuntimeGPU.cpp1922 isOpenMPLoopBoundSharingDirective(D.getDirectiveKind())) { in createParallelDataSharingWrapper()
1929 if (isOpenMPLoopBoundSharingDirective(D.getDirectiveKind())) { in createParallelDataSharingWrapper()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DOpenMPKinds.cpp710 bool clang::isOpenMPLoopBoundSharingDirective(OpenMPDirectiveKind Kind) { in isOpenMPLoopBoundSharingDirective() function in clang
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp4344 bool LoopBoundSharing = isOpenMPLoopBoundSharingDirective(DKind); in processCapturedRegions()
9949 if (isOpenMPLoopBoundSharingDirective(DKind)) { in checkOpenMPLoop()
10011 if (isOpenMPLoopBoundSharingDirective(DKind)) { in checkOpenMPLoop()
10055 if (isOpenMPLoopBoundSharingDirective(DKind)) { in checkOpenMPLoop()
10061 if (isOpenMPLoopBoundSharingDirective(DKind)) { in checkOpenMPLoop()
10121 if (isOpenMPLoopBoundSharingDirective(DKind)) { in checkOpenMPLoop()
10154 if (isOpenMPLoopBoundSharingDirective(DKind)) { in checkOpenMPLoop()