CIRCT 20.0.0git
Loading...
Searching...
No Matches
Namespaces | Macros | Functions
SystemCPasses.h File Reference
#include "mlir/Pass/Pass.h"
#include <memory>
#include "circt/Dialect/SystemC/Passes.h.inc"
Include dependency graph for SystemCPasses.h:
This graph shows which files directly or indirectly include this file:

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.
 

Macro Definition Documentation

◆ GEN_PASS_REGISTRATION

#define GEN_PASS_REGISTRATION

Generate the code for registering passes.

Definition at line 35 of file SystemCPasses.h.