Lines Matching refs:ReductionOps
933 ArrayRef<const Expr *> ReductionOps) { in ReductionCodeGen() argument
939 auto IRed = ReductionOps.begin(); in ReductionCodeGen()
5417 ArrayRef<const Expr *> RHSExprs, ArrayRef<const Expr *> ReductionOps) { in emitReductionFunction() argument
5454 for (unsigned I = 0, E = ReductionOps.size(); I < E; ++I, ++IPriv, ++Idx) { in emitReductionFunction()
5484 for (const Expr *E : ReductionOps) { in emitReductionFunction()
5531 ArrayRef<const Expr *> ReductionOps, in emitReduction() argument
5581 for (const Expr *E : ReductionOps) { in emitReduction()
5632 Privates, LHSExprs, RHSExprs, ReductionOps); in emitReduction()
5680 auto &&CodeGen = [Privates, LHSExprs, RHSExprs, ReductionOps]( in emitReduction()
5686 for (const Expr *E : ReductionOps) { in emitReduction()
5714 auto &&AtomicCodeGen = [Loc, Privates, LHSExprs, RHSExprs, ReductionOps]( in emitReduction()
5719 for (const Expr *E : ReductionOps) { in emitReduction()
6079 Data.ReductionOps); in emitTaskReductionInit()
6126 CGM, Loc, RCG, Cnt, Data.ReductionOps[Cnt], LHSExprs[Cnt], in emitTaskReductionInit()
9736 ArrayRef<const Expr *> ReductionOps, ReductionOptionsTy Options) { in emitReduction() argument
9739 ReductionOps, Options); in emitReduction()