/external/llvm-project/clang/lib/AST/ |
D | OpenMPClause.cpp | 698 void OMPReductionClause::setLHSExprs(ArrayRef<Expr *> LHSExprs) { in setLHSExprs() argument 700 LHSExprs.size() == varlist_size() && in setLHSExprs() 702 std::copy(LHSExprs.begin(), LHSExprs.end(), getPrivates().end()); in setLHSExprs() 750 ArrayRef<Expr *> Privates, ArrayRef<Expr *> LHSExprs, in Create() argument 761 Clause->setLHSExprs(LHSExprs); in Create() 797 void OMPTaskReductionClause::setLHSExprs(ArrayRef<Expr *> LHSExprs) { in setLHSExprs() argument 799 LHSExprs.size() == varlist_size() && in setLHSExprs() 801 std::copy(LHSExprs.begin(), LHSExprs.end(), getPrivates().end()); in setLHSExprs() 822 ArrayRef<Expr *> Privates, ArrayRef<Expr *> LHSExprs, in Create() argument 830 Clause->setLHSExprs(LHSExprs); in Create() [all …]
|
/external/clang/lib/AST/ |
D | OpenMPClause.cpp | 457 void OMPReductionClause::setLHSExprs(ArrayRef<Expr *> LHSExprs) { in setLHSExprs() argument 459 LHSExprs.size() == varlist_size() && in setLHSExprs() 461 std::copy(LHSExprs.begin(), LHSExprs.end(), getPrivates().end()); in setLHSExprs() 482 ArrayRef<Expr *> Privates, ArrayRef<Expr *> LHSExprs, in Create() argument 490 Clause->setLHSExprs(LHSExprs); in Create()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGOpenMPRuntime.h | 1383 ArrayRef<const Expr *> LHSExprs, 1443 ArrayRef<const Expr *> LHSExprs, 1486 ArrayRef<const Expr *> LHSExprs, 2274 ArrayRef<const Expr *> LHSExprs, 2316 ArrayRef<const Expr *> LHSExprs,
|
D | CGOpenMPRuntimeGPU.h | 329 ArrayRef<const Expr *> LHSExprs,
|
D | CGOpenMPRuntime.cpp | 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() [all …]
|
D | CGOpenMPRuntimeGPU.cpp | 3914 ArrayRef<const Expr *> LHSExprs, ArrayRef<const Expr *> RHSExprs, in emitReduction() argument 3927 CGOpenMPRuntime::emitReduction(CGF, Loc, Privates, LHSExprs, RHSExprs, in emitReduction() 3984 LHSExprs, RHSExprs, ReductionOps); in emitReduction() 4070 auto &&CodeGen = [Privates, LHSExprs, RHSExprs, ReductionOps, in emitReduction() 4073 auto ILHS = LHSExprs.begin(); in emitReduction()
|
D | CGStmtOpenMP.cpp | 1397 llvm::SmallVector<const Expr *, 8> LHSExprs; in EmitOMPReductionClauseFinal() local 1408 LHSExprs.append(C->lhs_exprs().begin(), C->lhs_exprs().end()); in EmitOMPReductionClauseFinal() 1427 *this, D.getEndLoc(), Privates, LHSExprs, RHSExprs, ReductionOps, in EmitOMPReductionClauseFinal()
|
/external/clang/lib/CodeGen/ |
D | CGOpenMPRuntime.h | 899 ArrayRef<const Expr *> LHSExprs,
|
D | CGOpenMPRuntime.cpp | 4224 ArrayRef<const Expr *> LHSExprs, in emitReductionFunction() argument 4265 auto LHSVar = cast<VarDecl>(cast<DeclRefExpr>(LHSExprs[I])->getDecl()); in emitReductionFunction() 4285 auto ILHS = LHSExprs.begin(); in emitReductionFunction() 4330 ArrayRef<const Expr *> LHSExprs, in emitReduction() argument 4376 auto ILHS = LHSExprs.begin(); in emitReduction() 4429 LHSExprs, RHSExprs, ReductionOps); in emitReduction() 4476 auto &&CodeGen = [&Privates, &LHSExprs, &RHSExprs, &ReductionOps]( in emitReduction() 4479 auto ILHS = LHSExprs.begin(); in emitReduction() 4509 auto &&AtomicCodeGen = [Loc, &Privates, &LHSExprs, &RHSExprs, &ReductionOps]( in emitReduction() 4511 auto ILHS = LHSExprs.begin(); in emitReduction()
|
D | CGStmtOpenMP.cpp | 1142 llvm::SmallVector<const Expr *, 8> LHSExprs; in EmitOMPReductionClauseFinal() local 1149 LHSExprs.append(C->lhs_exprs().begin(), C->lhs_exprs().end()); in EmitOMPReductionClauseFinal() 1157 *this, D.getLocEnd(), Privates, LHSExprs, RHSExprs, ReductionOps, in EmitOMPReductionClauseFinal()
|
/external/llvm-project/clang/include/clang/AST/ |
D | OpenMPClause.h | 2805 void setLHSExprs(ArrayRef<Expr *> LHSExprs); 2925 ArrayRef<Expr *> LHSExprs, ArrayRef<Expr *> RHSExprs, 3124 void setLHSExprs(ArrayRef<Expr *> LHSExprs); 3200 ArrayRef<Expr *> LHSExprs, ArrayRef<Expr *> RHSExprs, 3355 void setLHSExprs(ArrayRef<Expr *> LHSExprs); 3444 ArrayRef<Expr *> LHSExprs, ArrayRef<Expr *> RHSExprs,
|
/external/clang/include/clang/AST/ |
D | OpenMPClause.h | 1732 void setLHSExprs(ArrayRef<Expr *> LHSExprs); 1810 ArrayRef<Expr *> LHSExprs, ArrayRef<Expr *> RHSExprs,
|