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. More... | |
MlirType | rtgSequenceTypeGet (MlirContext ctxt) |
Creates an RTG sequence type in the context. More... | |
bool | rtgTypeIsALabel (MlirType type) |
If the type is an RTG label. More... | |
MlirType | rtgLabelTypeGet (MlirContext ctxt) |
Creates an RTG mode type in the context. More... | |
bool | rtgTypeIsASet (MlirType type) |
If the type is an RTG set. More... | |
MlirType | rtgSetTypeGet (MlirType elementType) |
Creates an RTG set type in the context. More... | |
bool | rtgTypeIsABag (MlirType type) |
If the type is an RTG bag. More... | |
MlirType | rtgBagTypeGet (MlirType elementType) |
Creates an RTG bag type in the context. More... | |
bool | rtgTypeIsADict (MlirType type) |
If the type is an RTG dict. More... | |
MlirType | rtgDictTypeGet (MlirContext ctxt, intptr_t numEntries, MlirAttribute const *entryNames, MlirType const *entryTypes) |
Creates an RTG dict type in the context. More... | |
MlirType rtgBagTypeGet | ( | MlirType | elementType | ) |
Creates an RTG bag type in the context.
Definition at line 63 of file RTG.cpp.
References elementType, circt::calyx::direction::get(), 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 esiaccel.accelerator::ctxt, circt::calyx::direction::get(), circt::rtg::DictEntry::name, circt::rtg::DictEntry::type, unwrap(), and wrap().
MlirType rtgLabelTypeGet | ( | MlirContext | ctxt | ) |
Creates an RTG mode type in the context.
Definition at line 44 of file RTG.cpp.
References esiaccel.accelerator::ctxt, circt::calyx::direction::get(), unwrap(), and wrap().
MlirType rtgSequenceTypeGet | ( | MlirContext | ctxt | ) |
Creates an RTG sequence type in the context.
Definition at line 35 of file RTG.cpp.
References esiaccel.accelerator::ctxt, circt::calyx::direction::get(), unwrap(), and wrap().
MlirType rtgSetTypeGet | ( | MlirType | elementType | ) |
Creates an RTG set type in the context.
Definition at line 53 of file RTG.cpp.
References elementType, circt::calyx::direction::get(), unwrap(), and wrap().
bool rtgTypeIsABag | ( | MlirType | type | ) |
bool rtgTypeIsADict | ( | MlirType | type | ) |
bool rtgTypeIsALabel | ( | MlirType | type | ) |
bool rtgTypeIsASequence | ( | MlirType | type | ) |