Searched refs:VectReductionData (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/ |
| H A D | SLPVectorizer.cpp | 5816 OperationData VectReductionData(ReductionData.getOpcode(), in tryToReduce() local 5820 VectReductionData.createOp(Builder, "op.rdx", ReductionOps); in tryToReduce() 5832 OperationData VectReductionData(ReductionData.getOpcode(), in tryToReduce() local 5835 VectorizedTree = VectReductionData.createOp(Builder, "", ReductionOps); in tryToReduce() 5841 OperationData VectReductionData(ReductionData.getOpcode(), in tryToReduce() local 5844 VectorizedTree = VectReductionData.createOp(Builder, "op.extra", I); in tryToReduce() 5950 OperationData VectReductionData(ReductionData.getOpcode(), LeftShuf, in emitReduction() local 5952 TmpVec = VectReductionData.createOp(Builder, "op.rdx", ReductionOps); in emitReduction()
|