Lines Matching refs:LHSExprs
5370 ArrayRef<const Expr *> LHSExprs, ArrayRef<const Expr *> RHSExprs, in emitReductionFunction() argument
5415 cast<VarDecl>(cast<DeclRefExpr>(LHSExprs[I])->getDecl()); in emitReductionFunction()
5435 auto ILHS = LHSExprs.begin(); in emitReductionFunction()
5482 ArrayRef<const Expr *> LHSExprs, in emitReduction() argument
5532 auto ILHS = LHSExprs.begin(); in emitReduction()
5583 LHSExprs, RHSExprs, ReductionOps); in emitReduction()
5632 auto &&CodeGen = [Privates, LHSExprs, RHSExprs, ReductionOps]( in emitReduction()
5636 auto ILHS = LHSExprs.begin(); in emitReduction()
5667 auto &&AtomicCodeGen = [Loc, Privates, LHSExprs, RHSExprs, ReductionOps]( in emitReduction()
5669 auto ILHS = LHSExprs.begin(); in emitReduction()
6002 CodeGenFunction &CGF, SourceLocation Loc, ArrayRef<const Expr *> LHSExprs, in emitTaskReductionInit() argument
6087 CGM, Loc, RCG, Cnt, Data.ReductionOps[Cnt], LHSExprs[Cnt], in emitTaskReductionInit()
12588 ArrayRef<const Expr *> LHSExprs, ArrayRef<const Expr *> RHSExprs, in emitReduction() argument
12591 CGOpenMPRuntime::emitReduction(CGF, Loc, Privates, LHSExprs, RHSExprs, in emitReduction()
12596 CodeGenFunction &CGF, SourceLocation Loc, ArrayRef<const Expr *> LHSExprs, in emitTaskReductionInit() argument