Searched defs:destShape (Results 1 – 6 of 6) sorted by relevance
118 ArrayRef<int64_t> destShape = destType.getShape(); in matchAndRewrite() local
371 ArrayRef<int64_t> destShape = destTensorType.getShape(); lowerUnPack() local 1134 auto destShape = packOp.getDestType().getShape(); matchAndRewrite() local 1283 ArrayRef<int64_t> destShape = unpackOp.getDestType().getShape(); matchAndRewrite() local
1409 getTiledPackShape(tensor::PackOp packOp,ArrayRef<int64_t> destShape) getTiledPackShape() argument 1430 auto destShape = cast<ShapedType>(dest.getType()).getShape(); createWriteOrMaskedWrite() local 1536 SmallVector<int64_t> destShape(inputVectorSizes); vectorizeAsTensorPackOp() local [all...]
4161 inferStaticShape(PackOp packOp,SmallVectorImpl<int64_t> & srcShape,SmallVectorImpl<int64_t> & destShape) inferStaticShape() argument 4217 SmallVector<int64_t> srcShape, destShape; canonicalize() local 4395 inferStaticShape(UnPackOp op,SmallVectorImpl<int64_t> & srcShape,SmallVectorImpl<int64_t> & destShape) inferStaticShape() argument 4452 SmallVector<int64_t> srcShape, destShape; canonicalize() local [all...]
3033 auto destShape = destVectorType.getShape(); verify() local 4302 ArrayRef<int64_t> destShape = readOp.getVectorType().getShape(); matchAndRewrite() local [all...]
7246 llvm::SmallVector<mlir::Value> destShape; global() member in __anonb82c9c085811::ArrayExprLowering [all...]