Searched refs:getRawComplex (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/mlir/include/mlir/IR/ |
| H A D | BuiltinAttributes.h | 138 return getRawComplex(type, ArrayRef<char>(data, values.size() * sizeof(T)), 702 static DenseElementsAttr getRawComplex(ShapedType type, ArrayRef<char> data,
|
| H A D | BuiltinAttributes.td | 335 static DenseElementsAttr getRawComplex(ShapedType type, ArrayRef<char> data,
|
| /llvm-project-15.0.7/mlir/lib/IR/ |
| H A D | BuiltinAttributes.cpp | 1166 DenseElementsAttr DenseElementsAttr::getRawComplex(ShapedType type, in getRawComplex() function in DenseElementsAttr 1170 return DenseIntOrFPElementsAttr::getRawComplex(type, data, dataEltSize, isInt, in getRawComplex() 1400 DenseElementsAttr DenseIntOrFPElementsAttr::getRawComplex(ShapedType type, in getRawComplex() function in DenseIntOrFPElementsAttr
|