Home
last modified time | relevance | path

Searched refs:newVecType (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/Vector/Transforms/
H A DVectorDropLeadUnitDim.cpp414 VectorType newVecType = trimLeadingOneDims(vecType); in matchAndRewrite() local
415 if (newVecType == vecType) in matchAndRewrite()
417 int64_t dropDim = vecType.getRank() - newVecType.getRank(); in matchAndRewrite()
429 newOperands, newVecType, op->getAttrs()); in matchAndRewrite()
H A DVectorUnrollDistribute.cpp504 VectorType newVecType = in matchAndRewrite() local
521 rewriter, loc, op, extractOperands, newVecType); in matchAndRewrite()
605 VectorType newVecType = in matchAndRewrite() local
608 loc, newVecType, operand, extract.getIds())); in matchAndRewrite()