#include "circt/Dialect/Arc/ArcPasses.h"
#include "circt/Dialect/HW/HWOpInterfaces.h"
#include "circt/Dialect/HW/HWOps.h"
#include "circt/Dialect/HW/HWTypes.h"
#include "circt/Dialect/HW/InnerSymbolTable.h"
#include "circt/Dialect/SV/SVOps.h"
#include "llvm/ADT/SmallPtrSet.h"
#include "llvm/ADT/StringMap.h"
#include "llvm/Support/raw_ostream.h"
#include "circt/Dialect/Arc/ArcPasses.h.inc"
Go to the source code of this file.
|
| namespace | circt |
| | The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
|
| |
| namespace | circt::arc |
| |
◆ GEN_PASS_DEF_RESOLVEXMRREF
| #define GEN_PASS_DEF_RESOLVEXMRREF |
◆ appendEscaped()
| static void appendEscaped |
( |
std::string & |
out, |
|
|
StringRef |
text |
|
) |
| |
|
static |
◆ buildBoreKey()
| static std::string buildBoreKey |
( |
hw::HWModuleOp |
childMod, |
|
|
ArrayAttr |
pathArray, |
|
|
unsigned |
index, |
|
|
Type |
targetType |
|
) |
| |
|
static |
◆ buildCaptureKey()
| static std::string buildCaptureKey |
( |
hw::HWModuleOp |
payloadMod, |
|
|
ArrayAttr |
pathArray, |
|
|
Type |
targetType |
|
) |
| |
|
static |
◆ buildPathSuffixKey()
| static std::string buildPathSuffixKey |
( |
ArrayAttr |
pathArray, |
|
|
unsigned |
index |
|
) |
| |
|
static |
◆ isConditionallyGuarded()
| static bool isConditionallyGuarded |
( |
Operation * |
op | ) |
|
|
static |