MLIR
20.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 | |
mlir | |
Include the generated interface declarations. | |
mlir::affine | |
mlir::affine::matcher | |
Typedefs | |
using | mlir::affine::FilterFunctionType = std::function< bool(Operation &)> |
A NestedPattern is a nested operation walker that: More... | |