D | SLPVectorizer.cpp | 5139 Value *createOp(IRBuilder<> &Builder, const Twine &Name) const { in createOp() function in __anon179022771a11::HorizontalReduction::OperationData 5375 Value *createOp(IRBuilder<> &Builder, const Twine &Name, in createOp() function in __anon179022771a11::HorizontalReduction::OperationData 5379 auto *Op = createOp(Builder, Name); in createOp() 5399 Value *createOp(IRBuilder<> &Builder, const Twine &Name, in createOp() function in __anon179022771a11::HorizontalReduction::OperationData 5403 auto *Op = createOp(Builder, Name); in createOp() 5808 VectReductionData.createOp(Builder, "op.rdx", ReductionOps); in tryToReduce() 5823 VectorizedTree = VectReductionData.createOp(Builder, "", ReductionOps); in tryToReduce() 5834 VectorizedTree = VectReductionData.createOp(Builder, "op.extra", I); in tryToReduce() 5942 TmpVec = VectReductionData.createOp(Builder, "op.rdx", ReductionOps); in emitReduction()
|