#include "circt/Support/LLVM.h"
#include "mlir/IR/Builders.h"
#include "mlir/IR/OpImplementation.h"
Go to the source code of this file.
|
| circt |
| The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
|
|
|
ParseResult | circt::parseInputPortList (OpAsmParser &parser, SmallVectorImpl< OpAsmParser::UnresolvedOperand > &inputs, SmallVectorImpl< Type > &inputTypes, ArrayAttr &inputNames) |
| Parse a list of instance input ports. More...
|
|
void | circt::printInputPortList (OpAsmPrinter &p, Operation *op, OperandRange inputs, TypeRange inputTypes, ArrayAttr inputNames) |
| Print a list of instance input ports. More...
|
|
ParseResult | circt::parseOutputPortList (OpAsmParser &parser, SmallVectorImpl< Type > &resultTypes, ArrayAttr &resultNames) |
| Parse a list of instance output ports. More...
|
|
void | circt::printOutputPortList (OpAsmPrinter &p, Operation *op, TypeRange resultTypes, ArrayAttr resultNames) |
| Print a list of instance output ports. More...
|
|
ParseResult | circt::parseOptionalParameterList (OpAsmParser &parser, ArrayAttr ¶meters) |
| Parse an parameter list if present. More...
|
|
void | circt::printOptionalParameterList (OpAsmPrinter &p, Operation *op, ArrayAttr parameters) |
| Print a parameter list for a module or instance. More...
|
|