Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/IR/
H A DExtensibleDialect.cpp215 struct DynamicAttrStorage : public AttributeStorage { struct
218 explicit DynamicAttrStorage(DynamicAttrDefinition *attrDef, in DynamicAttrStorage() argument
230 static DynamicAttrStorage *construct(AttributeStorageAllocator &alloc, in construct() argument
232 return new (alloc.allocate<DynamicAttrStorage>()) in construct()
233 DynamicAttrStorage(key.first, alloc.copyInto(key.second)); in construct()
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DExtensibleDialect.h41 struct DynamicAttrStorage;
145 detail::DynamicAttrStorage,