#include "circt/Dialect/HW/HWOps.h"
#include "llvm/ADT/TypeSwitch.h"
Go to the source code of this file.
|
| circt |
| The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
|
|
| circt::hw |
|
|
#define | HANDLE(OPTYPE, OPKIND) |
|
#define | HANDLE(OPTYPE, OPKIND) |
|
◆ HANDLE [1/2]
#define HANDLE |
( |
|
OPTYPE, |
|
|
|
OPKIND |
|
) |
| |
Value: ResultType visitTypeOp(OPTYPE op, ExtraArgs... args) { \
return static_cast<ConcreteType *>(this)->visit##OPKIND##TypeOp(op, \
args...); \
}
Definition at line 123 of file HWVisitors.h.
◆ HANDLE [2/2]
#define HANDLE |
( |
|
OPTYPE, |
|
|
|
OPKIND |
|
) |
| |
Value: ResultType visitStmt(OPTYPE op, ExtraArgs... args) { \
return static_cast<ConcreteType *>(this)->visit##OPKIND##Stmt(op, \
args...); \
}
Definition at line 123 of file HWVisitors.h.