Searched defs:ReductionOps (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/clang/lib/AST/ |
| D | OpenMPClause.cpp | 731 void OMPReductionClause::setReductionOps(ArrayRef<Expr *> ReductionOps) { in setReductionOps() 770 ArrayRef<Expr *> RHSExprs, ArrayRef<Expr *> ReductionOps, in Create() 830 void OMPTaskReductionClause::setReductionOps(ArrayRef<Expr *> ReductionOps) { in setReductionOps() 842 ArrayRef<Expr *> RHSExprs, ArrayRef<Expr *> ReductionOps, Stmt *PreInit, in Create() 883 void OMPInReductionClause::setReductionOps(ArrayRef<Expr *> ReductionOps) { in setReductionOps() 904 ArrayRef<Expr *> RHSExprs, ArrayRef<Expr *> ReductionOps, in Create()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| D | CGOpenMPRuntime.h | 106 SmallVector<const Expr *, 4> ReductionOps; member
|
| D | CGStmtOpenMP.cpp | 1210 SmallVector<const Expr *, 4> ReductionOps; in EmitOMPReductionClauseInit() local 1430 llvm::SmallVector<const Expr *, 8> ReductionOps; in EmitOMPReductionClauseFinal() local 3351 SmallVector<const Expr *, 4> ReductionOps; in emitScanBasedDirectiveDecls() local 3418 SmallVector<const Expr *, 4> ReductionOps; in emitScanBasedDirective() local 4870 SmallVector<const Expr *, 4> ReductionOps; in EmitOMPScanDirective() local
|
| D | CGOpenMPRuntimeGPU.cpp | 3156 ArrayRef<const Expr *> ReductionOps, ReductionOptionsTy Options) { in emitReduction()
|
| D | CGOpenMPRuntime.cpp | 797 ArrayRef<const Expr *> ReductionOps) { in ReductionCodeGen() 5429 ArrayRef<const Expr *> ReductionOps) { in emitReductionFunction() 5542 ArrayRef<const Expr *> ReductionOps, in emitReduction() 12928 ArrayRef<const Expr *> ReductionOps, ReductionOptionsTy Options) { in emitReduction()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| D | SLPVectorizer.cpp | 7312 ReductionOpsListType ReductionOps; member in __anon43e05d8c2e11::HorizontalReduction 7436 const ReductionOpsListType &ReductionOps) { in createOp()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/ |
| D | SemaOpenMP.cpp | 16564 SmallVector<Expr *, 8> ReductionOps; member
|