Lines Matching refs:RHSExprs
4823 ArrayRef<const Expr *> RHSExprs, ArrayRef<const Expr *> ReductionOps) { in emitReductionFunction() argument
4864 cast<VarDecl>(cast<DeclRefExpr>(RHSExprs[I])->getDecl()); in emitReductionFunction()
4886 const auto *IRHS = RHSExprs.begin(); in emitReductionFunction()
4933 ArrayRef<const Expr *> RHSExprs, in emitReduction() argument
4983 const auto *IRHS = RHSExprs.begin(); in emitReduction()
4996 auto Size = RHSExprs.size(); in emitReduction()
5010 for (unsigned I = 0, E = RHSExprs.size(); I < E; ++I, ++IPriv, ++Idx) { in emitReduction()
5014 CGF.EmitLValue(RHSExprs[I]).getPointer(CGF), CGF.VoidPtrTy), in emitReduction()
5033 Privates, LHSExprs, RHSExprs, ReductionOps); in emitReduction()
5049 CGF.Builder.getInt32(RHSExprs.size()), // i32 <n> in emitReduction()
5082 auto &&CodeGen = [Privates, LHSExprs, RHSExprs, ReductionOps]( in emitReduction()
5087 const auto *IRHS = RHSExprs.begin(); in emitReduction()
5117 auto &&AtomicCodeGen = [Loc, Privates, LHSExprs, RHSExprs, ReductionOps]( in emitReduction()
5120 const auto *IRHS = RHSExprs.begin(); in emitReduction()
5445 ArrayRef<const Expr *> RHSExprs, const OMPTaskDataTy &Data) { in emitTaskReductionInit() argument
5527 RHSExprs[Cnt], Data.ReductionCopies[Cnt]); in emitTaskReductionInit()
12131 ArrayRef<const Expr *> LHSExprs, ArrayRef<const Expr *> RHSExprs, in emitReduction() argument
12134 CGOpenMPRuntime::emitReduction(CGF, Loc, Privates, LHSExprs, RHSExprs, in emitReduction()
12140 ArrayRef<const Expr *> RHSExprs, const OMPTaskDataTy &Data) { in emitTaskReductionInit() argument