CIRCT
20.0.0git
|
#include "circt/Dialect/HW/HWOps.h"
#include "mlir/IR/Builders.h"
#include <memory>
#include "circt/Conversion/Passes.h.inc"
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 | |
Macros | |
#define | GEN_PASS_DECL_HANDSHAKETODC |
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) |
Converts 't' into a valid HW type. More... | |
#define GEN_PASS_DECL_HANDSHAKETODC |
Definition at line 27 of file HandshakeToDC.h.