Go to the source code of this file.
|
| namespace | circt |
| | The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
|
| |
| namespace | circt::ssp |
| |
|
| template<typename ProblemT > |
| static InstanceOp | roundtripAs (InstanceOp instOp, bool check, bool verify, OpBuilder &builder) |
| |
| static InstanceOp | roundtrip (InstanceOp instOp, bool check, bool verify, OpBuilder &builder) |
| |
◆ GEN_PASS_DEF_ROUNDTRIP
| #define GEN_PASS_DEF_ROUNDTRIP |
◆ roundtrip()
| static InstanceOp roundtrip |
( |
InstanceOp |
instOp, |
|
|
bool |
check, |
|
|
bool |
verify, |
|
|
OpBuilder & |
builder |
|
) |
| |
|
static |
◆ roundtripAs()
template<typename ProblemT >
| static InstanceOp roundtripAs |
( |
InstanceOp |
instOp, |
|
|
bool |
check, |
|
|
bool |
verify, |
|
|
OpBuilder & |
builder |
|
) |
| |
|
static |