|
CIRCT 24.0.0git
|
#include "circt/Support/LoweringOptions.h"#include "circt/Support/PrettyPrinter.h"#include "mlir/IR/BuiltinOps.h"
Go to the source code of this file.
Functions | |
| static std::optional< LoweringOptions::LocationInfoStyle > | parseLocationInfoStyle (StringRef option) |
| static std::optional< LoweringOptions::WireSpillingHeuristic > | parseWireSpillingHeuristic (StringRef option) |
|
static |
Definition at line 35 of file LoweringOptions.cpp.
References circt::LoweringOptions::None, circt::LoweringOptions::Plain, and circt::LoweringOptions::WrapInAtSquareBracket.
Referenced by circt::LoweringOptions::parse().
|
static |
Definition at line 45 of file LoweringOptions.cpp.
References circt::LoweringOptions::SpillLargeTermsWithNamehints.
Referenced by circt::LoweringOptions::parse().