|
MLIR
22.0.0git
|
#include "mlir/Transforms/DialectConversion.h"Go to the source code of this file.
Classes | |
| struct | mlir::bufferization::BufferizationStatistics |
| Bufferization statistics for debugging. More... | |
Namespaces | |
| mlir | |
| Include the generated interface declarations. | |
| mlir::bufferization | |
Functions | |
| LogicalResult | mlir::bufferization::bufferizeOp (Operation *op, const BufferizationOptions &options, BufferizationState &bufferizationState, BufferizationStatistics *statistics=nullptr) |
Bufferize op and its nested ops that implement BufferizableOpInterface. More... | |
| LogicalResult | mlir::bufferization::bufferizeBlockSignature (Block *block, RewriterBase &rewriter, const BufferizationOptions &options, BufferizationState &state) |
Bufferize the signature of block and its callers (i.e., ops that have the given block as a successor). More... | |