Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/VectorToLLVM/
H A DConvertVectorToLLVM.cpp770 auto destVectorType = insertOp.getDestVectorType(); in matchAndRewrite() local
771 auto llvmResultType = typeConverter->convertType(destVectorType); in matchAndRewrite()
799 auto oneDVectorType = destVectorType; in matchAndRewrite()
801 oneDVectorType = reducedVectorTypeBack(destVectorType); in matchAndRewrite()
/llvm-project-15.0.7/mlir/lib/Dialect/Vector/IR/
H A DVectorOps.cpp1980 auto destVectorType = getDestVectorType(); in verify() local
1981 if (positionAttr.size() > static_cast<unsigned>(destVectorType.getRank())) in verify()
1987 static_cast<unsigned>(destVectorType.getRank()))) in verify()
1991 (positionAttr.size() != static_cast<unsigned>(destVectorType.getRank()))) in verify()
1997 attr.getInt() >= destVectorType.getDimSize(en.index())) in verify()
2195 auto destVectorType = getDestVectorType(); in verify() local
2198 if (offsets.size() != static_cast<unsigned>(destVectorType.getRank())) in verify()
2203 if (sourceVectorType.getRank() > destVectorType.getRank()) in verify()
2208 auto destShape = destVectorType.getShape(); in verify()