CIRCT 23.0.0git
Loading...
Searching...
No Matches
OMReductions.h
Go to the documentation of this file.
1//===- OMReductions.h - OM reduction interface decl. -----------*- C++ -*-===//
2//
3// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4// See https://llvm.org/LICENSE.txt for license information.
5// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6//
7//===----------------------------------------------------------------------===//
8
9#ifndef CIRCT_DIALECT_OM_OMREDUCTIONS_H
10#define CIRCT_DIALECT_OM_OMREDUCTIONS_H
11
13
14namespace circt {
15namespace om {
16
17/// A dialect interface to provide reduction patterns to a reducer tool.
22
23/// Register the OM Reduction pattern dialect interface to the given registry.
24void registerReducePatternDialectInterface(mlir::DialectRegistry &registry);
25
26} // namespace om
27} // namespace circt
28
29#endif // CIRCT_DIALECT_OM_OMREDUCTIONS_H
void registerReducePatternDialectInterface(mlir::DialectRegistry &registry)
Register the OM Reduction pattern dialect interface to the given registry.
The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
Definition om.py:1
A dialect interface to provide reduction patterns to a reducer tool.
Definition Reduction.h:180
ReducePatternDialectInterface(Dialect *dialect)
Definition Reduction.h:181
A dialect interface to provide reduction patterns to a reducer tool.
void populateReducePatterns(circt::ReducePatternSet &patterns) const override