My Project
|
Function Type Storage and Uniquing. More...
#include <TypeDetail.h>
Public Types | |
using | KeyTy = std::pair< ArrayRef< Type >, ArrayRef< Type > > |
The hash key used for uniquing. More... | |
Public Member Functions | |
FunctionTypeStorage (unsigned numInputs, unsigned numResults, Type const *inputsAndResults) | |
bool | operator== (const KeyTy &key) const |
ArrayRef< Type > | getInputs () const |
ArrayRef< Type > | getResults () const |
![]() | |
Dialect & | getDialect () |
Get the dialect that this type is registered to. More... | |
unsigned | getSubclassData () const |
Get the subclass data. More... | |
void | setSubclassData (unsigned val) |
Set the subclass data. More... | |
![]() | |
unsigned | getKind () const |
Get the kind classification of this storage. More... | |
Static Public Member Functions | |
static FunctionTypeStorage * | construct (TypeStorageAllocator &allocator, const KeyTy &key) |
Construction. More... | |
Public Attributes | |
unsigned | numResults |
Type const * | inputsAndResults |
Additional Inherited Members | |
![]() | |
TypeStorage (unsigned subclassData=0) | |
![]() | |
BaseStorage () | |
Function Type Storage and Uniquing.
using mlir::detail::FunctionTypeStorage::KeyTy = std::pair<ArrayRef<Type>, ArrayRef<Type> > |
The hash key used for uniquing.
|
inline |
|
inlinestatic |
Construction.
|
inline |
Type const* mlir::detail::FunctionTypeStorage::inputsAndResults |
unsigned mlir::detail::FunctionTypeStorage::numResults |