Searched refs:LHSExprs (Results 1 – 7 of 7) sorted by relevance
/openbsd/gnu/llvm/clang/lib/AST/ |
H A D | OpenMPClause.cpp | 743 LHSExprs.size() == varlist_size() && in setLHSExprs() 745 std::copy(LHSExprs.begin(), LHSExprs.end(), getPrivates().end()); in setLHSExprs() 793 ArrayRef<Expr *> Privates, ArrayRef<Expr *> LHSExprs, in Create() argument 804 Clause->setLHSExprs(LHSExprs); in Create() 842 LHSExprs.size() == varlist_size() && in setLHSExprs() 844 std::copy(LHSExprs.begin(), LHSExprs.end(), getPrivates().end()); in setLHSExprs() 865 ArrayRef<Expr *> Privates, ArrayRef<Expr *> LHSExprs, in Create() argument 873 Clause->setLHSExprs(LHSExprs); in Create() 895 LHSExprs.size() == varlist_size() && in setLHSExprs() 897 std::copy(LHSExprs.begin(), LHSExprs.end(), getPrivates().end()); in setLHSExprs() [all …]
|
/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntime.h | 1197 ArrayRef<const Expr *> LHSExprs, 1257 ArrayRef<const Expr *> LHSExprs, 1300 ArrayRef<const Expr *> LHSExprs, 2048 ArrayRef<const Expr *> LHSExprs, 2090 ArrayRef<const Expr *> LHSExprs,
|
H A D | CGOpenMPRuntimeGPU.h | 292 ArrayRef<const Expr *> LHSExprs,
|
H A D | CGOpenMPRuntimeGPU.cpp | 2858 ArrayRef<const Expr *> LHSExprs, ArrayRef<const Expr *> RHSExprs, in emitReduction() argument 2871 CGOpenMPRuntime::emitReduction(CGF, Loc, Privates, LHSExprs, RHSExprs, in emitReduction() 2928 Privates, LHSExprs, RHSExprs, ReductionOps); in emitReduction() 3014 auto &&CodeGen = [Privates, LHSExprs, RHSExprs, ReductionOps, in emitReduction() 3017 auto ILHS = LHSExprs.begin(); in emitReduction()
|
H A D | CGOpenMPRuntime.cpp | 5009 ArrayRef<const Expr *> Privates, ArrayRef<const Expr *> LHSExprs, in emitReductionFunction() argument 5054 cast<VarDecl>(cast<DeclRefExpr>(LHSExprs[I])->getDecl()); in emitReductionFunction() 5072 const auto *ILHS = LHSExprs.begin(); in emitReductionFunction() 5119 ArrayRef<const Expr *> LHSExprs, in emitReduction() argument 5169 const auto *ILHS = LHSExprs.begin(); in emitReduction() 5220 Privates, LHSExprs, RHSExprs, ReductionOps); in emitReduction() 5269 auto &&CodeGen = [Privates, LHSExprs, RHSExprs, ReductionOps]( in emitReduction() 5273 const auto *ILHS = LHSExprs.begin(); in emitReduction() 5306 const auto *ILHS = LHSExprs.begin(); in emitReduction() 5718 CGM, Loc, RCG, Cnt, Data.ReductionOps[Cnt], LHSExprs[Cnt], in emitTaskReductionInit() [all …]
|
H A D | CGStmtOpenMP.cpp | 1415 llvm::SmallVector<const Expr *, 8> LHSExprs; in EmitOMPReductionClauseFinal() local 1426 LHSExprs.append(C->lhs_exprs().begin(), C->lhs_exprs().end()); in EmitOMPReductionClauseFinal() 1445 *this, D.getEndLoc(), Privates, LHSExprs, RHSExprs, ReductionOps, in EmitOMPReductionClauseFinal()
|
/openbsd/gnu/llvm/clang/include/clang/AST/ |
H A D | OpenMPClause.h | 3166 void setLHSExprs(ArrayRef<Expr *> LHSExprs); 3286 ArrayRef<Expr *> LHSExprs, ArrayRef<Expr *> RHSExprs, 3485 void setLHSExprs(ArrayRef<Expr *> LHSExprs); 3561 ArrayRef<Expr *> LHSExprs, ArrayRef<Expr *> RHSExprs, 3716 void setLHSExprs(ArrayRef<Expr *> LHSExprs); 3805 ArrayRef<Expr *> LHSExprs, ArrayRef<Expr *> RHSExprs,
|