Searched refs:isOpenMPLoopBoundSharingDirective (Results 1 – 6 of 6) sorted by relevance
1069 if (isOpenMPLoopBoundSharingDirective(Kind)) in getArraysOffset()1159 assert(isOpenMPLoopBoundSharingDirective(getDirectiveKind()) && in setPrevLowerBoundVariable()1164 assert(isOpenMPLoopBoundSharingDirective(getDirectiveKind()) && in setPrevUpperBoundVariable()1169 assert(isOpenMPLoopBoundSharingDirective(getDirectiveKind()) && in setDistInc()1174 assert(isOpenMPLoopBoundSharingDirective(getDirectiveKind()) && in setPrevEnsureUpperBound()1179 assert(isOpenMPLoopBoundSharingDirective(getDirectiveKind()) && in setCombinedLowerBoundVariable()1184 assert(isOpenMPLoopBoundSharingDirective(getDirectiveKind()) && in setCombinedUpperBoundVariable()1189 assert(isOpenMPLoopBoundSharingDirective(getDirectiveKind()) && in setCombinedEnsureUpperBound()1194 assert(isOpenMPLoopBoundSharingDirective(getDirectiveKind()) && in setCombinedInit()1199 assert(isOpenMPLoopBoundSharingDirective(getDirectiveKind()) && in setCombinedCond()[all …]
268 bool isOpenMPLoopBoundSharingDirective(OpenMPDirectiveKind Kind);
108 isOpenMPLoopBoundSharingDirective(Kind)) && in EmitPreInitStmt()2834 if (isOpenMPLoopBoundSharingDirective(S.getDirectiveKind())) in EmitOMPDistributeOuterLoop()2848 OuterLoopArgs.EUB = isOpenMPLoopBoundSharingDirective(S.getDirectiveKind()) in EmitOMPDistributeOuterLoop()2852 OuterLoopArgs.Init = isOpenMPLoopBoundSharingDirective(S.getDirectiveKind()) in EmitOMPDistributeOuterLoop()2855 OuterLoopArgs.Cond = isOpenMPLoopBoundSharingDirective(S.getDirectiveKind()) in EmitOMPDistributeOuterLoop()2858 OuterLoopArgs.NextLB = isOpenMPLoopBoundSharingDirective(S.getDirectiveKind()) in EmitOMPDistributeOuterLoop()2861 OuterLoopArgs.NextUB = isOpenMPLoopBoundSharingDirective(S.getDirectiveKind()) in EmitOMPDistributeOuterLoop()3163 isOpenMPLoopBoundSharingDirective(S.getDirectiveKind()); in EmitOMPWorksharingLoop()5085 (isOpenMPLoopBoundSharingDirective(S.getDirectiveKind()) in EmitOMPDistributeLoop()5090 (isOpenMPLoopBoundSharingDirective(S.getDirectiveKind()) in EmitOMPDistributeLoop()[all …]
4093 isOpenMPLoopBoundSharingDirective(D.getDirectiveKind())) { in createParallelDataSharingWrapper()4101 if (isOpenMPLoopBoundSharingDirective(D.getDirectiveKind())) { in createParallelDataSharingWrapper()
573 bool clang::isOpenMPLoopBoundSharingDirective(OpenMPDirectiveKind Kind) { in isOpenMPLoopBoundSharingDirective() function in clang
9163 if (isOpenMPLoopBoundSharingDirective(DKind)) { in checkOpenMPLoop()9224 if (isOpenMPLoopBoundSharingDirective(DKind)) { in checkOpenMPLoop()9266 if (isOpenMPLoopBoundSharingDirective(DKind)) { in checkOpenMPLoop()9272 if (isOpenMPLoopBoundSharingDirective(DKind)) { in checkOpenMPLoop()9331 if (isOpenMPLoopBoundSharingDirective(DKind)) { in checkOpenMPLoop()9364 if (isOpenMPLoopBoundSharingDirective(DKind)) { in checkOpenMPLoop()