CIRCT
20.0.0git
|
#include "circt/Support/LLVM.h"
#include "mlir/Transforms/DialectConversion.h"
#include <memory>
#include "circt/Conversion/Passes.h.inc"
Go to the source code of this file.
Classes | |
class | circt::HWArithToHWTypeConverter |
A helper type converter class that automatically populates the relevant materializations and type conversions for converting HWArith to HW. More... | |
struct | circt::HWArithToHWTypeConverter::ConvertedType |
Namespaces | |
mlir | |
circt | |
The InstanceGraph op interface, see InstanceGraphInterface.td for more details. | |
Macros | |
#define | GEN_PASS_DECL_HWARITHTOHW |
Functions | |
void | circt::populateHWArithToHWConversionPatterns (HWArithToHWTypeConverter &typeConverter, RewritePatternSet &patterns) |
Get the HWArith to HW conversion patterns. More... | |
std::unique_ptr< mlir::Pass > | circt::createHWArithToHWPass () |
#define GEN_PASS_DECL_HWARITHTOHW |
Definition at line 27 of file HWArithToHW.h.