|
CIRCT 22.0.0git
|
#include "circt/Dialect/RTG/IR/RTGAttributes.h"#include "circt/Dialect/RTG/IR/RTGOps.h"#include "circt/Dialect/RTG/IR/RTGVisitors.h"#include "circt/Dialect/RTG/Transforms/RTGPasses.h"#include "circt/Support/Namespace.h"#include "mlir/Dialect/Arith/IR/Arith.h"#include "mlir/Dialect/Index/IR/IndexDialect.h"#include "mlir/Dialect/Index/IR/IndexOps.h"#include "mlir/Dialect/SCF/IR/SCF.h"#include "mlir/IR/IRMapping.h"#include "mlir/IR/PatternMatch.h"#include "llvm/ADT/DenseMapInfoVariant.h"#include "llvm/Support/Debug.h"#include <queue>#include <random>#include "circt/Dialect/RTG/Transforms/RTGPasses.h.inc"
Go to the source code of this file.
Classes | |
| struct | llvm::DenseMapInfo< bool > |
| struct | llvm::DenseMapInfo< LabelValue > |
Namespaces | |
| namespace | circt |
| The InstanceGraph op interface, see InstanceGraphInterface.td for more details. | |
| namespace | circt::rtg |
| namespace | llvm |
Macros | |
| #define | GEN_PASS_DEF_ELABORATIONPASS |
| #define | DEBUG_TYPE "rtg-elaboration" |
Functions | |
| static uint32_t | computeMask (size_t w) |
| static uint32_t | getUniformlyInRange (std::mt19937 &rng, uint32_t a, uint32_t b) |
| Get a number uniformly at random in the in specified range. | |
| static llvm::raw_ostream & | operator<< (llvm::raw_ostream &os, const ElaboratorValue &value) |
| static void | print (TypedAttr val, llvm::raw_ostream &os) |
| static void | print (BagStorage *val, llvm::raw_ostream &os) |
| static void | print (bool val, llvm::raw_ostream &os) |
| static void | print (size_t val, llvm::raw_ostream &os) |
| static void | print (SequenceStorage *val, llvm::raw_ostream &os) |
| static void | print (RandomizedSequenceStorage *val, llvm::raw_ostream &os) |
| static void | print (InterleavedSequenceStorage *val, llvm::raw_ostream &os) |
| static void | print (ArrayStorage *val, llvm::raw_ostream &os) |
| static void | print (SetStorage *val, llvm::raw_ostream &os) |
| static void | print (const VirtualRegisterStorage *val, llvm::raw_ostream &os) |
| static void | print (const UniqueLabelStorage *val, llvm::raw_ostream &os) |
| static void | print (const LabelValue &val, llvm::raw_ostream &os) |
| static void | print (const TupleStorage *val, llvm::raw_ostream &os) |
| static void | print (const MemoryStorage *val, llvm::raw_ostream &os) |
| static void | print (const MemoryBlockStorage *val, llvm::raw_ostream &os) |
| static void | print (const ValidationValue *val, llvm::raw_ostream &os) |
| static void | print (const ValidationMuxedValue *val, llvm::raw_ostream &os) |
| static void | print (const ImmediateConcatStorage *val, llvm::raw_ostream &os) |
| static void | print (const ImmediateSliceStorage *val, llvm::raw_ostream &os) |
| static bool | onlyLegalToMaterializeInTarget (Type type) |
| #define DEBUG_TYPE "rtg-elaboration" |
Definition at line 44 of file ElaborationPass.cpp.
| #define GEN_PASS_DEF_ELABORATIONPASS |
Definition at line 34 of file ElaborationPass.cpp.
|
static |
Definition at line 55 of file ElaborationPass.cpp.
Referenced by getUniformlyInRange().
|
static |
Get a number uniformly at random in the in specified range.
Definition at line 62 of file ElaborationPass.cpp.
References computeMask().
|
static |
Definition at line 2270 of file ElaborationPass.cpp.
|
static |
Definition at line 727 of file ElaborationPass.cpp.
References print().
|
static |
Definition at line 662 of file ElaborationPass.cpp.
|
static |
Definition at line 622 of file ElaborationPass.cpp.
|
static |
Definition at line 631 of file ElaborationPass.cpp.
|
static |
Definition at line 716 of file ElaborationPass.cpp.
|
static |
Definition at line 723 of file ElaborationPass.cpp.
|
static |
Definition at line 684 of file ElaborationPass.cpp.
|
static |
Definition at line 700 of file ElaborationPass.cpp.
|
static |
Definition at line 695 of file ElaborationPass.cpp.
|
static |
Definition at line 688 of file ElaborationPass.cpp.
|
static |
Definition at line 680 of file ElaborationPass.cpp.
|
static |
Definition at line 712 of file ElaborationPass.cpp.
|
static |
Definition at line 707 of file ElaborationPass.cpp.
|
static |
Definition at line 676 of file ElaborationPass.cpp.
|
static |
Definition at line 655 of file ElaborationPass.cpp.
|
static |
Definition at line 646 of file ElaborationPass.cpp.
|
static |
Definition at line 639 of file ElaborationPass.cpp.
|
static |
Definition at line 669 of file ElaborationPass.cpp.
|
static |
Definition at line 635 of file ElaborationPass.cpp.
|
static |
Definition at line 618 of file ElaborationPass.cpp.
Referenced by esi-cosim::__main__(), simulator.Simulator::_start_process_with_callbacks(), simulator.Simulator::compile(), hostmemTest(), operator<<(), synth.LongestPathCollection::print_summary(), Python.setup.CMakeBuild::run(), setup.CMakeBuild::run(), simulator.Simulator::run(), esiaccel.codegen::run(), and questa.Questa::run_command().