CIRCT  19.0.0git
Namespaces | Typedefs | Functions
HandshakeToDC.h File Reference
#include "circt/Dialect/HW/HWOps.h"
#include "mlir/IR/Builders.h"
#include <memory>
Include dependency graph for HandshakeToDC.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 mlir
 
 circt
 The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
 
 circt::handshaketodc
 
 circt::handshake
 

Typedefs

using circt::handshaketodc::ConvertedOps = DenseSet< Operation * >
 

Functions

std::unique_ptr< mlir::Pass > circt::createHandshakeToDCPass ()
 
LogicalResult circt::handshaketodc::runHandshakeToDC (mlir::Operation *op, llvm::function_ref< void(TypeConverter &typeConverter, ConvertedOps &convertedOps, RewritePatternSet &patterns)> patternBuilder, llvm::function_ref< void(mlir::ConversionTarget &)> configureTarget={})
 
Type circt::handshake::toValidType (Type t)