Home
last modified time | relevance | path

Searched refs:IntegerAttributeStorage (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/mlir/lib/IR/
DAttributeDetail.h176 struct IntegerAttributeStorage final
178 public llvm::TrailingObjects<IntegerAttributeStorage, uint64_t> {
181 IntegerAttributeStorage(Type type, size_t numObjects) in IntegerAttributeStorage() function
195 static IntegerAttributeStorage *
203 IntegerAttributeStorage::totalSizeToAlloc<uint64_t>(elements.size()); in construct()
204 auto rawMem = allocator.allocate(size, alignof(IntegerAttributeStorage)); in construct()
205 auto result = ::new (rawMem) IntegerAttributeStorage(type, elements.size()); in construct()
DBuiltinAttributes.cpp357 auto *storage = reinterpret_cast<IntegerAttributeStorage *>(impl); in getValue()
/external/llvm-project/mlir/include/mlir/IR/
DBuiltinAttributes.h29 struct IntegerAttributeStorage;
217 detail::IntegerAttributeStorage> {