Searched refs:AttributeStorageAllocator (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/mlir/lib/IR/ |
D | LocationDetail.h | 37 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()
|
D | AttributeDetail.h | 41 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/ |
D | tf_attributes.cc | 38 static ShapeAttrStorage* construct(mlir::AttributeStorageAllocator& allocator, in construct() 60 static FuncAttrStorage* construct(mlir::AttributeStorageAllocator& allocator, in construct()
|
/external/llvm-project/mlir/lib/Dialect/SPIRV/ |
D | SPIRVAttributes.cpp | 44 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/ |
D | FIRAttr.cpp | 38 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/ |
D | AttributeSupport.h | 131 using AttributeStorageAllocator = StorageUniquer::StorageAllocator; variable
|
/external/llvm-project/mlir/docs/Tutorials/ |
D | DefiningAttributesAndTypes.md | 377 * `TypeStorageAllocator` -> `AttributeStorageAllocator`
|