#include "mlir-c/IR.h"
Go to the source code of this file.
◆ MLIR_DECLARE_CAPI_DIALECT_REGISTRATION()
MLIR_DECLARE_CAPI_DIALECT_REGISTRATION |
( |
Sequential |
, |
|
|
seq |
|
|
) |
| |
◆ registerSeqPasses()
MLIR_CAPI_EXPORTED void registerSeqPasses |
( |
void |
| ) |
|
◆ seqClockTypeGet()
MLIR_CAPI_EXPORTED MlirType seqClockTypeGet |
( |
MlirContext |
ctx | ) |
|
◆ seqImmutableTypeGet()
MLIR_CAPI_EXPORTED MlirType seqImmutableTypeGet |
( |
MlirType |
type | ) |
|
◆ seqImmutableTypeGetInnerType()
MLIR_CAPI_EXPORTED MlirType seqImmutableTypeGetInnerType |
( |
MlirType |
type | ) |
|
◆ seqTypeIsAClock()
MLIR_CAPI_EXPORTED bool seqTypeIsAClock |
( |
MlirType |
type | ) |
|
If the type is an clock type.
Definition at line 22 of file Seq.cpp.
References unwrap().
◆ seqTypeIsAImmutable()
MLIR_CAPI_EXPORTED bool seqTypeIsAImmutable |
( |
MlirType |
type | ) |
|
If the type is an immutable type.
Definition at line 30 of file Seq.cpp.
References unwrap().