Home
last modified time | relevance | path

Searched refs:AttributeStorageAllocator (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/mlir/lib/IR/
DLocationDetail.h37 construct(AttributeStorageAllocator &allocator, const KeyTy &key) { in construct()
58 construct(AttributeStorageAllocator &allocator, const KeyTy &key) { in construct()
85 static FusedLocationStorage *construct(AttributeStorageAllocator &allocator, in construct()
118 static NameLocationStorage *construct(AttributeStorageAllocator &allocator, in construct()
141 static OpaqueLocationStorage *construct(AttributeStorageAllocator &allocator, in construct()
DAttributeDetail.h41 construct(AttributeStorageAllocator &allocator, KeyTy key) { in construct()
59 static ArrayAttributeStorage *construct(AttributeStorageAllocator &allocator, in construct()
84 construct(AttributeStorageAllocator &allocator, const KeyTy &key) { in construct()
147 static FloatAttributeStorage *construct(AttributeStorageAllocator &allocator, in construct()
196 construct(AttributeStorageAllocator &allocator, const KeyTy &key) { in construct()
233 construct(AttributeStorageAllocator &allocator, KeyTy key) { in construct()
254 static OpaqueAttributeStorage *construct(AttributeStorageAllocator &allocator, in construct()
282 static StringAttributeStorage *construct(AttributeStorageAllocator &allocator, in construct()
308 construct(AttributeStorageAllocator &allocator, const KeyTy &key) { in construct()
338 static TypeAttributeStorage *construct(AttributeStorageAllocator &allocator, in construct()
[all …]
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_attributes.cc38 static ShapeAttrStorage* construct(mlir::AttributeStorageAllocator& allocator, in construct()
60 static FuncAttrStorage* construct(mlir::AttributeStorageAllocator& allocator, in construct()
/external/llvm-project/mlir/lib/Dialect/SPIRV/
DSPIRVAttributes.cpp44 construct(AttributeStorageAllocator &allocator, const KeyTy &key) { in construct()
68 construct(AttributeStorageAllocator &allocator, const KeyTy &key) { in construct()
94 construct(AttributeStorageAllocator &allocator, const KeyTy &key) { in construct()
/external/llvm-project/flang/lib/Optimizer/Dialect/
DFIRAttr.cpp38 construct(mlir::AttributeStorageAllocator &allocator, const KeyTy &key) { in construct()
64 construct(mlir::AttributeStorageAllocator &allocator, KeyTy key) { in construct()
/external/llvm-project/mlir/include/mlir/IR/
DAttributeSupport.h131 using AttributeStorageAllocator = StorageUniquer::StorageAllocator; variable
/external/llvm-project/mlir/docs/Tutorials/
DDefiningAttributesAndTypes.md377 * `TypeStorageAllocator` -> `AttributeStorageAllocator`