CIRCT 20.0.0git
|
#include "mlir/Pass/Pass.h"
#include <memory>
#include "circt/Dialect/SystemC/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::systemc |
Macros | |
#define | GEN_PASS_REGISTRATION |
Generate the code for registering passes. | |
Functions | |
void | circt::systemc::populateSystemCLowerInstanceInteropPatterns (mlir::RewritePatternSet &patterns, mlir::MLIRContext *ctx) |
Populate the rewrite patterns for SystemC's instance-side interop lowerings. | |
std::unique_ptr< mlir::Pass > | circt::systemc::createSystemCLowerInstanceInteropPass () |
Create the SystemC Lower Interop pass. | |
#define GEN_PASS_REGISTRATION |
Generate the code for registering passes.
Definition at line 35 of file SystemCPasses.h.