#include "circt/Dialect/SSP/SSPDialect.h"
#include "circt/Scheduling/Problems.h"
#include "circt/Support/LLVM.h"
#include "mlir/IR/OpImplementation.h"
#include "circt/Dialect/SSP/SSPAttributes.h.inc"
Go to the source code of this file.
|
| circt |
| The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
|
|
| circt::ssp |
|
|
mlir::OptionalParseResult | circt::ssp::parseOptionalPropertyArray (ArrayAttr &attr, AsmParser &parser, ArrayRef< Attribute > alreadyParsed={}) |
| Parse an array of attributes while recognizing the properties of the SSP dialect even without a #ssp. More...
|
|
void | circt::ssp::printPropertyArray (ArrayAttr attr, AsmPrinter &p, ArrayRef< Attribute > alreadyPrinted={}) |
| Print an array attribute, suppressing the #ssp. More...
|
|
◆ GET_ATTRDEF_CLASSES
#define GET_ATTRDEF_CLASSES |