Searched refs:thisOp (Results 1 – 2 of 2) sorted by relevance
35 val thisOp = atomicOp ?: return false in perform() constant37 return thisOp.opSequence < thatOp.opSequence in perform()
1254 auto thisOp = cast<ReshapeOp>(op); in match() local1255 auto prevOp = thisOp.getOperand(0).getDefiningOp(); in match()1260 auto thisOp = cast<ReshapeOp>(op); in rewrite() local1261 auto prevOp = cast<ReshapeOp>(thisOp.getOperand(0).getDefiningOp()); in rewrite()1269 op, thisOp.getType(), prevOp.getOperand(0), thisOp.getOperand(1)); in rewrite()