Home
last modified time | relevance | path

Searched refs:AttributeStorageAllocator (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/mlir/lib/IR/
H A DAttributeDetail.h182 construct(AttributeStorageAllocator &allocator, KeyTy key) { in construct()
279 construct(AttributeStorageAllocator &allocator, KeyTy key) { in construct()
340 static StringAttrStorage *construct(AttributeStorageAllocator &allocator, in construct()
H A DExtensibleDialect.cpp230 static DynamicAttrStorage *construct(AttributeStorageAllocator &alloc, in construct()
H A DBuiltinAttributes.cpp710 construct(AttributeStorageAllocator &allocator, const KeyTy &tblgenKey) { in construct()
/llvm-project-15.0.7/flang/lib/Optimizer/Dialect/
H A DFIRAttr.cpp41 construct(mlir::AttributeStorageAllocator &allocator, const KeyTy &key) { in construct()
67 construct(mlir::AttributeStorageAllocator &allocator, KeyTy key) { in construct()
/llvm-project-15.0.7/mlir/lib/Dialect/DLTI/
H A DDLTI.cpp36 static DataLayoutEntryStorage *construct(AttributeStorageAllocator &allocator, in construct()
121 static DataLayoutSpecStorage *construct(AttributeStorageAllocator &allocator, in construct()
/llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVAttributes.cpp49 construct(AttributeStorageAllocator &allocator, const KeyTy &key) { in construct()
73 construct(AttributeStorageAllocator &allocator, const KeyTy &key) { in construct()
99 construct(AttributeStorageAllocator &allocator, const KeyTy &key) { in construct()
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DAttributeSupport.h179 using AttributeStorageAllocator = StorageUniquer::StorageAllocator; variable
/llvm-project-15.0.7/mlir/unittests/Interfaces/
H A DDataLayoutInterfacesTest.cpp37 static DataLayoutSpecStorage *construct(AttributeStorageAllocator &allocator, in construct()
/llvm-project-15.0.7/mlir/lib/Dialect/Vector/IR/
H A DVectorOps.cpp210 static BitmaskEnumStorage *construct(AttributeStorageAllocator &allocator, in construct()