|
MLIR 22.0.0git
|
Go to the source code of this file.
Classes | |
| class | mlir::affine::NestedMatch |
| An NestedPattern captures nested patterns in the IR. More... | |
| class | mlir::affine::NestedPattern |
| class | mlir::affine::NestedPatternContext |
| RAII structure to transparently manage the bump allocator for NestedPattern and NestedMatch classes. More... | |
Namespaces | |
| namespace | mlir |
| Include the generated interface declarations. | |
| namespace | mlir::affine |
| namespace | mlir::affine::matcher |
Typedefs | |
| using | mlir::affine::FilterFunctionType = std::function<bool(Operation &)> |
| A NestedPattern is a nested operation walker that: | |