Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/IR/
H A DExtensibleDialect.cpp97 struct DynamicTypeStorage : public TypeStorage { struct
101 explicit DynamicTypeStorage(DynamicTypeDefinition *typeDef, in DynamicTypeStorage() argument
113 static DynamicTypeStorage *construct(TypeStorageAllocator &alloc, in construct() argument
115 return new (alloc.allocate<DynamicTypeStorage>()) in construct()
116 DynamicTypeStorage(key.first, alloc.copyInto(key.second)); in construct()
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DExtensibleDialect.h42 struct DynamicTypeStorage;
289 : public Type::TypeBase<DynamicType, Type, detail::DynamicTypeStorage,
/llvm-project-15.0.7/mlir/docs/
H A DDefiningDialects.md685 storage. `DynamicTypeStorage` defines the storage of types defined at runtime,
687 functions. A `DynamicTypeStorage` contains a list of `Attribute` type