CIRCT 20.0.0git
|
#include "circt-c/Dialect/RTG.h"
#include "circt/Dialect/RTG/IR/RTGDialect.h"
#include "circt/Dialect/RTG/IR/RTGTypes.h"
#include "mlir/CAPI/Registration.h"
Go to the source code of this file.
Functions | |
bool | rtgTypeIsASequence (MlirType type) |
If the type is an RTG sequence. | |
MlirType | rtgSequenceTypeGet (MlirContext ctxt) |
Creates an RTG sequence type in the context. | |
bool | rtgTypeIsALabel (MlirType type) |
If the type is an RTG label. | |
MlirType | rtgLabelTypeGet (MlirContext ctxt) |
Creates an RTG mode type in the context. | |
bool | rtgTypeIsASet (MlirType type) |
If the type is an RTG set. | |
MlirType | rtgSetTypeGet (MlirType elementType) |
Creates an RTG set type in the context. | |
bool | rtgTypeIsABag (MlirType type) |
If the type is an RTG bag. | |
MlirType | rtgBagTypeGet (MlirType elementType) |
Creates an RTG bag type in the context. | |
bool | rtgTypeIsADict (MlirType type) |
If the type is an RTG dict. | |
MlirType | rtgDictTypeGet (MlirContext ctxt, intptr_t numEntries, MlirAttribute const *entryNames, MlirType const *entryTypes) |
Creates an RTG dict type in the context. | |
MlirType rtgBagTypeGet | ( | MlirType | elementType | ) |
Creates an RTG bag type in the context.
Definition at line 63 of file RTG.cpp.
References elementType, unwrap(), and wrap().
MlirType rtgDictTypeGet | ( | MlirContext | ctxt, |
intptr_t | numEntries, | ||
MlirAttribute const * | entryNames, | ||
MlirType const * | entryTypes | ||
) |
Creates an RTG dict type in the context.
Definition at line 73 of file RTG.cpp.
References circt::rtg::DictEntry::name, circt::rtg::DictEntry::type, unwrap(), and wrap().
MlirType rtgLabelTypeGet | ( | MlirContext | ctxt | ) |
MlirType rtgSequenceTypeGet | ( | MlirContext | ctxt | ) |
MlirType rtgSetTypeGet | ( | MlirType | elementType | ) |
Creates an RTG set type in the context.
Definition at line 53 of file RTG.cpp.
References elementType, unwrap(), and wrap().
bool rtgTypeIsABag | ( | MlirType | type | ) |
bool rtgTypeIsADict | ( | MlirType | type | ) |
bool rtgTypeIsALabel | ( | MlirType | type | ) |
bool rtgTypeIsASequence | ( | MlirType | type | ) |