Lines Matching refs:NestedLoopCount

9172     unsigned CurrentNestedLoopCount, unsigned NestedLoopCount,  in checkOpenMPIterationSpace()  argument
9531 unsigned NestedLoopCount = 1; in checkOpenMPLoop() local
9540 NestedLoopCount = Result.Val.getInt().getLimitedValue(); in checkOpenMPLoop()
9554 if (Result.getLimitedValue() < NestedLoopCount) { in checkOpenMPLoop()
9571 unsigned NumLoops = std::max(OrderedLoopCount, NestedLoopCount); in checkOpenMPLoop()
9576 [DKind, &SemaRef, &DSA, NumLoops, NestedLoopCount, in checkOpenMPLoop()
9580 DKind, CurStmt, SemaRef, DSA, Cnt, NestedLoopCount, in checkOpenMPLoop()
9584 if (Cnt > 0 && Cnt >= NestedLoopCount && in checkOpenMPLoop()
9607 Built.clear(/* size */ NestedLoopCount); in checkOpenMPLoop()
9610 return NestedLoopCount; in checkOpenMPLoop()
9663 return NestedLoopCount; in checkOpenMPLoop()
9669 for (unsigned Cnt = 1; Cnt < NestedLoopCount; ++Cnt) { in checkOpenMPLoop()
9701 (AllCountsNeedLessThan32Bits || NestedLoopCount == 1 || in checkOpenMPLoop()
10064 Built.Counters.resize(NestedLoopCount); in checkOpenMPLoop()
10065 Built.Inits.resize(NestedLoopCount); in checkOpenMPLoop()
10066 Built.Updates.resize(NestedLoopCount); in checkOpenMPLoop()
10067 Built.Finals.resize(NestedLoopCount); in checkOpenMPLoop()
10068 Built.DependentCounters.resize(NestedLoopCount); in checkOpenMPLoop()
10069 Built.DependentInits.resize(NestedLoopCount); in checkOpenMPLoop()
10070 Built.FinalsConditions.resize(NestedLoopCount); in checkOpenMPLoop()
10088 for (unsigned int Cnt = 0; Cnt < NestedLoopCount; ++Cnt) { in checkOpenMPLoop()
10095 for (unsigned int K = Cnt + 1; K < NestedLoopCount; ++K) in checkOpenMPLoop()
10102 if (Cnt + 1 < NestedLoopCount) in checkOpenMPLoop()
10116 if (Cnt + 1 < NestedLoopCount) in checkOpenMPLoop()
10168 Built.Counters[NestedLoopCount - 1 - IS.LoopDependentIdx]; in checkOpenMPLoop()
10170 Built.Inits[NestedLoopCount - 1 - IS.LoopDependentIdx]; in checkOpenMPLoop()
10213 return NestedLoopCount; in checkOpenMPLoop()
10287 unsigned NestedLoopCount = checkOpenMPLoop( in ActOnOpenMPSimdDirective() local
10290 if (NestedLoopCount == 0) in ActOnOpenMPSimdDirective()
10311 return OMPSimdDirective::Create(Context, StartLoc, EndLoc, NestedLoopCount, in ActOnOpenMPSimdDirective()
10326 unsigned NestedLoopCount = checkOpenMPLoop( in ActOnOpenMPForDirective() local
10329 if (NestedLoopCount == 0) in ActOnOpenMPForDirective()
10348 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B, in ActOnOpenMPForDirective()
10362 unsigned NestedLoopCount = in ActOnOpenMPForSimdDirective() local
10366 if (NestedLoopCount == 0) in ActOnOpenMPForSimdDirective()
10387 return OMPForSimdDirective::Create(Context, StartLoc, EndLoc, NestedLoopCount, in ActOnOpenMPForSimdDirective()
10548 unsigned NestedLoopCount = checkOpenMPLoop( in ActOnOpenMPGenericLoopDirective() local
10551 if (NestedLoopCount == 0) in ActOnOpenMPGenericLoopDirective()
10559 NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPGenericLoopDirective()
10594 unsigned NestedLoopCount = in ActOnOpenMPTeamsGenericLoopDirective() local
10598 if (NestedLoopCount == 0) in ActOnOpenMPTeamsGenericLoopDirective()
10608 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPTeamsGenericLoopDirective()
10644 unsigned NestedLoopCount = in ActOnOpenMPTargetTeamsGenericLoopDirective() local
10648 if (NestedLoopCount == 0) in ActOnOpenMPTargetTeamsGenericLoopDirective()
10657 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPTargetTeamsGenericLoopDirective()
10692 unsigned NestedLoopCount = in ActOnOpenMPParallelGenericLoopDirective() local
10696 if (NestedLoopCount == 0) in ActOnOpenMPParallelGenericLoopDirective()
10705 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPParallelGenericLoopDirective()
10741 unsigned NestedLoopCount = in ActOnOpenMPTargetParallelGenericLoopDirective() local
10745 if (NestedLoopCount == 0) in ActOnOpenMPTargetParallelGenericLoopDirective()
10754 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPTargetParallelGenericLoopDirective()
10885 unsigned NestedLoopCount = in ActOnOpenMPParallelForDirective() local
10889 if (NestedLoopCount == 0) in ActOnOpenMPParallelForDirective()
10908 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B, in ActOnOpenMPParallelForDirective()
10929 unsigned NestedLoopCount = in ActOnOpenMPParallelForSimdDirective() local
10933 if (NestedLoopCount == 0) in ActOnOpenMPParallelForSimdDirective()
10952 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPParallelForSimdDirective()
13065 unsigned NestedLoopCount = in ActOnOpenMPTargetParallelForDirective() local
13069 if (NestedLoopCount == 0) in ActOnOpenMPTargetParallelForDirective()
13088 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B, in ActOnOpenMPTargetParallelForDirective()
13359 unsigned NestedLoopCount = in ActOnOpenMPTaskLoopDirective() local
13363 if (NestedLoopCount == 0) in ActOnOpenMPTaskLoopDirective()
13383 NestedLoopCount, Clauses, AStmt, B, in ActOnOpenMPTaskLoopDirective()
13397 unsigned NestedLoopCount = in ActOnOpenMPTaskLoopSimdDirective() local
13401 if (NestedLoopCount == 0) in ActOnOpenMPTaskLoopSimdDirective()
13434 NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPTaskLoopSimdDirective()
13447 unsigned NestedLoopCount = in ActOnOpenMPMasterTaskLoopDirective() local
13451 if (NestedLoopCount == 0) in ActOnOpenMPMasterTaskLoopDirective()
13471 NestedLoopCount, Clauses, AStmt, B, in ActOnOpenMPMasterTaskLoopDirective()
13485 unsigned NestedLoopCount = in ActOnOpenMPMaskedTaskLoopDirective() local
13489 if (NestedLoopCount == 0) in ActOnOpenMPMaskedTaskLoopDirective()
13509 NestedLoopCount, Clauses, AStmt, B, in ActOnOpenMPMaskedTaskLoopDirective()
13523 unsigned NestedLoopCount = in ActOnOpenMPMasterTaskLoopSimdDirective() local
13527 if (NestedLoopCount == 0) in ActOnOpenMPMasterTaskLoopSimdDirective()
13560 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPMasterTaskLoopSimdDirective()
13573 unsigned NestedLoopCount = in ActOnOpenMPMaskedTaskLoopSimdDirective() local
13577 if (NestedLoopCount == 0) in ActOnOpenMPMaskedTaskLoopSimdDirective()
13610 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPMaskedTaskLoopSimdDirective()
13642 unsigned NestedLoopCount = checkOpenMPLoop( in ActOnOpenMPParallelMasterTaskLoopDirective() local
13646 if (NestedLoopCount == 0) in ActOnOpenMPParallelMasterTaskLoopDirective()
13666 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B, in ActOnOpenMPParallelMasterTaskLoopDirective()
13699 unsigned NestedLoopCount = checkOpenMPLoop( in ActOnOpenMPParallelMaskedTaskLoopDirective() local
13703 if (NestedLoopCount == 0) in ActOnOpenMPParallelMaskedTaskLoopDirective()
13723 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B, in ActOnOpenMPParallelMaskedTaskLoopDirective()
13756 unsigned NestedLoopCount = checkOpenMPLoop( in ActOnOpenMPParallelMasterTaskLoopSimdDirective() local
13760 if (NestedLoopCount == 0) in ActOnOpenMPParallelMasterTaskLoopSimdDirective()
13793 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPParallelMasterTaskLoopSimdDirective()
13825 unsigned NestedLoopCount = checkOpenMPLoop( in ActOnOpenMPParallelMaskedTaskLoopSimdDirective() local
13829 if (NestedLoopCount == 0) in ActOnOpenMPParallelMaskedTaskLoopSimdDirective()
13862 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPParallelMaskedTaskLoopSimdDirective()
13875 unsigned NestedLoopCount = in ActOnOpenMPDistributeDirective() local
13879 if (NestedLoopCount == 0) in ActOnOpenMPDistributeDirective()
13887 NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPDistributeDirective()
13918 unsigned NestedLoopCount = checkOpenMPLoop( in ActOnOpenMPDistributeParallelForDirective() local
13922 if (NestedLoopCount == 0) in ActOnOpenMPDistributeParallelForDirective()
13930 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B, in ActOnOpenMPDistributeParallelForDirective()
13962 unsigned NestedLoopCount = checkOpenMPLoop( in ActOnOpenMPDistributeParallelForSimdDirective() local
13966 if (NestedLoopCount == 0) in ActOnOpenMPDistributeParallelForSimdDirective()
13988 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPDistributeParallelForSimdDirective()
14018 unsigned NestedLoopCount = in ActOnOpenMPDistributeSimdDirective() local
14022 if (NestedLoopCount == 0) in ActOnOpenMPDistributeSimdDirective()
14044 NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPDistributeSimdDirective()
14074 unsigned NestedLoopCount = checkOpenMPLoop( in ActOnOpenMPTargetParallelForSimdDirective() local
14078 if (NestedLoopCount == 0) in ActOnOpenMPTargetParallelForSimdDirective()
14099 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPTargetParallelForSimdDirective()
14129 unsigned NestedLoopCount = in ActOnOpenMPTargetSimdDirective() local
14133 if (NestedLoopCount == 0) in ActOnOpenMPTargetSimdDirective()
14155 NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPTargetSimdDirective()
14185 unsigned NestedLoopCount = in ActOnOpenMPTeamsDistributeDirective() local
14189 if (NestedLoopCount == 0) in ActOnOpenMPTeamsDistributeDirective()
14200 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPTeamsDistributeDirective()
14231 unsigned NestedLoopCount = checkOpenMPLoop( in ActOnOpenMPTeamsDistributeSimdDirective() local
14236 if (NestedLoopCount == 0) in ActOnOpenMPTeamsDistributeSimdDirective()
14261 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPTeamsDistributeSimdDirective()
14293 unsigned NestedLoopCount = checkOpenMPLoop( in ActOnOpenMPTeamsDistributeParallelForSimdDirective() local
14298 if (NestedLoopCount == 0) in ActOnOpenMPTeamsDistributeParallelForSimdDirective()
14323 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPTeamsDistributeParallelForSimdDirective()
14355 unsigned NestedLoopCount = checkOpenMPLoop( in ActOnOpenMPTeamsDistributeParallelForDirective() local
14360 if (NestedLoopCount == 0) in ActOnOpenMPTeamsDistributeParallelForDirective()
14371 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B, in ActOnOpenMPTeamsDistributeParallelForDirective()
14434 unsigned NestedLoopCount = checkOpenMPLoop( in ActOnOpenMPTargetTeamsDistributeDirective() local
14438 if (NestedLoopCount == 0) in ActOnOpenMPTargetTeamsDistributeDirective()
14446 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPTargetTeamsDistributeDirective()
14477 unsigned NestedLoopCount = checkOpenMPLoop( in ActOnOpenMPTargetTeamsDistributeParallelForDirective() local
14481 if (NestedLoopCount == 0) in ActOnOpenMPTargetTeamsDistributeParallelForDirective()
14500 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B, in ActOnOpenMPTargetTeamsDistributeParallelForDirective()
14532 unsigned NestedLoopCount = in ActOnOpenMPTargetTeamsDistributeParallelForSimdDirective() local
14537 if (NestedLoopCount == 0) in ActOnOpenMPTargetTeamsDistributeParallelForSimdDirective()
14560 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPTargetTeamsDistributeParallelForSimdDirective()
14591 unsigned NestedLoopCount = checkOpenMPLoop( in ActOnOpenMPTargetTeamsDistributeSimdDirective() local
14595 if (NestedLoopCount == 0) in ActOnOpenMPTargetTeamsDistributeSimdDirective()
14617 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPTargetTeamsDistributeSimdDirective()