#include "circt/Dialect/Comb/CombOps.h"
#include "circt/Dialect/Emit/EmitOps.h"
#include "circt/Dialect/HW/HWAttributes.h"
#include "circt/Dialect/HW/HWOps.h"
#include "circt/Dialect/HW/HWSymCache.h"
#include "circt/Dialect/HW/InnerSymbolNamespace.h"
#include "circt/Dialect/SV/SVOps.h"
#include "circt/Dialect/Seq/SeqAttributes.h"
#include "circt/Dialect/Seq/SeqOps.h"
#include "circt/Dialect/Seq/SeqPasses.h"
#include "mlir/IR/ImplicitLocOpBuilder.h"
#include "mlir/Pass/Pass.h"
#include "llvm/ADT/TypeSwitch.h"
#include "llvm/Support/Path.h"
#include "circt/Dialect/Seq/SeqPasses.h.inc"
Go to the source code of this file.
|
| circt |
| The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
|
|
| circt::seq |
|
|
static bool | valueDefinedBeforeOp (Value value, Operation *op) |
| A helper that returns true if a value definition (or block argument) is visible to another operation, either because it's a block argument or because the defining op is before that other op. More...
|
|
static Value | getMemoryRead (ImplicitLocOpBuilder &b, Value memory, Value addr, bool addMuxPragmas) |
|
◆ GEN_PASS_DEF_HWMEMSIMIMPL
#define GEN_PASS_DEF_HWMEMSIMIMPL |
◆ getMemoryRead()
static Value getMemoryRead |
( |
ImplicitLocOpBuilder & |
b, |
|
|
Value |
memory, |
|
|
Value |
addr, |
|
|
bool |
addMuxPragmas |
|
) |
| |
|
static |
◆ valueDefinedBeforeOp()
static bool valueDefinedBeforeOp |
( |
Value |
value, |
|
|
Operation * |
op |
|
) |
| |
|
static |
A helper that returns true if a value definition (or block argument) is visible to another operation, either because it's a block argument or because the defining op is before that other op.
Definition at line 89 of file HWMemSimImpl.cpp.