My Project
|
#include <TypeDetail.h>
Public Types | |
using | KeyTy = std::tuple< Type, unsigned > |
The hash key used for uniquing. More... | |
![]() | |
using | KeyTy = Type |
The hash key used for uniquing. More... | |
Public Member Functions | |
UnrankedMemRefTypeStorage (Type elementTy, const unsigned memorySpace) | |
bool | operator== (const KeyTy &key) const |
![]() | |
ShapedTypeStorage (Type elementTy, unsigned subclassData=0) | |
bool | operator== (const KeyTy &key) 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 UnrankedMemRefTypeStorage * | construct (TypeStorageAllocator &allocator, const KeyTy &key) |
Construction. More... | |
Public Attributes | |
const unsigned | memorySpace |
Memory space in which data referenced by memref resides. More... | |
![]() | |
Type | elementType |
Additional Inherited Members | |
![]() | |
TypeStorage (unsigned subclassData=0) | |
![]() | |
BaseStorage () | |
Unranked MemRef is a MemRef with unknown rank. Only element type and memory space are known
using mlir::detail::UnrankedMemRefTypeStorage::KeyTy = std::tuple<Type, unsigned> |
The hash key used for uniquing.
|
inline |
|
inlinestatic |
Construction.
|
inline |
const unsigned mlir::detail::UnrankedMemRefTypeStorage::memorySpace |
Memory space in which data referenced by memref resides.