#include "mlir/Pass/Pass.h"
#include "mlir/Pass/PassRegistry.h"
#include "circt/Dialect/FIRRTL/Passes.h.inc"
Go to the source code of this file.
|
| enum | circt::firrtl::PreserveAggregate::PreserveMode { circt::firrtl::PreserveAggregate::None
, circt::firrtl::PreserveAggregate::OneDimVec
, circt::firrtl::PreserveAggregate::Vec
, circt::firrtl::PreserveAggregate::All
} |
| |
| enum | circt::firrtl::PreserveValues::PreserveMode { circt::firrtl::PreserveValues::Strip
, circt::firrtl::PreserveValues::None
, circt::firrtl::PreserveValues::Named
, circt::firrtl::PreserveValues::All
} |
| |
| enum class | circt::firrtl::CompanionMode { circt::firrtl::Bind
, circt::firrtl::Instantiate
, circt::firrtl::Drop
} |
| |
| enum class | circt::firrtl::InferDomainsMode { circt::firrtl::Check
, circt::firrtl::Infer
, circt::firrtl::InferAll
} |
| | The mode for the InferDomains pass. More...
|
| |
◆ GEN_PASS_DECL
◆ GEN_PASS_REGISTRATION
| #define GEN_PASS_REGISTRATION |
Generate the code for registering passes.
Definition at line 86 of file Passes.h.