Home
last modified time | relevance | path

Searched refs:canFoldIntoConsumerOp (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/mlir/include/mlir/Dialect/StandardOps/IR/
DOps.h355 bool canFoldIntoConsumerOp(MemRefCastOp castOp);
380 bool canFoldIntoConsumerOp(TensorCastOp castOp);
/external/llvm-project/mlir/lib/Dialect/Linalg/IR/
DLinalgOps.cpp137 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()
/external/llvm-project/mlir/lib/Dialect/StandardOps/IR/
DOps.cpp3505 bool mlir::canFoldIntoConsumerOp(MemRefCastOp castOp) { in canFoldIntoConsumerOp() function in mlir
3577 bool mlir::canFoldIntoConsumerOp(TensorCastOp castOp) { in canFoldIntoConsumerOp() function in mlir
3641 if (!canFoldIntoConsumerOp(castOp)) in matchAndRewrite()
/external/llvm-project/mlir/lib/Dialect/Vector/
DVectorOps.cpp2088 if (castOp && canFoldIntoConsumerOp(castOp)) { in foldMemRefCast()