CIRCT
20.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 | |
circt | |
The InstanceGraph op interface, see InstanceGraphInterface.td for more details. | |
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. More... | |
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. More... | |
void | circt::parsing_util::printInitializerList (OpAsmPrinter &p, ValueRange ins, ArrayRef< BlockArgument > args) |