Lines Matching defs:ReductionOps
767 ArrayRef<const Expr *> ReductionOps) {
774 const auto *IRed = ReductionOps.begin();
4807 ArrayRef<const Expr *> RHSExprs, ArrayRef<const Expr *> ReductionOps) {
4846 for (unsigned I = 0, E = ReductionOps.size(); I < E; ++I, ++IPriv, ++Idx) {
4871 for (const Expr *E : ReductionOps) {
4918 ArrayRef<const Expr *> ReductionOps,
4968 for (const Expr *E : ReductionOps) {
5017 Privates, LHSExprs, RHSExprs, ReductionOps);
5066 auto &&CodeGen = [Privates, LHSExprs, RHSExprs, ReductionOps](
5072 for (const Expr *E : ReductionOps) {
5101 auto &&AtomicCodeGen = [Loc, Privates, LHSExprs, RHSExprs, ReductionOps](
5106 for (const Expr *E : ReductionOps) {
5462 Data.ReductionCopies, Data.ReductionOps);
5508 CGM, Loc, RCG, Cnt, Data.ReductionOps[Cnt], LHSExprs[Cnt],
11885 ArrayRef<const Expr *> ReductionOps, ReductionOptionsTy Options) {
11888 ReductionOps, Options);