Lines Matching refs:ReductionOps
794 ArrayRef<const Expr *> ReductionOps) { in ReductionCodeGen() argument
801 const auto *IRed = ReductionOps.begin(); in ReductionCodeGen()
5416 ArrayRef<const Expr *> ReductionOps) { in emitReductionFunction() argument
5453 for (unsigned I = 0, E = ReductionOps.size(); I < E; ++I, ++IPriv, ++Idx) { in emitReductionFunction()
5482 for (const Expr *E : ReductionOps) { in emitReductionFunction()
5529 ArrayRef<const Expr *> ReductionOps, in emitReduction() argument
5579 for (const Expr *E : ReductionOps) { in emitReduction()
5628 LHSExprs, RHSExprs, ReductionOps); in emitReduction()
5677 auto &&CodeGen = [Privates, LHSExprs, RHSExprs, ReductionOps]( in emitReduction()
5683 for (const Expr *E : ReductionOps) { in emitReduction()
5712 auto &&AtomicCodeGen = [Loc, Privates, LHSExprs, RHSExprs, ReductionOps]( in emitReduction()
5717 for (const Expr *E : ReductionOps) { in emitReduction()
6082 Data.ReductionCopies, Data.ReductionOps); in emitTaskReductionInit()
6132 CGM, Loc, RCG, Cnt, Data.ReductionOps[Cnt], LHSExprs[Cnt], in emitTaskReductionInit()
12767 ArrayRef<const Expr *> ReductionOps, ReductionOptionsTy Options) { in emitReduction() argument
12770 ReductionOps, Options); in emitReduction()