Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/IR/
H A DExtensibleDialect.cpp97 struct DynamicTypeStorage : public TypeStorage { struct
99 using KeyTy = std::pair<DynamicTypeDefinition *, ArrayRef<Attribute>>;
101 explicit DynamicTypeStorage(DynamicTypeDefinition *typeDef, in DynamicTypeStorage() argument
105 bool operator==(const KeyTy &key) const { in operator ==()
109 static llvm::hash_code hashKey(const KeyTy &key) { in hashKey()
113 static DynamicTypeStorage *construct(TypeStorageAllocator &alloc, in construct()
120 DynamicTypeDefinition *typeDef;
123 ArrayRef<Attribute> params;