Lines Matching refs:NumIterations

2740                                      Expr *NumIterations, Sema &SemaRef,
7151 Expr *NumIterations = nullptr; member
8648 ResultIterSpaces[CurrentNestedLoopCount].NumIterations = in checkOpenMPIterationSpace()
8683 ResultIterSpaces[CurrentNestedLoopCount].NumIterations == nullptr || in checkOpenMPIterationSpace()
8694 ResultIterSpaces[CurrentNestedLoopCount].NumIterations); in checkOpenMPIterationSpace()
9031 Expr *N0 = IterSpaces[0].NumIterations; in checkOpenMPLoop()
9062 Expr *N = IterSpaces[Cnt].NumIterations; in checkOpenMPLoop()
9108 ExprResult NumIterations = LastIteration; in checkOpenMPLoop() local
9128 NumIterations = SemaRef.BuildBinOp( in checkOpenMPLoop()
9131 if (!NumIterations.isUsable()) in checkOpenMPLoop()
9288 NumIterations.get()); in checkOpenMPLoop()
9292 NumIterations.get()); in checkOpenMPLoop()
9480 IterSpaces[K].NumIterations); in checkOpenMPLoop()
9530 IS.CounterInit, IS.NumIterations, IS.CounterStep, in checkOpenMPLoop()
9566 Built.NumIterations = NumIterations.get(); in checkOpenMPLoop()
9685 B.NumIterations, *this, CurScope, in ActOnOpenMPSimdDirective()
9724 B.NumIterations, *this, CurScope, in ActOnOpenMPForDirective()
9761 B.NumIterations, *this, CurScope, in ActOnOpenMPForSimdDirective()
10028 B.NumIterations, *this, CurScope, in ActOnOpenMPParallelForDirective()
10069 B.NumIterations, *this, CurScope, in ActOnOpenMPParallelForSimdDirective()
11267 B.NumIterations, *this, CurScope, in ActOnOpenMPTargetParallelForDirective()
11573 B.NumIterations, *this, CurScope, in ActOnOpenMPTaskLoopSimdDirective()
11661 B.NumIterations, *this, CurScope, in ActOnOpenMPMasterTaskLoopSimdDirective()
11787 B.NumIterations, *this, CurScope, in ActOnOpenMPParallelMasterTaskLoopSimdDirective()
11924 B.NumIterations, *this, CurScope, in ActOnOpenMPDistributeParallelForSimdDirective()
11980 B.NumIterations, *this, CurScope, in ActOnOpenMPDistributeSimdDirective()
12036 B.NumIterations, *this, CurScope, in ActOnOpenMPTargetParallelForSimdDirective()
12091 B.NumIterations, *this, CurScope, in ActOnOpenMPTargetSimdDirective()
12194 B.NumIterations, *this, CurScope, in ActOnOpenMPTeamsDistributeSimdDirective()
12256 B.NumIterations, *this, CurScope, in ActOnOpenMPTeamsDistributeParallelForSimdDirective()
12439 B.NumIterations, *this, CurScope, in ActOnOpenMPTargetTeamsDistributeParallelForDirective()
12496 B.NumIterations, *this, CurScope, in ActOnOpenMPTargetTeamsDistributeParallelForSimdDirective()
12553 B.NumIterations, *this, CurScope, in ActOnOpenMPTargetTeamsDistributeSimdDirective()
12706 Expr *NumIterations = LoopHelper.NumIterations; in ActOnOpenMPTileDirective() local
12736 NumIterations, EndOfTile.get()); in ActOnOpenMPTileDirective()
12741 IsPartialTile.get(), NumIterations, EndOfTile.get()); in ActOnOpenMPTileDirective()
12782 Expr *NumIterations = LoopHelper.NumIterations; in ActOnOpenMPTileDirective() local
12806 BO_LT, FloorIV, NumIterations); in ActOnOpenMPTileDirective()
12864 LoopHelper.NumIterations, OMPC_full, /*StrictlyPositive=*/false, in ActOnOpenMPUnrollDirective()
12998 CopyTransformer.TransformExpr(LoopHelper.NumIterations)); in ActOnOpenMPUnrollDirective()
17701 Expr *NumIterations, Sema &SemaRef, in FinishOpenMPLinearClause() argument
17773 InitExpr, NumIterations, Step, /*Subtract=*/false, in FinishOpenMPLinearClause()