Lines Matching refs:RHSExprs

4807     ArrayRef<const Expr *> RHSExprs, ArrayRef<const Expr *> ReductionOps) {  in emitReductionFunction()  argument
4848 cast<VarDecl>(cast<DeclRefExpr>(RHSExprs[I])->getDecl()); in emitReductionFunction()
4870 const auto *IRHS = RHSExprs.begin(); in emitReductionFunction()
4917 ArrayRef<const Expr *> RHSExprs, in emitReduction() argument
4967 const auto *IRHS = RHSExprs.begin(); in emitReduction()
4980 auto Size = RHSExprs.size(); in emitReduction()
4994 for (unsigned I = 0, E = RHSExprs.size(); I < E; ++I, ++IPriv, ++Idx) { in emitReduction()
4998 CGF.EmitLValue(RHSExprs[I]).getPointer(CGF), CGF.VoidPtrTy), in emitReduction()
5017 Privates, LHSExprs, RHSExprs, ReductionOps); in emitReduction()
5033 CGF.Builder.getInt32(RHSExprs.size()), // i32 <n> in emitReduction()
5066 auto &&CodeGen = [Privates, LHSExprs, RHSExprs, ReductionOps]( in emitReduction()
5071 const auto *IRHS = RHSExprs.begin(); in emitReduction()
5101 auto &&AtomicCodeGen = [Loc, Privates, LHSExprs, RHSExprs, ReductionOps]( in emitReduction()
5104 const auto *IRHS = RHSExprs.begin(); in emitReduction()
5429 ArrayRef<const Expr *> RHSExprs, const OMPTaskDataTy &Data) { in emitTaskReductionInit() argument
5511 RHSExprs[Cnt], Data.ReductionCopies[Cnt]); in emitTaskReductionInit()
12096 ArrayRef<const Expr *> LHSExprs, ArrayRef<const Expr *> RHSExprs, in emitReduction() argument
12099 CGOpenMPRuntime::emitReduction(CGF, Loc, Privates, LHSExprs, RHSExprs, in emitReduction()
12105 ArrayRef<const Expr *> RHSExprs, const OMPTaskDataTy &Data) { in emitTaskReductionInit() argument