Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp760 void OMPReductionClause::setReductionOps(ArrayRef<Expr *> ReductionOps) { in setReductionOps()
799 ArrayRef<Expr *> RHSExprs, ArrayRef<Expr *> ReductionOps, in Create()
859 void OMPTaskReductionClause::setReductionOps(ArrayRef<Expr *> ReductionOps) { in setReductionOps()
871 ArrayRef<Expr *> RHSExprs, ArrayRef<Expr *> ReductionOps, Stmt *PreInit, in Create()
912 void OMPInReductionClause::setReductionOps(ArrayRef<Expr *> ReductionOps) { in setReductionOps()
933 ArrayRef<Expr *> RHSExprs, ArrayRef<Expr *> ReductionOps, in Create()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h104 SmallVector<const Expr *, 4> ReductionOps; member
H A DCGStmtOpenMP.cpp1199 SmallVector<const Expr *, 4> ReductionOps; in EmitOMPReductionClauseInit() local
1411 llvm::SmallVector<const Expr *, 8> ReductionOps; in EmitOMPReductionClauseFinal() local
3546 SmallVector<const Expr *, 4> ReductionOps; in emitScanBasedDirectiveDecls() local
3664 SmallVector<const Expr *, 4> ReductionOps; in emitScanBasedDirective() local
5405 SmallVector<const Expr *, 4> ReductionOps; in EmitOMPScanDirective() local
H A DCGOpenMPRuntime.cpp770 ArrayRef<const Expr *> ReductionOps) { in ReductionCodeGen()
4807 ArrayRef<const Expr *> RHSExprs, ArrayRef<const Expr *> ReductionOps) { in emitReductionFunction()
4918 ArrayRef<const Expr *> ReductionOps, in emitReduction()
12097 ArrayRef<const Expr *> ReductionOps, ReductionOptionsTy Options) { in emitReduction()
H A DCGOpenMPRuntimeGPU.cpp2803 ArrayRef<const Expr *> ReductionOps, ReductionOptionsTy Options) { in emitReduction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp13936 ReductionOpsListType ReductionOps; member in __anon3e6d93aa10011::HorizontalReduction
14078 const ReductionOpsListType &ReductionOps) { in createOp()
14301 SmallVectorImpl<Instruction *> &ReductionOps) { in matchAssociativeReduction()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp19257 SmallVector<Expr *, 8> ReductionOps; member