Lines Matching refs:RHSExprs
5323 ArrayRef<const Expr *> RHSExprs, ArrayRef<const Expr *> ReductionOps) { in emitReductionFunction() argument
5364 cast<VarDecl>(cast<DeclRefExpr>(RHSExprs[I])->getDecl()); in emitReductionFunction()
5386 const auto *IRHS = RHSExprs.begin(); in emitReductionFunction()
5433 ArrayRef<const Expr *> RHSExprs, in emitReduction() argument
5483 const auto *IRHS = RHSExprs.begin(); in emitReduction()
5496 auto Size = RHSExprs.size(); in emitReduction()
5510 for (unsigned I = 0, E = RHSExprs.size(); I < E; ++I, ++IPriv, ++Idx) { in emitReduction()
5514 CGF.EmitLValue(RHSExprs[I]).getPointer(CGF), CGF.VoidPtrTy), in emitReduction()
5533 Privates, LHSExprs, RHSExprs, ReductionOps); in emitReduction()
5549 CGF.Builder.getInt32(RHSExprs.size()), // i32 <n> in emitReduction()
5582 auto &&CodeGen = [Privates, LHSExprs, RHSExprs, ReductionOps]( in emitReduction()
5587 const auto *IRHS = RHSExprs.begin(); in emitReduction()
5617 auto &&AtomicCodeGen = [Loc, Privates, LHSExprs, RHSExprs, ReductionOps]( in emitReduction()
5620 const auto *IRHS = RHSExprs.begin(); in emitReduction()
5947 ArrayRef<const Expr *> RHSExprs, const OMPTaskDataTy &Data) { in emitTaskReductionInit() argument
6032 RHSExprs[Cnt], Data.ReductionCopies[Cnt])); in emitTaskReductionInit()
12943 ArrayRef<const Expr *> LHSExprs, ArrayRef<const Expr *> RHSExprs, in emitReduction() argument
12946 CGOpenMPRuntime::emitReduction(CGF, Loc, Privates, LHSExprs, RHSExprs, in emitReduction()
12952 ArrayRef<const Expr *> RHSExprs, const OMPTaskDataTy &Data) { in emitTaskReductionInit() argument