#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.
|
| namespace | circt |
| | The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
|
| |
| namespace | 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.
|
| |
| void | circt::ssp::printPropertyArray (ArrayAttr attr, AsmPrinter &p, ArrayRef< Attribute > alreadyPrinted={}) |
| | Print an array attribute, suppressing the #ssp.
|
| |
◆ GET_ATTRDEF_CLASSES
| #define GET_ATTRDEF_CLASSES |