CIRCT  19.0.0git
Public Member Functions | List of all members
BindPortEmitter Struct Reference

Emit a systemc.instance.bind_port operation using the operator() rather than .bind() variant. More...

Inheritance diagram for BindPortEmitter:
Inheritance graph
[legend]
Collaboration diagram for BindPortEmitter:
Collaboration graph
[legend]

Public Member Functions

void emitStatement (BindPortOp op, EmissionPrinter &p) override
 Emit zero (default) or more statements for the given operation. More...
 
- Public Member Functions inherited from circt::ExportSystemC::OpEmissionPattern< BindPortOp >
 OpEmissionPattern (MLIRContext *context)
 
void emitStatement (mlir::Operation *op, EmissionPrinter &p) final
 Emit zero or more statements for the given operation. More...
 
MatchResult matchInlinable (Value value) override
 Checks if this pattern is applicable to the given value to emit an inlinable expression. More...
 
bool matchStatement (mlir::Operation *op) override
 Checks if this pattern is applicable to the given operation for statement emission. More...
 
void emitInlined (mlir::Value value, EmissionPrinter &p) override
 Emit the expression for the given value. More...
 
- Public Member Functions inherited from circt::ExportSystemC::OpEmissionPatternBase
 OpEmissionPatternBase (StringRef operationName, MLIRContext *context)
 
virtual ~OpEmissionPatternBase ()=default
 
- Public Member Functions inherited from circt::ExportSystemC::PatternBase
 PatternBase (const void *rootValue)
 
const void * getRootValue () const
 Get a unique identifier for the C++ type the pattern is matching on. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from circt::ExportSystemC::PatternBase
template<typename E , typename... Args>
static std::unique_ptr< E > create (Args &&...args)
 

Detailed Description

Emit a systemc.instance.bind_port operation using the operator() rather than .bind() variant.

Definition at line 278 of file SystemCEmissionPatterns.cpp.

Member Function Documentation

◆ emitStatement()

void BindPortEmitter::emitStatement ( BindPortOp  op,
EmissionPrinter p 
)
inlineoverridevirtual

The documentation for this struct was generated from the following file: