Searched defs:ReductionOps (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | OpenMPClause.cpp | 746 void OMPReductionClause::setReductionOps(ArrayRef<Expr *> ReductionOps) { in setReductionOps() 785 ArrayRef<Expr *> RHSExprs, ArrayRef<Expr *> ReductionOps, in Create() 845 void OMPTaskReductionClause::setReductionOps(ArrayRef<Expr *> ReductionOps) { in setReductionOps() 857 ArrayRef<Expr *> RHSExprs, ArrayRef<Expr *> ReductionOps, Stmt *PreInit, in Create() 898 void OMPInReductionClause::setReductionOps(ArrayRef<Expr *> ReductionOps) { in setReductionOps() 919 ArrayRef<Expr *> RHSExprs, ArrayRef<Expr *> ReductionOps, in Create()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.h | 104 SmallVector<const Expr *, 4> ReductionOps; member
|
| H A D | CGStmtOpenMP.cpp | 1201 SmallVector<const Expr *, 4> ReductionOps; in EmitOMPReductionClauseInit() local 1414 llvm::SmallVector<const Expr *, 8> ReductionOps; in EmitOMPReductionClauseFinal() local 3488 SmallVector<const Expr *, 4> ReductionOps; in emitScanBasedDirectiveDecls() local 3606 SmallVector<const Expr *, 4> ReductionOps; in emitScanBasedDirective() local 5307 SmallVector<const Expr *, 4> ReductionOps; in EmitOMPScanDirective() local
|
| H A D | CGOpenMPRuntime.cpp | 795 ArrayRef<const Expr *> ReductionOps) { in ReductionCodeGen() 5323 ArrayRef<const Expr *> RHSExprs, ArrayRef<const Expr *> ReductionOps) { in emitReductionFunction() 5434 ArrayRef<const Expr *> ReductionOps, in emitReduction() 12944 ArrayRef<const Expr *> ReductionOps, ReductionOptionsTy Options) { in emitReduction()
|
| H A D | CGOpenMPRuntimeGPU.cpp | 3211 ArrayRef<const Expr *> ReductionOps, ReductionOptionsTy Options) { in emitReduction()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/ |
| H A D | SLPVectorizer.cpp | 10505 ReductionOpsListType ReductionOps; member in __anon9e073aa49111::HorizontalReduction 10620 const ReductionOpsListType &ReductionOps) { in createOp() 10865 SmallVectorImpl<Instruction *> &ReductionOps) { in matchAssociativeReduction()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 18635 SmallVector<Expr *, 8> ReductionOps; member
|