Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/
H A DBufferizableOpInterfaceImpl.cpp65 struct ConvertOpInterface : public SparseBufferizableOpInterfaceExternalModel< struct
67 bool bufferizesToAllocation(Operation *op, Value value) const { in bufferizesToAllocation()
73 bool bufferizesToMemoryRead(Operation *op, OpOperand &opOperand, in bufferizesToMemoryRead()
78 bool bufferizesToMemoryWrite(Operation *op, OpOperand &opOperand, in bufferizesToMemoryWrite()
83 AliasingValueList getAliasingValues(Operation *op, OpOperand &opOperand, in getAliasingValues()
88 bool isWritable(Operation *op, Value value, in isWritable()