Lines Matching refs:LHSs

1227   SmallVector<const Expr *, 4> LHSs;  in EmitOMPReductionClauseInit()  local
1238 LHSs.append(C->lhs_exprs().begin(), C->lhs_exprs().end()); in EmitOMPReductionClauseInit()
1252 auto *ILHS = LHSs.begin(); in EmitOMPReductionClauseInit()
3643 SmallVector<const Expr *, 4> LHSs; in emitScanBasedDirectiveFinals() local
3652 LHSs.append(C->lhs_exprs().begin(), C->lhs_exprs().end()); in emitScanBasedDirectiveFinals()
3677 cast<VarDecl>(cast<DeclRefExpr>(LHSs[I])->getDecl()), in emitScanBasedDirectiveFinals()
3710 SmallVector<const Expr *, 4> LHSs; in emitScanBasedDirective() local
3718 LHSs.append(C->lhs_exprs().begin(), C->lhs_exprs().end()); in emitScanBasedDirective()
3736 auto &&CodeGen = [&S, OMPScanNumIterations, &LHSs, &RHSs, &CopyArrayElems, in emitScanBasedDirective()
3776 auto *ILHS = LHSs.begin(); in emitScanBasedDirective()
3807 CGF, S.getEndLoc(), Privates, LHSs, RHSs, ReductionOps, in emitScanBasedDirective()
4734 SmallVector<const Expr *, 4> LHSs; in EmitOMPTaskBasedDirective() local
4742 LHSs.append(C->lhs_exprs().begin(), C->lhs_exprs().end()); in EmitOMPTaskBasedDirective()
4746 *this, S.getBeginLoc(), LHSs, RHSs, Data); in EmitOMPTaskBasedDirective()
5095 SmallVector<const Expr *, 4> LHSs; in EmitOMPTargetTaskBasedDirective() local
5103 LHSs.append(C->lhs_exprs().begin(), C->lhs_exprs().end()); in EmitOMPTargetTaskBasedDirective()
5390 SmallVector<const Expr *, 4> LHSs; in EmitOMPTaskgroupDirective() local
5399 LHSs.append(C->lhs_exprs().begin(), C->lhs_exprs().end()); in EmitOMPTaskgroupDirective()
5404 LHSs, RHSs, Data); in EmitOMPTaskgroupDirective()
5460 SmallVector<const Expr *, 4> LHSs; in EmitOMPScanDirective() local
5471 LHSs.append(C->lhs_exprs().begin(), C->lhs_exprs().end()); in EmitOMPScanDirective()
5539 LValue SrcLVal = EmitLValue(LHSs[I]); in EmitOMPScanDirective()
5542 cast<VarDecl>(cast<DeclRefExpr>(LHSs[I])->getDecl()), in EmitOMPScanDirective()
5548 *this, ParentDir.getEndLoc(), Privates, LHSs, RHSs, ReductionOps, in EmitOMPScanDirective()
5556 SrcLVal = EmitLValue(LHSs[I]); in EmitOMPScanDirective()
5564 cast<VarDecl>(cast<DeclRefExpr>(LHSs[I])->getDecl()), in EmitOMPScanDirective()
5600 cast<VarDecl>(cast<DeclRefExpr>(LHSs[I])->getDecl()), in EmitOMPScanDirective()
5641 cast<VarDecl>(cast<DeclRefExpr>(LHSs[I])->getDecl()), in EmitOMPScanDirective()