Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/IR/
H A DExtensibleDialect.cpp96 struct DynamicTypeStorage : public TypeStorage { struct
98 using KeyTy = std::pair<DynamicTypeDefinition *, ArrayRef<Attribute>>;
100 explicit DynamicTypeStorage(DynamicTypeDefinition *typeDef, in DynamicTypeStorage() argument
104 bool operator==(const KeyTy &key) const { in operator ==()
108 static llvm::hash_code hashKey(const KeyTy &key) { in hashKey()
112 static DynamicTypeStorage *construct(TypeStorageAllocator &alloc, in construct()
119 DynamicTypeDefinition *typeDef;
122 ArrayRef<Attribute> params;