Searched refs:outOperand (Results 1 – 4 of 4) sorted by relevance
236 for (OpOperand *outOperand : genericOp.getOutputOperands()) in createResidualGenericOp()237 indexingMaps.push_back(genericOp.getTiedIndexingMap(outOperand)); in createResidualGenericOp()267 if (llvm::any_of(genericOp.getOutputOperands(), [&](OpOperand *outOperand) { in matchAndRewrite() argument268 return genericOp.payloadUsesValueFromOperand(outOperand); in matchAndRewrite()275 if (llvm::any_of(genericOp.getOutputOperands(), [&](OpOperand *outOperand) { in matchAndRewrite() argument276 return !genericOp.getTiedIndexingMap(outOperand).isPermutation(); in matchAndRewrite()
83 OpOperand *outOperand = linalgOp.getOutputOperand(0); in matchAndRewrite() local84 AffineMap indexingMap = linalgOp.getTiedIndexingMap(outOperand); in matchAndRewrite()
122 OpOperand *outOperand = linalgOp.getOutputOperand(resultNumber); in getResultTilePosition() local124 makeTiledShape(b, loc, outOperand->get(), sizeVals, in getResultTilePosition()125 linalgOp.getTiedIndexingMap(outOperand), in getResultTilePosition()
1738 OpOperand *outOperand = linalgOp.getOutputOperand(resultNumber); in matchAndRewrite() local1740 rewriter.create<tensor::CastOp>(loc, resultType, outOperand->get()); in matchAndRewrite()