#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 |
|
) |
| |
◆ arcSimModelInstanceTypeGet()
| MLIR_CAPI_EXPORTED MlirType arcSimModelInstanceTypeGet |
( |
MlirAttribute |
model | ) |
|
◆ arcStateTypeGet()
| MLIR_CAPI_EXPORTED MlirType arcStateTypeGet |
( |
MlirType |
innerType | ) |
|
◆ arcStateTypeGetType()
| MLIR_CAPI_EXPORTED MlirType arcStateTypeGetType |
( |
MlirType |
type | ) |
|
◆ arcStorageTypeGet()
| MLIR_CAPI_EXPORTED MlirType arcStorageTypeGet |
( |
MlirContext |
ctx | ) |
|
◆ arcStorageTypeGetWithSize()
| MLIR_CAPI_EXPORTED MlirType arcStorageTypeGetWithSize |
( |
MlirContext |
ctx, |
|
|
unsigned |
size |
|
) |
| |
◆ 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 |
| ) |
|