#include "circt/Dialect/DC/DCOps.h"
#include "circt/Dialect/DC/DCPasses.h"
#include "mlir/Pass/Pass.h"
#include "circt/Dialect/DC/DCPasses.h.inc"
Go to the source code of this file.
|
| circt |
| The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
|
|
| circt::dc |
|
|
static bool | isDCTyped (Value v) |
|
static void | replaceFirstUse (Operation *op, Value oldVal, Value newVal) |
|
static void | insertSink (Value v, OpBuilder &rewriter) |
|
static void | insertFork (Value result, OpBuilder &rewriter) |
|
static LogicalResult | addForkOps (Block &block, OpBuilder &rewriter) |
|
static LogicalResult | addSinkOps (Block &block, OpBuilder &rewriter) |
|
◆ GEN_PASS_DEF_DCDEMATERIALIZEFORKSSINKS
#define GEN_PASS_DEF_DCDEMATERIALIZEFORKSSINKS |
◆ GEN_PASS_DEF_DCMATERIALIZEFORKSSINKS
#define GEN_PASS_DEF_DCMATERIALIZEFORKSSINKS |
◆ addForkOps()
static LogicalResult addForkOps |
( |
Block & |
block, |
|
|
OpBuilder & |
rewriter |
|
) |
| |
|
static |
◆ addSinkOps()
static LogicalResult addSinkOps |
( |
Block & |
block, |
|
|
OpBuilder & |
rewriter |
|
) |
| |
|
static |
◆ insertFork()
static void insertFork |
( |
Value |
result, |
|
|
OpBuilder & |
rewriter |
|
) |
| |
|
static |
◆ insertSink()
static void insertSink |
( |
Value |
v, |
|
|
OpBuilder & |
rewriter |
|
) |
| |
|
static |
◆ isDCTyped()
static bool isDCTyped |
( |
Value |
v | ) |
|
|
static |
◆ replaceFirstUse()
static void replaceFirstUse |
( |
Operation * |
op, |
|
|
Value |
oldVal, |
|
|
Value |
newVal |
|
) |
| |
|
static |