Home
last modified time | relevance | path

Searched defs:ReductionOps (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/clang/lib/AST/
H A DOpenMPClause.cpp746 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 DCGOpenMPRuntime.h104 SmallVector<const Expr *, 4> ReductionOps; member
H A DCGStmtOpenMP.cpp1201 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 DCGOpenMPRuntime.cpp795 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 DCGOpenMPRuntimeGPU.cpp3211 ArrayRef<const Expr *> ReductionOps, ReductionOptionsTy Options) { in emitReduction()
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp10505 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 DSemaOpenMP.cpp18635 SmallVector<Expr *, 8> ReductionOps; member