Searched refs:isOpenMPLoopBoundSharingDirective (Results 1 – 8 of 8) sorted by relevance
463 if (isOpenMPLoopBoundSharingDirective(Kind)) in getArraysOffset()556 assert(isOpenMPLoopBoundSharingDirective(getDirectiveKind()) && in setPrevLowerBoundVariable()561 assert(isOpenMPLoopBoundSharingDirective(getDirectiveKind()) && in setPrevUpperBoundVariable()566 assert(isOpenMPLoopBoundSharingDirective(getDirectiveKind()) && in setDistInc()571 assert(isOpenMPLoopBoundSharingDirective(getDirectiveKind()) && in setPrevEnsureUpperBound()576 assert(isOpenMPLoopBoundSharingDirective(getDirectiveKind()) && in setCombinedLowerBoundVariable()581 assert(isOpenMPLoopBoundSharingDirective(getDirectiveKind()) && in setCombinedUpperBoundVariable()586 assert(isOpenMPLoopBoundSharingDirective(getDirectiveKind()) && in setCombinedEnsureUpperBound()591 assert(isOpenMPLoopBoundSharingDirective(getDirectiveKind()) && in setCombinedInit()596 assert(isOpenMPLoopBoundSharingDirective(getDirectiveKind()) && in setCombinedCond()[all …]
253 bool isOpenMPLoopBoundSharingDirective(OpenMPDirectiveKind Kind);
95 isOpenMPLoopBoundSharingDirective(Kind)) && in EmitPreInitStmt()2014 if (isOpenMPLoopBoundSharingDirective(S.getDirectiveKind())) in EmitOMPDistributeOuterLoop()2028 OuterLoopArgs.EUB = isOpenMPLoopBoundSharingDirective(S.getDirectiveKind()) in EmitOMPDistributeOuterLoop()2032 OuterLoopArgs.Init = isOpenMPLoopBoundSharingDirective(S.getDirectiveKind()) in EmitOMPDistributeOuterLoop()2035 OuterLoopArgs.Cond = isOpenMPLoopBoundSharingDirective(S.getDirectiveKind()) in EmitOMPDistributeOuterLoop()2339 isOpenMPLoopBoundSharingDirective(S.getDirectiveKind()); in EmitOMPWorksharingLoop()3324 (isOpenMPLoopBoundSharingDirective(S.getDirectiveKind()) in EmitOMPDistributeLoop()3329 (isOpenMPLoopBoundSharingDirective(S.getDirectiveKind()) in EmitOMPDistributeLoop()3386 isOpenMPLoopBoundSharingDirective(S.getDirectiveKind()); in EmitOMPDistributeLoop()3401 EmitIgnoredExpr(isOpenMPLoopBoundSharingDirective(S.getDirectiveKind()) in EmitOMPDistributeLoop()[all …]
4131 isOpenMPLoopBoundSharingDirective(D.getDirectiveKind())) { in createParallelDataSharingWrapper()4139 if (isOpenMPLoopBoundSharingDirective(D.getDirectiveKind())) { in createParallelDataSharingWrapper()
910 bool clang::isOpenMPLoopBoundSharingDirective(OpenMPDirectiveKind Kind) { in isOpenMPLoopBoundSharingDirective() function in clang
5375 if (isOpenMPLoopBoundSharingDirective(DKind)) { in checkOpenMPLoop()5434 if (isOpenMPLoopBoundSharingDirective(DKind)) { in checkOpenMPLoop()5456 if (isOpenMPLoopBoundSharingDirective(DKind)) { in checkOpenMPLoop()5463 if (isOpenMPLoopBoundSharingDirective(DKind)) { in checkOpenMPLoop()5506 if (isOpenMPLoopBoundSharingDirective(DKind)) { in checkOpenMPLoop()5537 if (isOpenMPLoopBoundSharingDirective(DKind)) { in checkOpenMPLoop()
1915 if (isOpenMPLoopBoundSharingDirective(D->getDirectiveKind())) { in VisitOMPLoopDirective()
1946 if (isOpenMPLoopBoundSharingDirective(D->getDirectiveKind())) { in VisitOMPLoopDirective()