Searched defs:emptyOp (Results 1 – 10 of 10) sorted by relevance
29 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...]
108 tensor::EmptyOp emptyOp, in buildIndependentOp() argument
274 auto emptyOp = cast<tensor::EmptyOp>(op); bufferize() local
52 auto emptyOp = cast<EmptyOp>(op); populateBoundsForShapedValueDim() local
415 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
353 auto emptyOp = rewriter.create<EmptyOp>(loc, tensorType, ValueRange()); rewriteInDestinationPassingStyle() local 393 auto emptyOp = rewriteInDestinationPassingStyle() local
544 tensor::EmptyOp emptyOp, const HoistPaddingAnalysis &analysis) { in buildPackingLoopNestImpl() argument 711 auto emptyOp = rewriter.create<tensor::EmptyOp>( in buildPackingLoopNestImpl() local
308 auto emptyOp = lowerPack() local 410 auto emptyOp = rewriter.create<tensor::EmptyOp>( lowerUnPack() local
211 } else if (auto emptyOp = dyn_cast<tensor::EmptyOp>(target)) { in applyToOne() local
1130 tensor::EmptyOp emptyOp; global() member