Searched refs:createOp (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/ |
| H A D | SLPVectorizer.cpp | 5145 Value *createOp(IRBuilder<> &Builder, const Twine &Name) const { in createOp() function in __anonfe9ee8d91a11::HorizontalReduction::OperationData 5381 Value *createOp(IRBuilder<> &Builder, const Twine &Name, in createOp() function in __anonfe9ee8d91a11::HorizontalReduction::OperationData 5385 auto *Op = createOp(Builder, Name); in createOp() 5405 Value *createOp(IRBuilder<> &Builder, const Twine &Name, in createOp() function in __anonfe9ee8d91a11::HorizontalReduction::OperationData 5409 auto *Op = createOp(Builder, Name); in createOp() 5820 VectReductionData.createOp(Builder, "op.rdx", ReductionOps); in tryToReduce() 5835 VectorizedTree = VectReductionData.createOp(Builder, "", ReductionOps); in tryToReduce() 5844 VectorizedTree = VectReductionData.createOp(Builder, "op.extra", I); in tryToReduce() 5952 TmpVec = VectReductionData.createOp(Builder, "op.rdx", ReductionOps); in emitReduction()
|