Searched refs:RHSExprs (Results 1 – 6 of 6) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | CGOpenMPRuntime.cpp | 2443 ArrayRef<const Expr *> RHSExprs, in emitReductionFunction() argument 2482 cast<VarDecl>(cast<DeclRefExpr>(RHSExprs[I])->getDecl()), in emitReductionFunction() 2488 CGF.ConvertTypeForMem(C.getPointerType(RHSExprs[I]->getType()))); in emitReductionFunction() 2511 ArrayRef<const Expr *> RHSExprs, in emitReduction() argument 2561 llvm::APInt ArraySize(/*unsigned int numBits=*/32, RHSExprs.size()); in emitReduction() 2567 for (unsigned I = 0, E = RHSExprs.size(); I < E; ++I) { in emitReduction() 2571 CGF.EmitLValue(RHSExprs[I]).getAddress(), CGF.VoidPtrTy), in emitReduction() 2578 RHSExprs, ReductionOps); in emitReduction() 2596 CGF.Builder.getInt32(RHSExprs.size()), // i32 <n> in emitReduction()
|
| HD | CGOpenMPRuntime.h | 690 ArrayRef<const Expr *> RHSExprs,
|
| HD | CGStmtOpenMP.cpp | 442 llvm::SmallVector<const Expr *, 8> RHSExprs; in EmitOMPReductionClauseFinal() local 449 RHSExprs.append(C->rhs_exprs().begin(), C->rhs_exprs().end()); in EmitOMPReductionClauseFinal() 456 *this, D.getLocEnd(), LHSExprs, RHSExprs, ReductionOps, in EmitOMPReductionClauseFinal()
|
| /NextBSD/contrib/llvm/tools/clang/lib/AST/ |
| HD | Stmt.cpp | 1529 void OMPReductionClause::setRHSExprs(ArrayRef<Expr *> RHSExprs) { in setRHSExprs() argument 1531 RHSExprs.size() == varlist_size() && in setRHSExprs() 1533 std::copy(RHSExprs.begin(), RHSExprs.end(), getLHSExprs().end()); in setRHSExprs() 1547 ArrayRef<Expr *> LHSExprs, ArrayRef<Expr *> RHSExprs, in Create() argument 1556 Clause->setRHSExprs(RHSExprs); in Create()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/AST/ |
| HD | OpenMPClause.h | 1475 void setRHSExprs(ArrayRef<Expr *> RHSExprs); 1532 ArrayRef<Expr *> RHSExprs, ArrayRef<Expr *> ReductionOps);
|
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaExpr.cpp | 6382 Expr **RHSExprs) { in IsArithmeticBinaryExpr() argument 6392 *RHSExprs = OP->getRHS(); in IsArithmeticBinaryExpr() 6412 *RHSExprs = Call->getArg(1); in IsArithmeticBinaryExpr()
|