Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Dialect/Vector/IR/
H A DVectorOps.h183 bool isDisjointTransferSet(VectorTransferOpInterface transferA,
/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/
H A DHoisting.cpp473 if (!vector::isDisjointTransferSet( in hoistRedundantVectorTransfers()
480 if (!vector::isDisjointTransferSet( in hoistRedundantVectorTransfers()
/llvm-project-15.0.7/mlir/lib/Dialect/Vector/Transforms/
H A DVectorTransferOpTransforms.cpp117 if (vector::isDisjointTransferSet( in deadStoreOp()
173 if (vector::isDisjointTransferSet( in storeToLoadForwarding()
/llvm-project-15.0.7/mlir/lib/Dialect/Vector/IR/
H A DVectorOps.cpp189 bool mlir::vector::isDisjointTransferSet(VectorTransferOpInterface transferA, in isDisjointTransferSet() function in mlir::vector