My Project
|
#include <TypeDetail.h>
Public Types | |
using | KeyTy = std::tuple< ArrayRef< int64_t >, Type, ArrayRef< AffineMap >, unsigned > |
The hash key used for uniquing. More... | |
![]() | |
using | KeyTy = Type |
The hash key used for uniquing. More... | |
Public Member Functions | |
MemRefTypeStorage (unsigned shapeSize, Type elementType, const int64_t *shapeElements, const unsigned numAffineMaps, AffineMap const *affineMapList, const unsigned memorySpace) | |
bool | operator== (const KeyTy &key) const |
ArrayRef< int64_t > | getShape () const |
ArrayRef< AffineMap > | getAffineMaps () 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 MemRefTypeStorage * | construct (TypeStorageAllocator &allocator, const KeyTy &key) |
Construction. More... | |
Public Attributes | |
const int64_t * | shapeElements |
An array of integers which stores the shape dimension sizes. More... | |
const unsigned | numAffineMaps |
The number of affine maps in the 'affineMapList' array. More... | |
AffineMap const * | affineMapList |
List of affine maps in the memref's layout/index map composition. More... | |
const unsigned | memorySpace |
Memory space in which data referenced by memref resides. More... | |
![]() | |
Type | elementType |
Additional Inherited Members | |
![]() | |
TypeStorage (unsigned subclassData=0) | |
![]() | |
BaseStorage () | |
using mlir::detail::MemRefTypeStorage::KeyTy = std::tuple<ArrayRef<int64_t>, Type, ArrayRef<AffineMap>, unsigned> |
The hash key used for uniquing.
|
inline |
|
inlinestatic |
Construction.
|
inline |
|
inline |
AffineMap const* mlir::detail::MemRefTypeStorage::affineMapList |
List of affine maps in the memref's layout/index map composition.
const unsigned mlir::detail::MemRefTypeStorage::memorySpace |
Memory space in which data referenced by memref resides.
const unsigned mlir::detail::MemRefTypeStorage::numAffineMaps |
The number of affine maps in the 'affineMapList' array.
const int64_t* mlir::detail::MemRefTypeStorage::shapeElements |
An array of integers which stores the shape dimension sizes.