Searched refs:canFoldIntoConsumerOp (Results 1 – 4 of 4) sorted by relevance
355 bool canFoldIntoConsumerOp(MemRefCastOp castOp);380 bool canFoldIntoConsumerOp(TensorCastOp castOp);
137 if (castOp && canFoldIntoConsumerOp(castOp)) { in foldMemRefCast()1685 return castOp && canFoldIntoConsumerOp(castOp); in matchAndRewrite()1698 canFoldIntoConsumerOp(tensorCastOp) ? tensorCastOp.source() : v); in matchAndRewrite()1706 bool fold = canFoldIntoConsumerOp(tensorCastOp); in matchAndRewrite()
3505 bool mlir::canFoldIntoConsumerOp(MemRefCastOp castOp) { in canFoldIntoConsumerOp() function in mlir3577 bool mlir::canFoldIntoConsumerOp(TensorCastOp castOp) { in canFoldIntoConsumerOp() function in mlir3641 if (!canFoldIntoConsumerOp(castOp)) in matchAndRewrite()
2088 if (castOp && canFoldIntoConsumerOp(castOp)) { in foldMemRefCast()