#include "circt/Dialect/FIRRTL/FIRRTLAnnotations.h"
#include "circt/Dialect/FIRRTL/FIRRTLAttributes.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.
|
| namespace | circt |
| | The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
|
| |
| namespace | circt::firrtl |
| |
|
| static bool | isWireOrReg (Operation *op) |
| | Return true if this is a wire or register.
|
| |
| static bool | isAggregate (Operation *op) |
| | Return true if this is an aggregate indexer.
|
| |
| static bool | isNodeLike (Operation *op) |
| |
| static bool | isDeletableWireOrRegOrNode (Operation *op) |
| | Return true if this is a wire or register we're allowed to delete.
|
| |
| static LLVM_ATTRIBUTE_USED llvm::raw_ostream & | operator<< (llvm::raw_ostream &os, const LatticeValue &lattice) |
| |
| static std::optional< uint64_t > | getFieldIDOffset (FieldRef changedFieldRef, Type connectionType, FieldRef connectedValueFieldRef) |
| |
◆ 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 47 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 |