Home
last modified time | relevance | path

Searched refs:DataLayoutSpecStorage (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/Dialect/DLTI/
H A DDLTI.h23 class DataLayoutSpecStorage; variable
69 impl::DataLayoutSpecStorage,
/llvm-project-15.0.7/mlir/lib/Dialect/DLTI/
H A DDLTI.cpp112 class DataLayoutSpecStorage : public AttributeStorage { class
116 DataLayoutSpecStorage(ArrayRef<DataLayoutEntryInterface> entries) in DataLayoutSpecStorage() function in mlir::impl::DataLayoutSpecStorage
121 static DataLayoutSpecStorage *construct(AttributeStorageAllocator &allocator, in construct()
123 return new (allocator.allocate<DataLayoutSpecStorage>()) in construct()
124 DataLayoutSpecStorage(allocator.copyInto(key)); in construct()
/llvm-project-15.0.7/mlir/unittests/Interfaces/
H A DDataLayoutInterfacesTest.cpp28 class DataLayoutSpecStorage : public AttributeStorage { class
32 DataLayoutSpecStorage(ArrayRef<DataLayoutEntryInterface> entries) in DataLayoutSpecStorage() function in __anon730820e40111::DataLayoutSpecStorage
37 static DataLayoutSpecStorage *construct(AttributeStorageAllocator &allocator, in construct()
39 return new (allocator.allocate<DataLayoutSpecStorage>()) in construct()
40 DataLayoutSpecStorage(allocator.copyInto(key)); in construct()
50 DataLayoutSpecStorage,