Searched refs:hasTensorSemantics (Results 1 – 15 of 15) sorted by relevance
299 static bool hasTensorSemantics(Operation *op) { in hasTensorSemantics() function346 if (!hasTensorSemantics(op)) in notifyOperationInserted()414 if (hasTensorSemantics(funcOp)) in bufferizeOp()418 if (hasTensorSemantics(op) && !isa<func::FuncOp>(op)) in bufferizeOp()440 if (!hasTensorSemantics(op)) in bufferizeOp()466 if (!hasTensorSemantics(op)) in bufferizeOp()
772 static bool hasTensorSemantics(Operation *op) { in hasTensorSemantics() function788 if (!hasTensorSemantics(op)) in inPlaceAnalysis()
120 if (!op.hasTensorSemantics() || op.getNumInputs() != 2 || in matchAndRewrite()139 if (!prod || !prod.hasTensorSemantics() || prod.getNumResults() != 1 || in matchAndRewrite()
71 if (!linalgOp.hasTensorSemantics()) { in matchAndRewrite()
32 if (!genericOp.hasTensorSemantics()) in matchAndRewrite()
71 if (!producer.hasTensorSemantics() || !consumer.hasTensorSemantics()) in areElementwiseOpsFusable()378 if (!producer || !producer.hasTensorSemantics()) in matchAndRewrite()460 return genericOp.hasTensorSemantics() && in isFusableWithReshapeByDimExpansion()1008 if (!genericOp.hasTensorSemantics() || genericOp.getNumOutputs() != 1) in getCollapsableIterationSpaceDims()1495 if (!genericOp.hasTensorSemantics()) in matchAndRewrite()1651 if (!genericOp.hasTensorSemantics()) in matchAndRewrite()
36 if (!op.hasTensorSemantics()) in bufferizeLinalgOp()
323 if (producer.hasTensorSemantics() && consumerOp.hasTensorSemantics()) { in findFusableProducer()
36 if (!linalgOp || !linalgOp.hasTensorSemantics()) in matchAndReplaceDepthwiseConv()
259 if (!genericOp.hasTensorSemantics()) { in matchAndRewrite()
261 assert(opToPad.hasTensorSemantics() && in rewriteAsPaddedOp()407 if (!linalgOp.hasTensorSemantics()) in returningMatchAndRewrite()
65 if (failed(filter.checkAndNotify(b, op)) || !op.hasTensorSemantics() || in splitReduction()
167 if (src.hasTensorSemantics() && dst.hasTensorSemantics()) { in addDependencesBetween()
887 if (genericOp.hasTensorSemantics()) { in matchAndRewrite()980 if (!genericOp.hasTensorSemantics()) { in deduplicateOutputOperands()1860 if (!linalgOp.hasTensorSemantics()) in matchAndRewrite()
889 /*methodName=*/"hasTensorSemantics",