Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/IR/
DAttributeDetail.h525 struct DenseStringElementsAttributeStorage struct
527 DenseStringElementsAttributeStorage(ShapedType ty, ArrayRef<StringRef> data,
598 static DenseStringElementsAttributeStorage * argument
604 return new (allocator.allocate<DenseStringElementsAttributeStorage>()) in construct() argument
605 DenseStringElementsAttributeStorage(key.type, copy, key.isSplat); in construct()
634 return new (allocator.allocate<DenseStringElementsAttributeStorage>()) in construct()
635 DenseStringElementsAttributeStorage(key.type, copy, key.isSplat); in construct()
DBuiltinAttributes.cpp1058 return static_cast<DenseStringElementsAttributeStorage *>(impl)->data; in getRawStringData()
/external/llvm-project/mlir/include/mlir/IR/
DBuiltinAttributes.h39 struct DenseStringElementsAttributeStorage;
1020 detail::DenseStringElementsAttributeStorage> {