Home
last modified time | relevance | path

Searched refs:DataLayoutEntryStorage (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/Dialect/DLTI/
H A DDLTI.h22 class DataLayoutEntryStorage; variable
35 impl::DataLayoutEntryStorage,
/llvm-project-15.0.7/mlir/lib/Dialect/DLTI/
H A DDLTI.cpp29 class DataLayoutEntryStorage : public AttributeStorage { class
33 DataLayoutEntryStorage(DataLayoutEntryKey entryKey, Attribute value) in DataLayoutEntryStorage() function in mlir::impl::DataLayoutEntryStorage
36 static DataLayoutEntryStorage *construct(AttributeStorageAllocator &allocator, in construct()
38 return new (allocator.allocate<DataLayoutEntryStorage>()) in construct()
39 DataLayoutEntryStorage(key.first, key.second); in construct()