Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Dialect/Vector/Transforms/
H A DVectorUnroll.cpp319 SmallVector<int64_t> dstShape = in matchAndRewrite() local
377 SmallVector<int64_t> dstShape; in matchAndRewrite() local
H A DVectorLinearize.cpp429 auto dstShape = insertOp.getDestVectorType().getShape(); in matchAndRewrite() local
/llvm-project/mlir/lib/Conversion/TosaToTensor/
H A DTosaToTensor.cpp154 auto dstShape = cast<TensorType>(dstType).getShape(); in createReassociationMapForCollapse() local
[all...]
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/
H A DSparseTensorRewriting.cpp189 auto dstShape = dstTp.getShape(); in concatSizesFromInputs() local
997 ArrayRef<Size> dstShape = dstTp.getDimShape(); matchAndRewrite() local
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
H A DDataLayoutPropagation.cpp908 ArrayRef<int64_t> dstShape = expandTy.getShape(); pushDownUnPackOpThroughExpandShape() local
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/Utils/
H A DCodegenUtils.cpp220 OpBuilder &builder, Location loc, SmallVectorImpl<Value> &dstShape, in genReshapeDstShape() argument
/llvm-project/mlir/lib/Dialect/Vector/IR/
H A DVectorOps.cpp2244 computeBroadcastedUnitDims(ArrayRef<int64_t> srcShape,ArrayRef<int64_t> dstShape) computeBroadcastedUnitDims() argument
2281 createOrFoldBroadcastOp(OpBuilder & b,Value value,ArrayRef<int64_t> dstShape,const llvm::SetVector<int64_t> & broadcastedDims) createOrFoldBroadcastOp() argument
[all...]