Home
last modified time | relevance | path

Searched defs:dstTp (Results 1 – 7 of 7) sorted by relevance

/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/
H A DSparseTensorRewriting.cpp187 ShapedType dstTp, ValueRange srcs, in concatSizesFromInputs() argument
885 const auto dstTp = tryGetSparseTensorType(op.getResult()); in matchAndRewrite() local
983 const auto dstTp = getSparseTensorType(op.getResult()); matchAndRewrite() local
1187 const auto dstTp = getSparseTensorType(op); matchAndRewrite() local
1471 RankedTensorType dstTp = stt.getRankedTensorType(); matchAndRewrite() local
[all...]
H A DSparseTensorConversion.cpp480 const auto dstTp = getSparseTensorType(op); in matchAndRewrite() local
751 const auto dstTp = getSparseTensorType(op.getResult()); in matchAndRewrite() local
H A DSparseReinterpretMap.cpp569 RankedTensorType dstTp = stt.withDimToLvl(dimToLvl).getRankedTensorType(); in resolveCycle() local
H A DSparseTensorCodegen.cpp1486 const auto dstTp = getSparseTensorType(op.getResult()); matchAndRewrite() local
[all...]
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/Utils/
H A DCodegenUtils.cpp152 Type dstTp) { in genCast() argument
167 Value elem, Type dstTp) { in genScalarToTensor() argument
H A DSparseTensorIterator.cpp1522 IterSpaceType dstTp, ValueRange values, unsigned int tid) { in fromValues()
/llvm-project/mlir/lib/Dialect/SparseTensor/IR/
H A DSparseTensorDialect.cpp1541 auto dstTp = build() local
1846 const auto dstTp = getSparseTensorType(*this); verify() local