Home
last modified time | relevance | path

Searched refs:LHSExprs (Results 1 – 7 of 7) sorted by relevance

/openbsd/gnu/llvm/clang/lib/AST/
H A DOpenMPClause.cpp743 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 DCGOpenMPRuntime.h1197 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 DCGOpenMPRuntimeGPU.h292 ArrayRef<const Expr *> LHSExprs,
H A DCGOpenMPRuntimeGPU.cpp2858 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 DCGOpenMPRuntime.cpp5009 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 DCGStmtOpenMP.cpp1415 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 DOpenMPClause.h3166 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,