Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Dialect/Vector/IR/
H A DVectorOps.h58 isBroadcastableTo(Type srcType, VectorType dstVectorType,
/llvm-project-15.0.7/mlir/lib/Dialect/Vector/IR/
H A DVectorOps.cpp1685 mlir::vector::isBroadcastableTo(Type srcType, VectorType dstVectorType, in isBroadcastableTo() argument
1688 if (srcType.isIntOrIndexOrFloat() && dstVectorType && in isBroadcastableTo()
1689 getElementTypeOrSelf(srcType) == getElementTypeOrSelf(dstVectorType)) in isBroadcastableTo()
1697 int64_t dstRank = dstVectorType.getRank(); in isBroadcastableTo()
1705 int64_t dstDim = dstVectorType.getDimSize(lead + r); in isBroadcastableTo()
1920 auto dstVectorType = getDestVectorType(); in verify() local
1921 if (dstVectorType.getRank() == 0) { in verify()
1926 if (dstVectorType.getRank() != 1) in verify()