Lines Matching refs:ReductionOps
797 ArrayRef<const Expr *> ReductionOps) { in ReductionCodeGen() argument
804 const auto *IRed = ReductionOps.begin(); in ReductionCodeGen()
5429 ArrayRef<const Expr *> ReductionOps) { in emitReductionFunction() argument
5466 for (unsigned I = 0, E = ReductionOps.size(); I < E; ++I, ++IPriv, ++Idx) { in emitReductionFunction()
5495 for (const Expr *E : ReductionOps) { in emitReductionFunction()
5542 ArrayRef<const Expr *> ReductionOps, in emitReduction() argument
5592 for (const Expr *E : ReductionOps) { in emitReduction()
5641 LHSExprs, RHSExprs, ReductionOps); in emitReduction()
5690 auto &&CodeGen = [Privates, LHSExprs, RHSExprs, ReductionOps]( in emitReduction()
5696 for (const Expr *E : ReductionOps) { in emitReduction()
5725 auto &&AtomicCodeGen = [Loc, Privates, LHSExprs, RHSExprs, ReductionOps]( in emitReduction()
5730 for (const Expr *E : ReductionOps) { in emitReduction()
6095 Data.ReductionCopies, Data.ReductionOps); in emitTaskReductionInit()
6145 CGM, Loc, RCG, Cnt, Data.ReductionOps[Cnt], LHSExprs[Cnt], in emitTaskReductionInit()
12928 ArrayRef<const Expr *> ReductionOps, ReductionOptionsTy Options) { in emitReduction() argument
12931 ReductionOps, Options); in emitReduction()