|
CIRCT 22.0.0git
|
#include "circt/Support/LLVM.h"#include "mlir/IR/BuiltinAttributes.h"#include "mlir/IR/OpImplementation.h"

Go to the source code of this file.
Namespaces | |
| namespace | circt |
| The InstanceGraph op interface, see InstanceGraphInterface.td for more details. | |
| namespace | circt::parsing_util |
Functions | |
| static StringAttr | circt::parsing_util::getNameFromSSA (MLIRContext *context, StringRef name) |
| Get a name from an SSA value string, if said value name is not a number. | |
| ParseResult | circt::parsing_util::parseInitializerList (mlir::OpAsmParser &parser, llvm::SmallVector< mlir::OpAsmParser::Argument > &inputArguments, llvm::SmallVector< mlir::OpAsmParser::UnresolvedOperand > &inputOperands, llvm::SmallVector< Type > &inputTypes, ArrayAttr &inputNames) |
| Parses an initializer. | |
| void | circt::parsing_util::printInitializerList (OpAsmPrinter &p, ValueRange ins, ArrayRef< BlockArgument > args) |