Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/IR/
DAttributeDetail.h371 struct DenseIntOrFPElementsAttributeStorage struct
373 DenseIntOrFPElementsAttributeStorage(ShapedType ty, ArrayRef<char> data,
500 static DenseIntOrFPElementsAttributeStorage * argument
516 return new (allocator.allocate<DenseIntOrFPElementsAttributeStorage>()) in construct() argument
517 DenseIntOrFPElementsAttributeStorage(key.type, copy, key.isSplat); in construct()
DBuiltinAttributes.cpp1054 return static_cast<DenseIntOrFPElementsAttributeStorage *>(impl)->data; in getRawData()
/external/llvm-project/mlir/include/mlir/IR/
DBuiltinAttributes.h38 struct DenseIntOrFPElementsAttributeStorage;
1038 detail::DenseIntOrFPElementsAttributeStorage> {