Home
last modified time | relevance | path

Searched defs:emptyOp (Results 1 – 10 of 10) sorted by relevance

/llvm-project/mlir/lib/Dialect/Tensor/Transforms/
H A DEmptyOpPatterns.cpp29 auto emptyOp = reshapeOp.getSrc().template getDefiningOp<EmptyOp>(); in matchAndRewrite() local
74 auto emptyOp = sliceOp.getSource().template getDefiningOp<EmptyOp>(); in matchAndRewrite() local
104 auto emptyOp = packOp.getSource().getDefiningOp<EmptyOp>(); in matchAndRewrite() local
128 auto emptyOp = unPackOp.getSource().getDefiningOp<EmptyOp>(); in matchAndRewrite() local
[all...]
H A DIndependenceTransforms.cpp108 tensor::EmptyOp emptyOp, in buildIndependentOp() argument
H A DBufferizableOpInterfaceImpl.cpp274 auto emptyOp = cast<tensor::EmptyOp>(op); bufferize() local
/llvm-project/mlir/lib/Dialect/Tensor/IR/
H A DValueBoundsOpInterfaceImpl.cpp52 auto emptyOp = cast<EmptyOp>(op); populateBoundsForShapedValueDim() local
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
H A DDataLayoutPropagation.cpp415 if (auto emptyOp = packOpDest.getDefiningOp<tensor::EmptyOp>()) { in bubbleUpPackOpThroughGenericOp() local
685 auto emptyOp = tensor::PackOp::createDestinationTensor( in bubbleUpPackOpThroughCollapseShape() local
953 auto emptyOp = tensor::UnPackOp::createDestinationTensor( pushDownUnPackOpThroughExpandShape() local
H A DConvertToDestinationStyle.cpp353 auto emptyOp = rewriter.create<EmptyOp>(loc, tensorType, ValueRange()); rewriteInDestinationPassingStyle() local
393 auto emptyOp = rewriteInDestinationPassingStyle() local
H A DHoistPadding.cpp544 tensor::EmptyOp emptyOp, const HoistPaddingAnalysis &analysis) { in buildPackingLoopNestImpl() argument
711 auto emptyOp = rewriter.create<tensor::EmptyOp>( in buildPackingLoopNestImpl() local
H A DTransforms.cpp308 auto emptyOp = lowerPack() local
410 auto emptyOp = rewriter.create<tensor::EmptyOp>( lowerUnPack() local
/llvm-project/mlir/lib/Dialect/Tensor/TransformOps/
H A DTensorTransformOps.cpp211 } else if (auto emptyOp = dyn_cast<tensor::EmptyOp>(target)) { in applyToOne() local
/llvm-project/mlir/include/mlir/Dialect/Linalg/Transforms/
H A DTransforms.h1130 tensor::EmptyOp emptyOp; global() member