Lines Matching refs:ReductionOps
770 ArrayRef<const Expr *> ReductionOps) { in ReductionCodeGen() argument
777 const auto *IRed = ReductionOps.begin(); in ReductionCodeGen()
4807 ArrayRef<const Expr *> RHSExprs, ArrayRef<const Expr *> ReductionOps) { in emitReductionFunction() argument
4846 for (unsigned I = 0, E = ReductionOps.size(); I < E; ++I, ++IPriv, ++Idx) { in emitReductionFunction()
4871 for (const Expr *E : ReductionOps) { in emitReductionFunction()
4918 ArrayRef<const Expr *> ReductionOps, in emitReduction() argument
4968 for (const Expr *E : ReductionOps) { in emitReduction()
5017 Privates, LHSExprs, RHSExprs, ReductionOps); in emitReduction()
5066 auto &&CodeGen = [Privates, LHSExprs, RHSExprs, ReductionOps]( in emitReduction()
5072 for (const Expr *E : ReductionOps) { in emitReduction()
5101 auto &&AtomicCodeGen = [Loc, Privates, LHSExprs, RHSExprs, ReductionOps]( in emitReduction()
5106 for (const Expr *E : ReductionOps) { in emitReduction()
5464 Data.ReductionCopies, Data.ReductionOps); in emitTaskReductionInit()
5510 CGM, Loc, RCG, Cnt, Data.ReductionOps[Cnt], LHSExprs[Cnt], in emitTaskReductionInit()
12097 ArrayRef<const Expr *> ReductionOps, ReductionOptionsTy Options) { in emitReduction() argument
12100 ReductionOps, Options); in emitReduction()