Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/lib/AST/
H A DOpenMPClause.cpp471 void OMPReductionClause::setReductionOps(ArrayRef<Expr *> ReductionOps) { in setReductionOps()
483 ArrayRef<Expr *> RHSExprs, ArrayRef<Expr *> ReductionOps, Stmt *PreInit, in Create()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp6101 ReductionOpsListType ReductionOps; member in __anon01df0f2e1f11::HorizontalReduction
6259 void initReductionOps(ReductionOpsListType &ReductionOps) { in initReductionOps()
6269 void addReductionOps(Instruction *I, ReductionOpsListType &ReductionOps) { in addReductionOps()
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp4226 ArrayRef<const Expr *> ReductionOps) { in emitReductionFunction()
4332 ArrayRef<const Expr *> ReductionOps, in emitReduction()
H A DCGStmtOpenMP.cpp1144 llvm::SmallVector<const Expr *, 8> ReductionOps; in EmitOMPReductionClauseFinal() local
/aosp_15_r20/external/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp3942 SmallVector<Value *, 16> ReductionOps; member in HorizontalReduction
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp11850 ReductionOpsListType ReductionOps; member in __anon22820cb4bf11::HorizontalReduction
11965 const ReductionOpsListType &ReductionOps) { in createOp()
12217 SmallVectorImpl<Instruction *> &ReductionOps) { in matchAssociativeReduction()
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaOpenMP.cpp9084 SmallVector<Expr *, 8> ReductionOps; in ActOnOpenMPReductionClause() local