D | SLPVectorizer.cpp | 6149 Value *createOp(IRBuilder<> &Builder, const Twine &Name) const { in createOp() function in __anon344b8d001f11::HorizontalReduction::OperationData 6339 Value *createOp(IRBuilder<> &Builder, const Twine &Name, in createOp() function in __anon344b8d001f11::HorizontalReduction::OperationData 6343 auto *Op = createOp(Builder, Name); in createOp() 6363 Value *createOp(IRBuilder<> &Builder, const Twine &Name, in createOp() function in __anon344b8d001f11::HorizontalReduction::OperationData 6367 auto *Op = createOp(Builder, Name); in createOp() 6801 VectReductionData.createOp(Builder, "op.rdx", ReductionOps); in tryToReduce() 6816 VectorizedTree = VectReductionData.createOp(Builder, "", ReductionOps); in tryToReduce() 6825 VectorizedTree = VectReductionData.createOp(Builder, "op.extra", I); in tryToReduce() 6952 TmpVec = VectReductionData.createOp(Builder, "op.rdx", ReductionOps); in emitReduction()
|