Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/IR/
H A DBuiltinAttributes.cpp690 struct mlir::detail::DenseArrayBaseAttrStorage : public AttributeStorage { struct in mlir::detail
691 using KeyTy = std::tuple<ShapedType, DenseArrayBaseAttr::EltType,
693 DenseArrayBaseAttrStorage(ShapedType type, in DenseArrayBaseAttrStorage() function
698 bool operator==(const KeyTy &tblgenKey) const { in operator ==()
704 static ::llvm::hash_code hashKey(const KeyTy &tblgenKey) { in hashKey()
710 construct(AttributeStorageAllocator &allocator, const KeyTy &tblgenKey) { in construct()
724 DenseArrayBaseAttr::EltType eltType;