|
CIRCT 22.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 | |
| namespace | mlir |
| namespace | circt |
| The InstanceGraph op interface, see InstanceGraphInterface.td for more details. | |
| namespace | circt::handshaketodc |
| namespace | circt::handshake |
Macros | |
| #define | GEN_PASS_DECL_HANDSHAKETODC |
Typedefs | |
| using | circt::handshaketodc::ConvertedOps = DenseSet< Operation * > |
Functions | |
| LogicalResult | circt::handshaketodc::runHandshakeToDC (mlir::Operation *op, HandshakeToDCOptions options, 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. | |
| #define GEN_PASS_DECL_HANDSHAKETODC |
Definition at line 27 of file HandshakeToDC.h.