| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | OpenMPClause.cpp | 755 RHSExprs.size() == varlist_size() && in setRHSExprs() 757 std::copy(RHSExprs.begin(), RHSExprs.end(), getLHSExprs().end()); in setRHSExprs() 799 ArrayRef<Expr *> RHSExprs, ArrayRef<Expr *> ReductionOps, in Create() argument 810 Clause->setRHSExprs(RHSExprs); in Create() 854 RHSExprs.size() == varlist_size() && in setRHSExprs() 856 std::copy(RHSExprs.begin(), RHSExprs.end(), getLHSExprs().end()); in setRHSExprs() 879 Clause->setRHSExprs(RHSExprs); in Create() 907 RHSExprs.size() == varlist_size() && in setRHSExprs() 909 std::copy(RHSExprs.begin(), RHSExprs.end(), getLHSExprs().end()); in setRHSExprs() 933 ArrayRef<Expr *> RHSExprs, ArrayRef<Expr *> ReductionOps, in Create() argument [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.h | 1203 ArrayRef<const Expr *> RHSExprs, ArrayRef<const Expr *> ReductionOps); 1262 ArrayRef<const Expr *> RHSExprs, 1305 ArrayRef<const Expr *> RHSExprs, 2066 ArrayRef<const Expr *> RHSExprs, 2108 ArrayRef<const Expr *> RHSExprs,
|
| H A D | CGOpenMPRuntimeGPU.h | 280 ArrayRef<const Expr *> RHSExprs,
|
| H A D | CGOpenMPRuntimeGPU.cpp | 2802 ArrayRef<const Expr *> LHSExprs, ArrayRef<const Expr *> RHSExprs, in emitReduction() argument 2815 CGOpenMPRuntime::emitReduction(CGF, Loc, Privates, LHSExprs, RHSExprs, in emitReduction() 2844 auto Size = RHSExprs.size(); in emitReduction() 2858 for (unsigned I = 0, E = RHSExprs.size(); I < E; ++I, ++IPriv, ++Idx) { in emitReduction() 2862 CGF.EmitLValue(RHSExprs[I]).getPointer(CGF), CGF.VoidPtrTy), in emitReduction() 2882 Privates, LHSExprs, RHSExprs, ReductionOps); in emitReduction() 2951 auto &&CodeGen = [Privates, LHSExprs, RHSExprs, ReductionOps, in emitReduction() 2955 auto IRHS = RHSExprs.begin(); in emitReduction()
|
| H A D | CGOpenMPRuntime.cpp | 4848 cast<VarDecl>(cast<DeclRefExpr>(RHSExprs[I])->getDecl()); in emitReductionFunction() 4870 const auto *IRHS = RHSExprs.begin(); in emitReductionFunction() 4967 const auto *IRHS = RHSExprs.begin(); in emitReduction() 4980 auto Size = RHSExprs.size(); in emitReduction() 5017 Privates, LHSExprs, RHSExprs, ReductionOps); in emitReduction() 5033 CGF.Builder.getInt32(RHSExprs.size()), // i32 <n> in emitReduction() 5066 auto &&CodeGen = [Privates, LHSExprs, RHSExprs, ReductionOps]( in emitReduction() 5071 const auto *IRHS = RHSExprs.begin(); in emitReduction() 5104 const auto *IRHS = RHSExprs.begin(); in emitReduction() 5429 ArrayRef<const Expr *> RHSExprs, const OMPTaskDataTy &Data) { in emitTaskReductionInit() argument [all …]
|
| H A D | CGStmtOpenMP.cpp | 1410 llvm::SmallVector<const Expr *, 8> RHSExprs; in EmitOMPReductionClauseFinal() local 1421 RHSExprs.append(C->rhs_exprs().begin(), C->rhs_exprs().end()); in EmitOMPReductionClauseFinal() 1439 *this, D.getEndLoc(), Privates, LHSExprs, RHSExprs, ReductionOps, in EmitOMPReductionClauseFinal()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | OpenMPClause.h | 3264 void setRHSExprs(ArrayRef<Expr *> RHSExprs); 3369 ArrayRef<Expr *> LHSExprs, ArrayRef<Expr *> RHSExprs, 3582 void setRHSExprs(ArrayRef<Expr *> RHSExprs); 3644 ArrayRef<Expr *> LHSExprs, ArrayRef<Expr *> RHSExprs, 3813 void setRHSExprs(ArrayRef<Expr *> RHSExprs); 3888 ArrayRef<Expr *> LHSExprs, ArrayRef<Expr *> RHSExprs,
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 9545 const Expr **RHSExprs) { in IsArithmeticBinaryExpr() argument 9559 *RHSExprs = OP->getRHS(); in IsArithmeticBinaryExpr() 9578 *RHSExprs = Call->getArg(1); in IsArithmeticBinaryExpr()
|