Lines Matching refs:NestedLoopCount
8556 unsigned CurrentNestedLoopCount, unsigned NestedLoopCount, in checkOpenMPIterationSpace() argument
8911 unsigned NestedLoopCount = 1; in checkOpenMPLoop() local
8920 NestedLoopCount = Result.Val.getInt().getLimitedValue(); in checkOpenMPLoop()
8934 if (Result.getLimitedValue() < NestedLoopCount) { in checkOpenMPLoop()
8951 unsigned NumLoops = std::max(OrderedLoopCount, NestedLoopCount); in checkOpenMPLoop()
8956 [DKind, &SemaRef, &DSA, NumLoops, NestedLoopCount, in checkOpenMPLoop()
8960 DKind, CurStmt, SemaRef, DSA, Cnt, NestedLoopCount, in checkOpenMPLoop()
8964 if (Cnt > 0 && Cnt >= NestedLoopCount && in checkOpenMPLoop()
8994 Built.clear(/* size */ NestedLoopCount); in checkOpenMPLoop()
8997 return NestedLoopCount; in checkOpenMPLoop()
9050 return NestedLoopCount; in checkOpenMPLoop()
9056 for (unsigned Cnt = 1; Cnt < NestedLoopCount; ++Cnt) { in checkOpenMPLoop()
9088 (AllCountsNeedLessThan32Bits || NestedLoopCount == 1 || in checkOpenMPLoop()
9446 Built.Counters.resize(NestedLoopCount); in checkOpenMPLoop()
9447 Built.Inits.resize(NestedLoopCount); in checkOpenMPLoop()
9448 Built.Updates.resize(NestedLoopCount); in checkOpenMPLoop()
9449 Built.Finals.resize(NestedLoopCount); in checkOpenMPLoop()
9450 Built.DependentCounters.resize(NestedLoopCount); in checkOpenMPLoop()
9451 Built.DependentInits.resize(NestedLoopCount); in checkOpenMPLoop()
9452 Built.FinalsConditions.resize(NestedLoopCount); in checkOpenMPLoop()
9470 for (unsigned int Cnt = 0; Cnt < NestedLoopCount; ++Cnt) { in checkOpenMPLoop()
9478 for (unsigned int K = Cnt+1; K < NestedLoopCount; ++K) in checkOpenMPLoop()
9485 if (Cnt + 1 < NestedLoopCount) in checkOpenMPLoop()
9499 if (Cnt + 1 < NestedLoopCount) in checkOpenMPLoop()
9552 Built.Counters[NestedLoopCount - 1 - IS.LoopDependentIdx]; in checkOpenMPLoop()
9554 Built.Inits[NestedLoopCount - 1 - IS.LoopDependentIdx]; in checkOpenMPLoop()
9597 return NestedLoopCount; in checkOpenMPLoop()
9671 unsigned NestedLoopCount = checkOpenMPLoop( in ActOnOpenMPSimdDirective() local
9674 if (NestedLoopCount == 0) in ActOnOpenMPSimdDirective()
9695 return OMPSimdDirective::Create(Context, StartLoc, EndLoc, NestedLoopCount, in ActOnOpenMPSimdDirective()
9710 unsigned NestedLoopCount = checkOpenMPLoop( in ActOnOpenMPForDirective() local
9713 if (NestedLoopCount == 0) in ActOnOpenMPForDirective()
9732 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B, in ActOnOpenMPForDirective()
9746 unsigned NestedLoopCount = in ActOnOpenMPForSimdDirective() local
9750 if (NestedLoopCount == 0) in ActOnOpenMPForSimdDirective()
9771 return OMPForSimdDirective::Create(Context, StartLoc, EndLoc, NestedLoopCount, in ActOnOpenMPForSimdDirective()
10013 unsigned NestedLoopCount = in ActOnOpenMPParallelForDirective() local
10017 if (NestedLoopCount == 0) in ActOnOpenMPParallelForDirective()
10036 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B, in ActOnOpenMPParallelForDirective()
10057 unsigned NestedLoopCount = in ActOnOpenMPParallelForSimdDirective() local
10061 if (NestedLoopCount == 0) in ActOnOpenMPParallelForSimdDirective()
10080 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPParallelForSimdDirective()
11252 unsigned NestedLoopCount = in ActOnOpenMPTargetParallelForDirective() local
11256 if (NestedLoopCount == 0) in ActOnOpenMPTargetParallelForDirective()
11275 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B, in ActOnOpenMPTargetParallelForDirective()
11520 unsigned NestedLoopCount = in ActOnOpenMPTaskLoopDirective() local
11524 if (NestedLoopCount == 0) in ActOnOpenMPTaskLoopDirective()
11544 NestedLoopCount, Clauses, AStmt, B, in ActOnOpenMPTaskLoopDirective()
11558 unsigned NestedLoopCount = in ActOnOpenMPTaskLoopSimdDirective() local
11562 if (NestedLoopCount == 0) in ActOnOpenMPTaskLoopSimdDirective()
11595 NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPTaskLoopSimdDirective()
11608 unsigned NestedLoopCount = in ActOnOpenMPMasterTaskLoopDirective() local
11612 if (NestedLoopCount == 0) in ActOnOpenMPMasterTaskLoopDirective()
11632 NestedLoopCount, Clauses, AStmt, B, in ActOnOpenMPMasterTaskLoopDirective()
11646 unsigned NestedLoopCount = in ActOnOpenMPMasterTaskLoopSimdDirective() local
11650 if (NestedLoopCount == 0) in ActOnOpenMPMasterTaskLoopSimdDirective()
11683 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPMasterTaskLoopSimdDirective()
11715 unsigned NestedLoopCount = checkOpenMPLoop( in ActOnOpenMPParallelMasterTaskLoopDirective() local
11719 if (NestedLoopCount == 0) in ActOnOpenMPParallelMasterTaskLoopDirective()
11739 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B, in ActOnOpenMPParallelMasterTaskLoopDirective()
11772 unsigned NestedLoopCount = checkOpenMPLoop( in ActOnOpenMPParallelMasterTaskLoopSimdDirective() local
11776 if (NestedLoopCount == 0) in ActOnOpenMPParallelMasterTaskLoopSimdDirective()
11809 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPParallelMasterTaskLoopSimdDirective()
11822 unsigned NestedLoopCount = in ActOnOpenMPDistributeDirective() local
11826 if (NestedLoopCount == 0) in ActOnOpenMPDistributeDirective()
11834 NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPDistributeDirective()
11865 unsigned NestedLoopCount = checkOpenMPLoop( in ActOnOpenMPDistributeParallelForDirective() local
11869 if (NestedLoopCount == 0) in ActOnOpenMPDistributeParallelForDirective()
11877 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B, in ActOnOpenMPDistributeParallelForDirective()
11909 unsigned NestedLoopCount = checkOpenMPLoop( in ActOnOpenMPDistributeParallelForSimdDirective() local
11913 if (NestedLoopCount == 0) in ActOnOpenMPDistributeParallelForSimdDirective()
11935 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPDistributeParallelForSimdDirective()
11965 unsigned NestedLoopCount = in ActOnOpenMPDistributeSimdDirective() local
11969 if (NestedLoopCount == 0) in ActOnOpenMPDistributeSimdDirective()
11991 NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPDistributeSimdDirective()
12021 unsigned NestedLoopCount = checkOpenMPLoop( in ActOnOpenMPTargetParallelForSimdDirective() local
12025 if (NestedLoopCount == 0) in ActOnOpenMPTargetParallelForSimdDirective()
12046 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPTargetParallelForSimdDirective()
12076 unsigned NestedLoopCount = in ActOnOpenMPTargetSimdDirective() local
12080 if (NestedLoopCount == 0) in ActOnOpenMPTargetSimdDirective()
12102 NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPTargetSimdDirective()
12132 unsigned NestedLoopCount = in ActOnOpenMPTeamsDistributeDirective() local
12136 if (NestedLoopCount == 0) in ActOnOpenMPTeamsDistributeDirective()
12147 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPTeamsDistributeDirective()
12178 unsigned NestedLoopCount = checkOpenMPLoop( in ActOnOpenMPTeamsDistributeSimdDirective() local
12183 if (NestedLoopCount == 0) in ActOnOpenMPTeamsDistributeSimdDirective()
12208 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPTeamsDistributeSimdDirective()
12240 unsigned NestedLoopCount = checkOpenMPLoop( in ActOnOpenMPTeamsDistributeParallelForSimdDirective() local
12245 if (NestedLoopCount == 0) in ActOnOpenMPTeamsDistributeParallelForSimdDirective()
12270 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPTeamsDistributeParallelForSimdDirective()
12302 unsigned NestedLoopCount = checkOpenMPLoop( in ActOnOpenMPTeamsDistributeParallelForDirective() local
12307 if (NestedLoopCount == 0) in ActOnOpenMPTeamsDistributeParallelForDirective()
12318 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B, in ActOnOpenMPTeamsDistributeParallelForDirective()
12381 unsigned NestedLoopCount = checkOpenMPLoop( in ActOnOpenMPTargetTeamsDistributeDirective() local
12385 if (NestedLoopCount == 0) in ActOnOpenMPTargetTeamsDistributeDirective()
12393 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPTargetTeamsDistributeDirective()
12424 unsigned NestedLoopCount = checkOpenMPLoop( in ActOnOpenMPTargetTeamsDistributeParallelForDirective() local
12428 if (NestedLoopCount == 0) in ActOnOpenMPTargetTeamsDistributeParallelForDirective()
12447 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B, in ActOnOpenMPTargetTeamsDistributeParallelForDirective()
12479 unsigned NestedLoopCount = in ActOnOpenMPTargetTeamsDistributeParallelForSimdDirective() local
12484 if (NestedLoopCount == 0) in ActOnOpenMPTargetTeamsDistributeParallelForSimdDirective()
12507 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPTargetTeamsDistributeParallelForSimdDirective()
12538 unsigned NestedLoopCount = checkOpenMPLoop( in ActOnOpenMPTargetTeamsDistributeSimdDirective() local
12542 if (NestedLoopCount == 0) in ActOnOpenMPTargetTeamsDistributeSimdDirective()
12564 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPTargetTeamsDistributeSimdDirective()