#include "circt/Dialect/FIRRTL/FIRRTLAnnotations.h"
#include "circt/Dialect/FIRRTL/FIRRTLAttributes.h"
#include "circt/Dialect/FIRRTL/FIRRTLFieldSource.h"
#include "circt/Dialect/FIRRTL/FIRRTLInstanceGraph.h"
#include "circt/Dialect/FIRRTL/FIRRTLOps.h"
#include "circt/Dialect/FIRRTL/FIRRTLUtils.h"
#include "circt/Dialect/FIRRTL/Passes.h"
#include "circt/Support/APInt.h"
#include "mlir/IR/Iterators.h"
#include "mlir/IR/Threading.h"
#include "mlir/Pass/Pass.h"
#include "llvm/ADT/APSInt.h"
#include "llvm/ADT/TinyPtrVector.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/ScopedPrinter.h"
#include "circt/Dialect/FIRRTL/Passes.h.inc"
Go to the source code of this file.
|
| circt |
| The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
|
|
| circt::firrtl |
|
◆ DEBUG_TYPE
#define DEBUG_TYPE "IMCP" |
◆ GEN_PASS_DEF_IMCONSTPROP
#define GEN_PASS_DEF_IMCONSTPROP |
◆ getFieldIDOffset()
static std::optional<uint64_t> getFieldIDOffset |
( |
FieldRef |
changedFieldRef, |
|
|
Type |
connectionType, |
|
|
FieldRef |
connectedValueFieldRef |
|
) |
| |
|
static |
◆ isAggregate()
static bool isAggregate |
( |
Operation * |
op | ) |
|
|
static |
Return true if this is an aggregate indexer.
Definition at line 48 of file IMConstProp.cpp.
◆ isDeletableWireOrRegOrNode()
static bool isDeletableWireOrRegOrNode |
( |
Operation * |
op | ) |
|
|
static |
◆ isNodeLike()
static bool isNodeLike |
( |
Operation * |
op | ) |
|
|
static |
◆ isWireOrReg()
static bool isWireOrReg |
( |
Operation * |
op | ) |
|
|
static |
◆ operator<<()
static LLVM_ATTRIBUTE_USED llvm::raw_ostream& operator<< |
( |
llvm::raw_ostream & |
os, |
|
|
const LatticeValue & |
lattice |
|
) |
| |
|
static |