CIRCT
20.0.0git
|
#include "circt/Dialect/Emit/EmitDialect.h"
#include "circt/Dialect/MSFT/MSFTOps.h"
#include "circt/Dialect/MSFT/MSFTPasses.h"
#include "circt/Dialect/SV/SVOps.h"
#include "circt/Dialect/Seq/SeqOps.h"
#include "mlir/Pass/Pass.h"
#include "mlir/Transforms/DialectConversion.h"
Go to the source code of this file.
Classes | |
struct | circt::msft::RemoveOpLowering< OpTy > |
Generic pattern for removing an op during pattern conversion. More... | |
Namespaces | |
circt | |
The InstanceGraph op interface, see InstanceGraphInterface.td for more details. | |
circt::msft | |
Functions | |
SmallVector< unsigned > | circt::msft::makeSequentialRange (unsigned size) |
Utility for creating {0, 1, 2, ..., size}. More... | |
StringRef | circt::msft::getValueName (Value v, const SymbolCache &syms, std::string &buff) |
Try to get a "good" name for the given Value. More... | |