Home
last modified time | relevance | path

Searched defs:dstVecType (Results 1 – 5 of 5) sorted by relevance

/llvm-project/mlir/lib/Dialect/Vector/Transforms/
H A DVectorUnroll.cpp267 auto dstVecType = cast<VectorType>(contractOp.getResultType()); in matchAndRewrite() local
434 auto dstVecType = cast<VectorType>(op->getResult(0).getType()); in matchAndRewrite() local
H A DVectorEmulateNarrowType.cpp1106 auto dstVecType = dyn_cast<VectorType>(conversionOp.getType()); matchAndRewrite() local
1158 auto dstVecType = dyn_cast<VectorType>(truncOp.getType()); matchAndRewrite() local
/llvm-project/mlir/lib/Conversion/VectorToSPIRV/
H A DVectorToSPIRV.cpp507 auto dstVecType = cast<VectorType>(dstType); matchAndRewrite() local
/llvm-project/mlir/lib/Dialect/Vector/IR/
H A DVectorOps.cpp532 if (auto dstVecType = dyn_cast<VectorType>(reductionOp.getDestType())) { matchAndRewrite() local
3740 auto dstVecType = llvm::cast<VectorType>(op.getType()); matchAndRewrite() local
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
H A DVectorization.cpp555 auto dstVecType = dyn_cast<VectorType>(dstType); broadcastIfNeeded() local