Home
last modified time | relevance | path

Searched refs:TypeAttributeStorage (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/flang/lib/Optimizer/Dialect/
DFIRAttr.cpp52 struct TypeAttributeStorage : public mlir::AttributeStorage { struct
55 TypeAttributeStorage(mlir::Type value) : value(value) { in TypeAttributeStorage() function
63 static TypeAttributeStorage *
65 return new (allocator.allocate<TypeAttributeStorage>()) in construct()
66 TypeAttributeStorage(key); in construct()
/external/llvm-project/flang/include/flang/Optimizer/Dialect/
DFIRAttr.h25 struct TypeAttributeStorage;
30 detail::TypeAttributeStorage> {
43 detail::TypeAttributeStorage> {
/external/llvm-project/mlir/lib/IR/
DAttributeDetail.h329 struct TypeAttributeStorage : public AttributeStorage { struct
332 TypeAttributeStorage(Type value) : value(value) {} in TypeAttributeStorage() argument
338 static TypeAttributeStorage *construct(AttributeStorageAllocator &allocator, in construct() argument
340 return new (allocator.allocate<TypeAttributeStorage>()) in construct()
341 TypeAttributeStorage(key); in construct()
/external/llvm-project/mlir/include/mlir/IR/
DBuiltinAttributes.h35 struct TypeAttributeStorage;
403 detail::TypeAttributeStorage> {