Searched defs:prevOp (Results 1 – 3 of 3) sorted by relevance
28 auto prevOp = nextOp.getSource().getDefiningOp<ExtractSliceOp>(); in matchAndRewrite() local53 auto prevOp = nextOp.getSource().template getDefiningOp<InsertSliceOp>(); in matchAndRewrite() local
704 while (auto prevOp = firstDest.getDefiningOp<tensor::InsertSliceOp>()) { matchAndRewrite() local [all...]
1479 Operation *prevOp = previous.getPoint() == previous.getBlock()->end() notifyOperationInserted() local