Home
last modified time | relevance | path

Searched refs:ArrayAttributeStorage (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/mlir/lib/IR/
DAttributeDetail.h50 struct ArrayAttributeStorage : public AttributeStorage { struct
53 ArrayAttributeStorage(ArrayRef<Attribute> value) : value(value) {} in ArrayAttributeStorage() function
59 static ArrayAttributeStorage *construct(AttributeStorageAllocator &allocator, in construct() argument
61 return new (allocator.allocate<ArrayAttributeStorage>()) in construct()
62 ArrayAttributeStorage(allocator.copyInto(key)); in construct()
/external/llvm-project/mlir/include/mlir/IR/
DBuiltinAttributes.h27 struct ArrayAttributeStorage;
67 detail::ArrayAttributeStorage> {