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