CIRCT  19.0.0git
Classes | Namespaces | Functions
HWArithToHW.h File Reference
#include "circt/Support/LLVM.h"
#include "mlir/Transforms/DialectConversion.h"
#include <memory>
Include dependency graph for HWArithToHW.h:
This graph shows which files directly or indirectly include this file:

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.
 

Functions

void circt::populateHWArithToHWConversionPatterns (HWArithToHWTypeConverter &typeConverter, RewritePatternSet &patterns)
 Get the HWArith to HW conversion patterns. More...
 
std::unique_ptr< mlir::Pass > circt::createHWArithToHWPass ()