My Project
|
#include <LocationDetail.h>
Public Types | |
using | KeyTy = std::pair< ArrayRef< Location >, Attribute > |
The hash key used for uniquing. More... | |
Public Member Functions | |
FusedLocationStorage (unsigned numLocs, Attribute metadata) | |
ArrayRef< Location > | getLocations () const |
bool | operator== (const KeyTy &key) const |
size_t | numTrailingObjects (OverloadToken< Location >) const |
![]() | |
Type | getType () const |
Get the type of this attribute. More... | |
Dialect & | getDialect () const |
Get the dialect of this attribute. More... | |
![]() | |
unsigned | getKind () const |
Get the kind classification of this storage. More... | |
Static Public Member Functions | |
static FusedLocationStorage * | construct (AttributeStorageAllocator &allocator, const KeyTy &key) |
Construct a new storage instance. More... | |
Public Attributes | |
unsigned | numLocs |
Number of trailing location objects. More... | |
Attribute | metadata |
Metadata used to reason about the generation of this fused location. More... | |
Additional Inherited Members | |
![]() | |
AttributeStorage (Type type) | |
AttributeStorage () | |
void | setType (Type type) |
Set the type of this attribute. More... | |
void | initializeDialect (Dialect &newDialect) |
![]() | |
BaseStorage () | |
using mlir::detail::FusedLocationStorage::KeyTy = std::pair<ArrayRef<Location>, Attribute> |
The hash key used for uniquing.
|
inline |
|
inlinestatic |
Construct a new storage instance.
|
inline |
|
inline |
Attribute mlir::detail::FusedLocationStorage::metadata |
Metadata used to reason about the generation of this fused location.
unsigned mlir::detail::FusedLocationStorage::numLocs |
Number of trailing location objects.