Searched refs:StructTypeStorage (Results 1 – 5 of 5) sorted by relevance
29 struct StructTypeStorage;60 detail::StructTypeStorage> {
484 struct StructTypeStorage : public mlir::TypeStorage { struct492 StructTypeStorage(llvm::ArrayRef<mlir::Type> elementTypes) in StructTypeStorage() argument521 static StructTypeStorage *construct(mlir::TypeStorageAllocator &allocator, in construct() argument527 return new (allocator.allocate<StructTypeStorage>()) in construct()528 StructTypeStorage(elementTypes); in construct()
783 struct spirv::detail::StructTypeStorage : public TypeStorage { struct in spirv::detail787 StructTypeStorage(StringRef identifier) in StructTypeStorage() argument794 StructTypeStorage( in StructTypeStorage() function841 static StructTypeStorage *construct(TypeStorageAllocator &allocator, in construct() argument850 return new (allocator.allocate<StructTypeStorage>()) in construct()851 StructTypeStorage(identifier); in construct()879 return new (allocator.allocate<StructTypeStorage>()) in construct()880 StructTypeStorage(keyTypes.size(), typesList, offsetInfoList, in construct()
88 struct StructTypeStorage : public mlir::TypeStorage {96 StructTypeStorage(llvm::ArrayRef<mlir::Type> elementTypes)125 static StructTypeStorage *construct(mlir::TypeStorageAllocator &allocator,131 return new (allocator.allocate<StructTypeStorage>())132 StructTypeStorage(elementTypes);150 /// (StructTypeStorage).152 StructTypeStorage> {
36 struct StructTypeStorage;280 detail::StructTypeStorage, TypeTrait::IsMutable> {