#include "mlir-c/IR.h"
Go to the source code of this file.
◆ MLIR_DECLARE_CAPI_DIALECT_REGISTRATION()
MLIR_DECLARE_CAPI_DIALECT_REGISTRATION |
( |
SystemVerilog |
, |
|
|
sv |
|
|
) |
| |
◆ registerSVPasses()
MLIR_CAPI_EXPORTED void registerSVPasses |
( |
void |
| ) |
|
◆ svAttrIsASVAttributeAttr()
MLIR_CAPI_EXPORTED bool svAttrIsASVAttributeAttr |
( |
MlirAttribute |
cAttr | ) |
|
◆ svSVAttributeAttrGet()
MLIR_CAPI_EXPORTED MlirAttribute svSVAttributeAttrGet |
( |
MlirContext |
cCtxt, |
|
|
MlirStringRef |
name, |
|
|
MlirStringRef |
expression, |
|
|
bool |
emitAsComment |
|
) |
| |
◆ svSVAttributeAttrGetEmitAsComment()
MLIR_CAPI_EXPORTED bool svSVAttributeAttrGetEmitAsComment |
( |
MlirAttribute |
attribute | ) |
|
◆ svSVAttributeAttrGetExpression()
MLIR_CAPI_EXPORTED MlirStringRef svSVAttributeAttrGetExpression |
( |
MlirAttribute |
cAttr | ) |
|
◆ svSVAttributeAttrGetName()
MLIR_CAPI_EXPORTED MlirStringRef svSVAttributeAttrGetName |
( |
MlirAttribute |
cAttr | ) |
|