#include "mlir/IR/Attributes.h"
#include "mlir/IR/BuiltinAttributeInterfaces.h"
#include "mlir/IR/BuiltinAttributes.h"
#include "circt/Dialect/HW/HWAttributes.h.inc"
Go to the source code of this file.
|
| circt |
| The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
|
|
| circt::hw |
|
|
enum PEO uint32_t mlir::FailureOr< mlir::Type > | circt::hw::evaluateParametricType (mlir::Location loc, mlir::ArrayAttr parameters, mlir::Type type, bool emitErrors=true) |
| Returns a resolved version of 'type' wherein any parameter reference has been evaluated based on the set of provided 'parameters'. More...
|
|
mlir::FailureOr< mlir::TypedAttr > | circt::hw::evaluateParametricAttr (mlir::Location loc, mlir::ArrayAttr parameters, mlir::Attribute paramAttr, bool emitErrors=true) |
| Evaluates a parametric attribute (param.decl.ref/param.expr) based on a set of provided parameter values. More...
|
|
bool | circt::hw::isParametricType (mlir::Type t) |
| Returns true if any part of t is parametric. More...
|
|
◆ GET_ATTRDEF_CLASSES
#define GET_ATTRDEF_CLASSES |