Home
last modified time | relevance | path

Searched defs:DisassembleOpInterface (Results 1 – 1 of 1) sorted by relevance

/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/
H A DBufferizableOpInterfaceImpl.cpp157 struct DisassembleOpInterface struct
160 bool bufferizesToAllocation(Operation *op, Value value) const { in bufferizesToAllocation()
165 bool bufferizesToMemoryRead(Operation *op, OpOperand &opOperand, in bufferizesToMemoryRead()
171 bool bufferizesToMemoryWrite(Operation *op, OpOperand &opOperand, in bufferizesToMemoryWrite()
178 AliasingValueList getAliasingValues(Operation *op, OpOperand &opOperand, in getAliasingValues()