Lines Matching refs:ReductionOps
783 ArrayRef<const Expr *> ReductionOps) { in ReductionCodeGen() argument
790 const auto *IRed = ReductionOps.begin(); in ReductionCodeGen()
5371 ArrayRef<const Expr *> ReductionOps) { in emitReductionFunction() argument
5408 for (unsigned I = 0, E = ReductionOps.size(); I < E; ++I, ++IPriv, ++Idx) { in emitReductionFunction()
5437 for (const Expr *E : ReductionOps) { in emitReductionFunction()
5484 ArrayRef<const Expr *> ReductionOps, in emitReduction() argument
5534 for (const Expr *E : ReductionOps) { in emitReduction()
5583 LHSExprs, RHSExprs, ReductionOps); in emitReduction()
5632 auto &&CodeGen = [Privates, LHSExprs, RHSExprs, ReductionOps]( in emitReduction()
5638 for (const Expr *E : ReductionOps) { in emitReduction()
5667 auto &&AtomicCodeGen = [Loc, Privates, LHSExprs, RHSExprs, ReductionOps]( in emitReduction()
5672 for (const Expr *E : ReductionOps) { in emitReduction()
6037 Data.ReductionCopies, Data.ReductionOps); in emitTaskReductionInit()
6087 CGM, Loc, RCG, Cnt, Data.ReductionOps[Cnt], LHSExprs[Cnt], in emitTaskReductionInit()
12589 ArrayRef<const Expr *> ReductionOps, ReductionOptionsTy Options) { in emitReduction() argument
12592 ReductionOps, Options); in emitReduction()