Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/IR/
H A DExtensibleDialect.cpp214 struct DynamicAttrStorage : public AttributeStorage { struct
215 using KeyTy = std::pair<DynamicAttrDefinition *, ArrayRef<Attribute>>;
217 explicit DynamicAttrStorage(DynamicAttrDefinition *attrDef, in DynamicAttrStorage() function
221 bool operator==(const KeyTy &key) const { in operator ==()
225 static llvm::hash_code hashKey(const KeyTy &key) { in hashKey()
229 static DynamicAttrStorage *construct(AttributeStorageAllocator &alloc, in construct()
236 DynamicAttrDefinition *attrDef;
239 ArrayRef<Attribute> params;