Lines Matching refs:NestedLoopCount
8550 unsigned CurrentNestedLoopCount, unsigned NestedLoopCount, in checkOpenMPIterationSpace() argument
8905 unsigned NestedLoopCount = 1; in checkOpenMPLoop() local
8914 NestedLoopCount = Result.Val.getInt().getLimitedValue(); in checkOpenMPLoop()
8928 if (Result.getLimitedValue() < NestedLoopCount) { in checkOpenMPLoop()
8945 unsigned NumLoops = std::max(OrderedLoopCount, NestedLoopCount); in checkOpenMPLoop()
8950 [DKind, &SemaRef, &DSA, NumLoops, NestedLoopCount, in checkOpenMPLoop()
8954 DKind, CurStmt, SemaRef, DSA, Cnt, NestedLoopCount, in checkOpenMPLoop()
8958 if (Cnt > 0 && Cnt >= NestedLoopCount && in checkOpenMPLoop()
8970 Built.clear(/* size */ NestedLoopCount); in checkOpenMPLoop()
8973 return NestedLoopCount; in checkOpenMPLoop()
9026 return NestedLoopCount; in checkOpenMPLoop()
9032 for (unsigned Cnt = 1; Cnt < NestedLoopCount; ++Cnt) { in checkOpenMPLoop()
9064 (AllCountsNeedLessThan32Bits || NestedLoopCount == 1 || in checkOpenMPLoop()
9412 Built.Counters.resize(NestedLoopCount); in checkOpenMPLoop()
9413 Built.Inits.resize(NestedLoopCount); in checkOpenMPLoop()
9414 Built.Updates.resize(NestedLoopCount); in checkOpenMPLoop()
9415 Built.Finals.resize(NestedLoopCount); in checkOpenMPLoop()
9416 Built.DependentCounters.resize(NestedLoopCount); in checkOpenMPLoop()
9417 Built.DependentInits.resize(NestedLoopCount); in checkOpenMPLoop()
9418 Built.FinalsConditions.resize(NestedLoopCount); in checkOpenMPLoop()
9436 for (unsigned int Cnt = 0; Cnt < NestedLoopCount; ++Cnt) { in checkOpenMPLoop()
9444 for (unsigned int K = Cnt+1; K < NestedLoopCount; ++K) in checkOpenMPLoop()
9451 if (Cnt + 1 < NestedLoopCount) in checkOpenMPLoop()
9465 if (Cnt + 1 < NestedLoopCount) in checkOpenMPLoop()
9518 Built.Counters[NestedLoopCount - 1 - IS.LoopDependentIdx]; in checkOpenMPLoop()
9520 Built.Inits[NestedLoopCount - 1 - IS.LoopDependentIdx]; in checkOpenMPLoop()
9563 return NestedLoopCount; in checkOpenMPLoop()
9637 unsigned NestedLoopCount = checkOpenMPLoop( in ActOnOpenMPSimdDirective() local
9640 if (NestedLoopCount == 0) in ActOnOpenMPSimdDirective()
9661 return OMPSimdDirective::Create(Context, StartLoc, EndLoc, NestedLoopCount, in ActOnOpenMPSimdDirective()
9676 unsigned NestedLoopCount = checkOpenMPLoop( in ActOnOpenMPForDirective() local
9679 if (NestedLoopCount == 0) in ActOnOpenMPForDirective()
9698 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B, in ActOnOpenMPForDirective()
9712 unsigned NestedLoopCount = in ActOnOpenMPForSimdDirective() local
9716 if (NestedLoopCount == 0) in ActOnOpenMPForSimdDirective()
9737 return OMPForSimdDirective::Create(Context, StartLoc, EndLoc, NestedLoopCount, in ActOnOpenMPForSimdDirective()
9979 unsigned NestedLoopCount = in ActOnOpenMPParallelForDirective() local
9983 if (NestedLoopCount == 0) in ActOnOpenMPParallelForDirective()
10002 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B, in ActOnOpenMPParallelForDirective()
10023 unsigned NestedLoopCount = in ActOnOpenMPParallelForSimdDirective() local
10027 if (NestedLoopCount == 0) in ActOnOpenMPParallelForSimdDirective()
10046 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPParallelForSimdDirective()
11217 unsigned NestedLoopCount = in ActOnOpenMPTargetParallelForDirective() local
11221 if (NestedLoopCount == 0) in ActOnOpenMPTargetParallelForDirective()
11240 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B, in ActOnOpenMPTargetParallelForDirective()
11507 unsigned NestedLoopCount = in ActOnOpenMPTaskLoopDirective() local
11511 if (NestedLoopCount == 0) in ActOnOpenMPTaskLoopDirective()
11530 NestedLoopCount, Clauses, AStmt, B, in ActOnOpenMPTaskLoopDirective()
11544 unsigned NestedLoopCount = in ActOnOpenMPTaskLoopSimdDirective() local
11548 if (NestedLoopCount == 0) in ActOnOpenMPTaskLoopSimdDirective()
11580 NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPTaskLoopSimdDirective()
11593 unsigned NestedLoopCount = in ActOnOpenMPMasterTaskLoopDirective() local
11597 if (NestedLoopCount == 0) in ActOnOpenMPMasterTaskLoopDirective()
11616 NestedLoopCount, Clauses, AStmt, B, in ActOnOpenMPMasterTaskLoopDirective()
11630 unsigned NestedLoopCount = in ActOnOpenMPMasterTaskLoopSimdDirective() local
11634 if (NestedLoopCount == 0) in ActOnOpenMPMasterTaskLoopSimdDirective()
11666 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPMasterTaskLoopSimdDirective()
11698 unsigned NestedLoopCount = checkOpenMPLoop( in ActOnOpenMPParallelMasterTaskLoopDirective() local
11702 if (NestedLoopCount == 0) in ActOnOpenMPParallelMasterTaskLoopDirective()
11721 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B, in ActOnOpenMPParallelMasterTaskLoopDirective()
11754 unsigned NestedLoopCount = checkOpenMPLoop( in ActOnOpenMPParallelMasterTaskLoopSimdDirective() local
11758 if (NestedLoopCount == 0) in ActOnOpenMPParallelMasterTaskLoopSimdDirective()
11790 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPParallelMasterTaskLoopSimdDirective()
11803 unsigned NestedLoopCount = in ActOnOpenMPDistributeDirective() local
11807 if (NestedLoopCount == 0) in ActOnOpenMPDistributeDirective()
11815 NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPDistributeDirective()
11846 unsigned NestedLoopCount = checkOpenMPLoop( in ActOnOpenMPDistributeParallelForDirective() local
11850 if (NestedLoopCount == 0) in ActOnOpenMPDistributeParallelForDirective()
11858 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B, in ActOnOpenMPDistributeParallelForDirective()
11890 unsigned NestedLoopCount = checkOpenMPLoop( in ActOnOpenMPDistributeParallelForSimdDirective() local
11894 if (NestedLoopCount == 0) in ActOnOpenMPDistributeParallelForSimdDirective()
11916 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPDistributeParallelForSimdDirective()
11946 unsigned NestedLoopCount = in ActOnOpenMPDistributeSimdDirective() local
11950 if (NestedLoopCount == 0) in ActOnOpenMPDistributeSimdDirective()
11972 NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPDistributeSimdDirective()
12002 unsigned NestedLoopCount = checkOpenMPLoop( in ActOnOpenMPTargetParallelForSimdDirective() local
12006 if (NestedLoopCount == 0) in ActOnOpenMPTargetParallelForSimdDirective()
12027 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPTargetParallelForSimdDirective()
12057 unsigned NestedLoopCount = in ActOnOpenMPTargetSimdDirective() local
12061 if (NestedLoopCount == 0) in ActOnOpenMPTargetSimdDirective()
12083 NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPTargetSimdDirective()
12113 unsigned NestedLoopCount = in ActOnOpenMPTeamsDistributeDirective() local
12117 if (NestedLoopCount == 0) in ActOnOpenMPTeamsDistributeDirective()
12128 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPTeamsDistributeDirective()
12159 unsigned NestedLoopCount = checkOpenMPLoop( in ActOnOpenMPTeamsDistributeSimdDirective() local
12164 if (NestedLoopCount == 0) in ActOnOpenMPTeamsDistributeSimdDirective()
12189 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPTeamsDistributeSimdDirective()
12221 unsigned NestedLoopCount = checkOpenMPLoop( in ActOnOpenMPTeamsDistributeParallelForSimdDirective() local
12226 if (NestedLoopCount == 0) in ActOnOpenMPTeamsDistributeParallelForSimdDirective()
12251 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPTeamsDistributeParallelForSimdDirective()
12283 unsigned NestedLoopCount = checkOpenMPLoop( in ActOnOpenMPTeamsDistributeParallelForDirective() local
12288 if (NestedLoopCount == 0) in ActOnOpenMPTeamsDistributeParallelForDirective()
12299 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B, in ActOnOpenMPTeamsDistributeParallelForDirective()
12362 unsigned NestedLoopCount = checkOpenMPLoop( in ActOnOpenMPTargetTeamsDistributeDirective() local
12366 if (NestedLoopCount == 0) in ActOnOpenMPTargetTeamsDistributeDirective()
12374 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPTargetTeamsDistributeDirective()
12405 unsigned NestedLoopCount = checkOpenMPLoop( in ActOnOpenMPTargetTeamsDistributeParallelForDirective() local
12409 if (NestedLoopCount == 0) in ActOnOpenMPTargetTeamsDistributeParallelForDirective()
12428 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B, in ActOnOpenMPTargetTeamsDistributeParallelForDirective()
12460 unsigned NestedLoopCount = in ActOnOpenMPTargetTeamsDistributeParallelForSimdDirective() local
12465 if (NestedLoopCount == 0) in ActOnOpenMPTargetTeamsDistributeParallelForSimdDirective()
12488 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPTargetTeamsDistributeParallelForSimdDirective()
12519 unsigned NestedLoopCount = checkOpenMPLoop( in ActOnOpenMPTargetTeamsDistributeSimdDirective() local
12523 if (NestedLoopCount == 0) in ActOnOpenMPTargetTeamsDistributeSimdDirective()
12545 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPTargetTeamsDistributeSimdDirective()