Loading [MathJax]/extensions/tex2jax.js
CIRCT 22.0.0git
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Namespaces | Macros | Enumerations
Passes.h File Reference
#include "mlir/Pass/Pass.h"
#include "mlir/Pass/PassRegistry.h"
#include "circt/Dialect/FIRRTL/Passes.h.inc"
Include dependency graph for Passes.h:

Go to the source code of this file.

Namespaces

namespace  mlir
 
namespace  circt
 The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
 
namespace  circt::firrtl
 
namespace  circt::firrtl::PreserveAggregate
 Configure which aggregate values will be preserved by the LowerTypes pass.
 
namespace  circt::firrtl::PreserveValues
 Configure which values will be explicitly preserved by the DropNames pass.
 

Macros

#define GEN_PASS_DECL
 
#define GEN_PASS_REGISTRATION
 Generate the code for registering passes.
 

Enumerations

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 }
 

Macro Definition Documentation

◆ GEN_PASS_DECL

#define GEN_PASS_DECL

Definition at line 72 of file Passes.h.

◆ GEN_PASS_REGISTRATION

#define GEN_PASS_REGISTRATION

Generate the code for registering passes.

Definition at line 76 of file Passes.h.