Home
last modified time | relevance | path

Searched full:rdxops (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp22268 for (ReductionOpsType &RdxOps : ReductionOps) in tryToReduce()
22269 for (Value *RdxOp : RdxOps) in tryToReduce()
22333 for (ReductionOpsType &RdxOps : ReductionOps) in tryToReduce()
22334 for (Value *RdxOp : RdxOps) { in tryToReduce()
22882 for (ArrayRef<Value *> RdxOps : ReductionOps) in tryToReduce()
22883 IgnoreSet.insert_range(RdxOps); in tryToReduce()
22885 for (ArrayRef<Value *> RdxOps : ReductionOps) { in tryToReduce()
22886 for (Value *Ignore : RdxOps) { in tryToReduce()
22900 V.removeInstructionsAndOperands(RdxOps, VectorValuesAndScales); in tryToReduce()
22903 for (ReductionOpsType &RdxOps : ReductionOps) in tryToReduce()
[all …]