CIRCT  19.0.0git
Classes | Namespaces | Functions
PassDetails.h File Reference
#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"
Include dependency graph for PassDetails.h:
This graph shows which files directly or indirectly include this file:

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...