Lines Matching refs:ReductionOps
795 ArrayRef<const Expr *> ReductionOps) { in ReductionCodeGen() argument
802 const auto *IRed = ReductionOps.begin(); in ReductionCodeGen()
5323 ArrayRef<const Expr *> RHSExprs, ArrayRef<const Expr *> ReductionOps) { in emitReductionFunction() argument
5362 for (unsigned I = 0, E = ReductionOps.size(); I < E; ++I, ++IPriv, ++Idx) { in emitReductionFunction()
5387 for (const Expr *E : ReductionOps) { in emitReductionFunction()
5434 ArrayRef<const Expr *> ReductionOps, in emitReduction() argument
5484 for (const Expr *E : ReductionOps) { in emitReduction()
5533 Privates, LHSExprs, RHSExprs, ReductionOps); in emitReduction()
5582 auto &&CodeGen = [Privates, LHSExprs, RHSExprs, ReductionOps]( in emitReduction()
5588 for (const Expr *E : ReductionOps) { in emitReduction()
5617 auto &&AtomicCodeGen = [Loc, Privates, LHSExprs, RHSExprs, ReductionOps]( in emitReduction()
5622 for (const Expr *E : ReductionOps) { in emitReduction()
5981 Data.ReductionCopies, Data.ReductionOps); in emitTaskReductionInit()
6031 CGM, Loc, RCG, Cnt, Data.ReductionOps[Cnt], LHSExprs[Cnt], in emitTaskReductionInit()
12944 ArrayRef<const Expr *> ReductionOps, ReductionOptionsTy Options) { in emitReduction() argument
12947 ReductionOps, Options); in emitReduction()