Lines Matching refs:NestedLoopCount

9089     unsigned CurrentNestedLoopCount, unsigned NestedLoopCount,  in checkOpenMPIterationSpace()  argument
9448 unsigned NestedLoopCount = 1; in checkOpenMPLoop() local
9457 NestedLoopCount = Result.Val.getInt().getLimitedValue(); in checkOpenMPLoop()
9471 if (Result.getLimitedValue() < NestedLoopCount) { in checkOpenMPLoop()
9488 unsigned NumLoops = std::max(OrderedLoopCount, NestedLoopCount); in checkOpenMPLoop()
9493 [DKind, &SemaRef, &DSA, NumLoops, NestedLoopCount, in checkOpenMPLoop()
9497 DKind, CurStmt, SemaRef, DSA, Cnt, NestedLoopCount, in checkOpenMPLoop()
9501 if (Cnt > 0 && Cnt >= NestedLoopCount && in checkOpenMPLoop()
9524 Built.clear(/* size */ NestedLoopCount); in checkOpenMPLoop()
9527 return NestedLoopCount; in checkOpenMPLoop()
9580 return NestedLoopCount; in checkOpenMPLoop()
9586 for (unsigned Cnt = 1; Cnt < NestedLoopCount; ++Cnt) { in checkOpenMPLoop()
9618 (AllCountsNeedLessThan32Bits || NestedLoopCount == 1 || in checkOpenMPLoop()
9981 Built.Counters.resize(NestedLoopCount); in checkOpenMPLoop()
9982 Built.Inits.resize(NestedLoopCount); in checkOpenMPLoop()
9983 Built.Updates.resize(NestedLoopCount); in checkOpenMPLoop()
9984 Built.Finals.resize(NestedLoopCount); in checkOpenMPLoop()
9985 Built.DependentCounters.resize(NestedLoopCount); in checkOpenMPLoop()
9986 Built.DependentInits.resize(NestedLoopCount); in checkOpenMPLoop()
9987 Built.FinalsConditions.resize(NestedLoopCount); in checkOpenMPLoop()
10005 for (unsigned int Cnt = 0; Cnt < NestedLoopCount; ++Cnt) { in checkOpenMPLoop()
10012 for (unsigned int K = Cnt + 1; K < NestedLoopCount; ++K) in checkOpenMPLoop()
10019 if (Cnt + 1 < NestedLoopCount) in checkOpenMPLoop()
10033 if (Cnt + 1 < NestedLoopCount) in checkOpenMPLoop()
10085 Built.Counters[NestedLoopCount - 1 - IS.LoopDependentIdx]; in checkOpenMPLoop()
10087 Built.Inits[NestedLoopCount - 1 - IS.LoopDependentIdx]; in checkOpenMPLoop()
10130 return NestedLoopCount; in checkOpenMPLoop()
10204 unsigned NestedLoopCount = checkOpenMPLoop( in ActOnOpenMPSimdDirective() local
10207 if (NestedLoopCount == 0) in ActOnOpenMPSimdDirective()
10228 return OMPSimdDirective::Create(Context, StartLoc, EndLoc, NestedLoopCount, in ActOnOpenMPSimdDirective()
10243 unsigned NestedLoopCount = checkOpenMPLoop( in ActOnOpenMPForDirective() local
10246 if (NestedLoopCount == 0) in ActOnOpenMPForDirective()
10265 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B, in ActOnOpenMPForDirective()
10279 unsigned NestedLoopCount = in ActOnOpenMPForSimdDirective() local
10283 if (NestedLoopCount == 0) in ActOnOpenMPForSimdDirective()
10304 return OMPForSimdDirective::Create(Context, StartLoc, EndLoc, NestedLoopCount, in ActOnOpenMPForSimdDirective()
10465 unsigned NestedLoopCount = checkOpenMPLoop( in ActOnOpenMPGenericLoopDirective() local
10468 if (NestedLoopCount == 0) in ActOnOpenMPGenericLoopDirective()
10476 NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPGenericLoopDirective()
10511 unsigned NestedLoopCount = in ActOnOpenMPTeamsGenericLoopDirective() local
10515 if (NestedLoopCount == 0) in ActOnOpenMPTeamsGenericLoopDirective()
10525 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPTeamsGenericLoopDirective()
10561 unsigned NestedLoopCount = in ActOnOpenMPTargetTeamsGenericLoopDirective() local
10565 if (NestedLoopCount == 0) in ActOnOpenMPTargetTeamsGenericLoopDirective()
10574 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPTargetTeamsGenericLoopDirective()
10609 unsigned NestedLoopCount = in ActOnOpenMPParallelGenericLoopDirective() local
10613 if (NestedLoopCount == 0) in ActOnOpenMPParallelGenericLoopDirective()
10622 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPParallelGenericLoopDirective()
10658 unsigned NestedLoopCount = in ActOnOpenMPTargetParallelGenericLoopDirective() local
10662 if (NestedLoopCount == 0) in ActOnOpenMPTargetParallelGenericLoopDirective()
10671 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPTargetParallelGenericLoopDirective()
10802 unsigned NestedLoopCount = in ActOnOpenMPParallelForDirective() local
10806 if (NestedLoopCount == 0) in ActOnOpenMPParallelForDirective()
10825 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B, in ActOnOpenMPParallelForDirective()
10846 unsigned NestedLoopCount = in ActOnOpenMPParallelForSimdDirective() local
10850 if (NestedLoopCount == 0) in ActOnOpenMPParallelForSimdDirective()
10869 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPParallelForSimdDirective()
12925 unsigned NestedLoopCount = in ActOnOpenMPTargetParallelForDirective() local
12929 if (NestedLoopCount == 0) in ActOnOpenMPTargetParallelForDirective()
12948 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B, in ActOnOpenMPTargetParallelForDirective()
13219 unsigned NestedLoopCount = in ActOnOpenMPTaskLoopDirective() local
13223 if (NestedLoopCount == 0) in ActOnOpenMPTaskLoopDirective()
13243 NestedLoopCount, Clauses, AStmt, B, in ActOnOpenMPTaskLoopDirective()
13257 unsigned NestedLoopCount = in ActOnOpenMPTaskLoopSimdDirective() local
13261 if (NestedLoopCount == 0) in ActOnOpenMPTaskLoopSimdDirective()
13294 NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPTaskLoopSimdDirective()
13307 unsigned NestedLoopCount = in ActOnOpenMPMasterTaskLoopDirective() local
13311 if (NestedLoopCount == 0) in ActOnOpenMPMasterTaskLoopDirective()
13331 NestedLoopCount, Clauses, AStmt, B, in ActOnOpenMPMasterTaskLoopDirective()
13345 unsigned NestedLoopCount = in ActOnOpenMPMaskedTaskLoopDirective() local
13349 if (NestedLoopCount == 0) in ActOnOpenMPMaskedTaskLoopDirective()
13369 NestedLoopCount, Clauses, AStmt, B, in ActOnOpenMPMaskedTaskLoopDirective()
13383 unsigned NestedLoopCount = in ActOnOpenMPMasterTaskLoopSimdDirective() local
13387 if (NestedLoopCount == 0) in ActOnOpenMPMasterTaskLoopSimdDirective()
13420 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPMasterTaskLoopSimdDirective()
13433 unsigned NestedLoopCount = in ActOnOpenMPMaskedTaskLoopSimdDirective() local
13437 if (NestedLoopCount == 0) in ActOnOpenMPMaskedTaskLoopSimdDirective()
13470 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPMaskedTaskLoopSimdDirective()
13502 unsigned NestedLoopCount = checkOpenMPLoop( in ActOnOpenMPParallelMasterTaskLoopDirective() local
13506 if (NestedLoopCount == 0) in ActOnOpenMPParallelMasterTaskLoopDirective()
13526 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B, in ActOnOpenMPParallelMasterTaskLoopDirective()
13559 unsigned NestedLoopCount = checkOpenMPLoop( in ActOnOpenMPParallelMaskedTaskLoopDirective() local
13563 if (NestedLoopCount == 0) in ActOnOpenMPParallelMaskedTaskLoopDirective()
13583 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B, in ActOnOpenMPParallelMaskedTaskLoopDirective()
13616 unsigned NestedLoopCount = checkOpenMPLoop( in ActOnOpenMPParallelMasterTaskLoopSimdDirective() local
13620 if (NestedLoopCount == 0) in ActOnOpenMPParallelMasterTaskLoopSimdDirective()
13653 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPParallelMasterTaskLoopSimdDirective()
13685 unsigned NestedLoopCount = checkOpenMPLoop( in ActOnOpenMPParallelMaskedTaskLoopSimdDirective() local
13689 if (NestedLoopCount == 0) in ActOnOpenMPParallelMaskedTaskLoopSimdDirective()
13722 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPParallelMaskedTaskLoopSimdDirective()
13735 unsigned NestedLoopCount = in ActOnOpenMPDistributeDirective() local
13739 if (NestedLoopCount == 0) in ActOnOpenMPDistributeDirective()
13747 NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPDistributeDirective()
13778 unsigned NestedLoopCount = checkOpenMPLoop( in ActOnOpenMPDistributeParallelForDirective() local
13782 if (NestedLoopCount == 0) in ActOnOpenMPDistributeParallelForDirective()
13790 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B, in ActOnOpenMPDistributeParallelForDirective()
13822 unsigned NestedLoopCount = checkOpenMPLoop( in ActOnOpenMPDistributeParallelForSimdDirective() local
13826 if (NestedLoopCount == 0) in ActOnOpenMPDistributeParallelForSimdDirective()
13848 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPDistributeParallelForSimdDirective()
13878 unsigned NestedLoopCount = in ActOnOpenMPDistributeSimdDirective() local
13882 if (NestedLoopCount == 0) in ActOnOpenMPDistributeSimdDirective()
13904 NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPDistributeSimdDirective()
13934 unsigned NestedLoopCount = checkOpenMPLoop( in ActOnOpenMPTargetParallelForSimdDirective() local
13938 if (NestedLoopCount == 0) in ActOnOpenMPTargetParallelForSimdDirective()
13959 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPTargetParallelForSimdDirective()
13989 unsigned NestedLoopCount = in ActOnOpenMPTargetSimdDirective() local
13993 if (NestedLoopCount == 0) in ActOnOpenMPTargetSimdDirective()
14015 NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPTargetSimdDirective()
14045 unsigned NestedLoopCount = in ActOnOpenMPTeamsDistributeDirective() local
14049 if (NestedLoopCount == 0) in ActOnOpenMPTeamsDistributeDirective()
14060 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPTeamsDistributeDirective()
14091 unsigned NestedLoopCount = checkOpenMPLoop( in ActOnOpenMPTeamsDistributeSimdDirective() local
14096 if (NestedLoopCount == 0) in ActOnOpenMPTeamsDistributeSimdDirective()
14121 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPTeamsDistributeSimdDirective()
14153 unsigned NestedLoopCount = checkOpenMPLoop( in ActOnOpenMPTeamsDistributeParallelForSimdDirective() local
14158 if (NestedLoopCount == 0) in ActOnOpenMPTeamsDistributeParallelForSimdDirective()
14183 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPTeamsDistributeParallelForSimdDirective()
14215 unsigned NestedLoopCount = checkOpenMPLoop( in ActOnOpenMPTeamsDistributeParallelForDirective() local
14220 if (NestedLoopCount == 0) in ActOnOpenMPTeamsDistributeParallelForDirective()
14231 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B, in ActOnOpenMPTeamsDistributeParallelForDirective()
14294 unsigned NestedLoopCount = checkOpenMPLoop( in ActOnOpenMPTargetTeamsDistributeDirective() local
14298 if (NestedLoopCount == 0) in ActOnOpenMPTargetTeamsDistributeDirective()
14306 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPTargetTeamsDistributeDirective()
14337 unsigned NestedLoopCount = checkOpenMPLoop( in ActOnOpenMPTargetTeamsDistributeParallelForDirective() local
14341 if (NestedLoopCount == 0) in ActOnOpenMPTargetTeamsDistributeParallelForDirective()
14360 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B, in ActOnOpenMPTargetTeamsDistributeParallelForDirective()
14392 unsigned NestedLoopCount = in ActOnOpenMPTargetTeamsDistributeParallelForSimdDirective() local
14397 if (NestedLoopCount == 0) in ActOnOpenMPTargetTeamsDistributeParallelForSimdDirective()
14420 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPTargetTeamsDistributeParallelForSimdDirective()
14451 unsigned NestedLoopCount = checkOpenMPLoop( in ActOnOpenMPTargetTeamsDistributeSimdDirective() local
14455 if (NestedLoopCount == 0) in ActOnOpenMPTargetTeamsDistributeSimdDirective()
14477 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPTargetTeamsDistributeSimdDirective()