#include "mlir-c/IR.h"
Go to the source code of this file.
◆ arcMemoryTypeGet()
| MLIR_CAPI_EXPORTED MlirType arcMemoryTypeGet |
( |
unsigned |
numWords, |
|
|
MlirType |
wordType, |
|
|
MlirType |
addressType |
|
) |
| |
◆ arcMemoryTypeGetAddressType()
| MLIR_CAPI_EXPORTED MlirType arcMemoryTypeGetAddressType |
( |
MlirType |
type | ) |
|
◆ arcMemoryTypeGetNumWords()
| MLIR_CAPI_EXPORTED unsigned arcMemoryTypeGetNumWords |
( |
MlirType |
type | ) |
|
◆ arcMemoryTypeGetStride()
| MLIR_CAPI_EXPORTED unsigned arcMemoryTypeGetStride |
( |
MlirType |
type | ) |
|
◆ arcMemoryTypeGetWordType()
| MLIR_CAPI_EXPORTED MlirType arcMemoryTypeGetWordType |
( |
MlirType |
type | ) |
|
◆ arcSimModelInstanceTypeGet()
| MLIR_CAPI_EXPORTED MlirType arcSimModelInstanceTypeGet |
( |
MlirAttribute |
model | ) |
|
◆ arcSimModelInstanceTypeGetModel()
| MLIR_CAPI_EXPORTED MlirAttribute arcSimModelInstanceTypeGetModel |
( |
MlirType |
type | ) |
|
◆ arcStateTypeGet()
| MLIR_CAPI_EXPORTED MlirType arcStateTypeGet |
( |
MlirType |
innerType | ) |
|
◆ arcStateTypeGetBitWidth()
| MLIR_CAPI_EXPORTED unsigned arcStateTypeGetBitWidth |
( |
MlirType |
type | ) |
|
◆ arcStateTypeGetByteWidth()
| MLIR_CAPI_EXPORTED unsigned arcStateTypeGetByteWidth |
( |
MlirType |
type | ) |
|
◆ arcStateTypeGetType()
| MLIR_CAPI_EXPORTED MlirType arcStateTypeGetType |
( |
MlirType |
type | ) |
|
◆ arcStorageTypeGet()
| MLIR_CAPI_EXPORTED MlirType arcStorageTypeGet |
( |
MlirContext |
ctx | ) |
|
◆ arcTypeIsAMemory()
| MLIR_CAPI_EXPORTED bool arcTypeIsAMemory |
( |
MlirType |
type | ) |
|
◆ arcTypeIsASimModelInstance()
| MLIR_CAPI_EXPORTED bool arcTypeIsASimModelInstance |
( |
MlirType |
type | ) |
|
◆ arcTypeIsAState()
| MLIR_CAPI_EXPORTED bool arcTypeIsAState |
( |
MlirType |
type | ) |
|
◆ arcTypeIsAStorage()
| MLIR_CAPI_EXPORTED bool arcTypeIsAStorage |
( |
MlirType |
type | ) |
|
◆ MLIR_DECLARE_CAPI_DIALECT_REGISTRATION()
| MLIR_DECLARE_CAPI_DIALECT_REGISTRATION |
( |
Arc |
, |
|
|
arc |
|
|
) |
| |
◆ registerArcPasses()
| MLIR_CAPI_EXPORTED void registerArcPasses |
( |
void |
| ) |
|