MLIR
20.0.0git
|
Bufferizable ops that implement the DestinationStyleOpInterface can use this external model base class. More...
#include "mlir/Dialect/Bufferization/IR/DstBufferizableOpInterfaceImpl.h"
Public Member Functions | |
bool | bufferizesToMemoryRead (Operation *op, OpOperand &opOperand, const AnalysisState &state) const |
bool | bufferizesToMemoryWrite (Operation *op, OpOperand &opOperand, const AnalysisState &state) const |
AliasingValueList | getAliasingValues (Operation *op, OpOperand &opOperand, const AnalysisState &state) const |
Bufferizable ops that implement the DestinationStyleOpInterface can use this external model base class.
It provides default implementations for various required interface methods.
Definition at line 22 of file DstBufferizableOpInterfaceImpl.h.
|
inline |
Definition at line 24 of file DstBufferizableOpInterfaceImpl.h.
|
inline |
Definition at line 32 of file DstBufferizableOpInterfaceImpl.h.
|
inline |
Definition at line 39 of file DstBufferizableOpInterfaceImpl.h.