Lines Matching defs:ReductionOps
772 ArrayRef<const Expr *> ReductionOps) {
779 const auto *IRed = ReductionOps.begin();
4823 ArrayRef<const Expr *> RHSExprs, ArrayRef<const Expr *> ReductionOps) {
4862 for (unsigned I = 0, E = ReductionOps.size(); I < E; ++I, ++IPriv, ++Idx) {
4887 for (const Expr *E : ReductionOps) {
4934 ArrayRef<const Expr *> ReductionOps,
4984 for (const Expr *E : ReductionOps) {
5033 Privates, LHSExprs, RHSExprs, ReductionOps);
5082 auto &&CodeGen = [Privates, LHSExprs, RHSExprs, ReductionOps](
5088 for (const Expr *E : ReductionOps) {
5117 auto &&AtomicCodeGen = [Loc, Privates, LHSExprs, RHSExprs, ReductionOps](
5122 for (const Expr *E : ReductionOps) {
5480 Data.ReductionCopies, Data.ReductionOps);
5526 CGM, Loc, RCG, Cnt, Data.ReductionOps[Cnt], LHSExprs[Cnt],
12132 ArrayRef<const Expr *> ReductionOps, ReductionOptionsTy Options) {
12135 ReductionOps, Options);