Home
last modified time | relevance | path

Searched refs:getStorageTypeIntegralWidth (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/mlir/test/lib/Dialect/Tosa/
H A DTosaTestPasses.cpp64 outputElementType.getStorageTypeIntegralWidth() != 8) in matchAndRewrite()
81 outputElementType.getStorageTypeIntegralWidth()), in matchAndRewrite()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Quant/
H A DUniformSupport.h69 uniformType.getStorageTypeIntegralWidth(), uniformType.isSigned()) { in UniformQuantizedValueConverter()
184 storageBitWidth(uniformType.getStorageTypeIntegralWidth()), in UniformQuantizedPerAxisValueConverter()
H A DQuantTypes.h122 unsigned getStorageTypeIntegralWidth() const;
/llvm-project-15.0.7/mlir/lib/Dialect/Tosa/Utils/
H A DQuantUtils.cpp250 unsigned inputBits = inputQType.getStorageTypeIntegralWidth(); in buildConvOpResultTypeInfo()
251 unsigned weightBits = weightQType.getStorageTypeIntegralWidth(); in buildConvOpResultTypeInfo()
/llvm-project-15.0.7/mlir/lib/CAPI/Dialect/
H A DQuant.cpp69 .getStorageTypeIntegralWidth(); in mlirQuantizedTypeGetStorageTypeIntegralWidth()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Tosa/IR/
H A DTosaTypesBase.td29 ".getStorageTypeIntegralWidth() == " # !head(params)>]>,
/llvm-project-15.0.7/mlir/lib/Dialect/Quant/IR/
H A DTypeParser.cpp341 unsigned storageWidth = type.getStorageTypeIntegralWidth(); in printStorageType()
H A DQuantTypes.cpp75 unsigned QuantizedType::getStorageTypeIntegralWidth() const { in getStorageTypeIntegralWidth() function in QuantizedType
/llvm-project-15.0.7/mlir/lib/Dialect/Tosa/IR/
H A DTosaOps.cpp251 unsigned inputBits = inputQType.getStorageTypeIntegralWidth(); in buildMatMulOpWithQuantInfo()