Home
last modified time | relevance | path

Searched refs:scaleElementBitwidth (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/mlir/lib/IR/
H A DBuiltinTypes.cpp83 IntegerType IntegerType::scaleElementBitwidth(unsigned scale) { in scaleElementBitwidth() function in IntegerType
124 FloatType FloatType::scaleElementBitwidth(unsigned scale) { in scaleElementBitwidth() function in FloatType
248 VectorType VectorType::scaleElementBitwidth(unsigned scale) { in scaleElementBitwidth() function in VectorType
252 if (auto scaledEt = et.scaleElementBitwidth(scale)) in scaleElementBitwidth()
255 if (auto scaledEt = et.scaleElementBitwidth(scale)) in scaleElementBitwidth()
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DBuiltinTypes.h62 FloatType scaleElementBitwidth(unsigned scale);
H A DBuiltinTypes.td261 IntegerType scaleElementBitwidth(unsigned scale);
1013 VectorType scaleElementBitwidth(unsigned scale);
/llvm-project-15.0.7/mlir/include/mlir/Dialect/ArmNeon/
H A DArmNeon.td73 "a", "res", "$_self.cast<VectorType>().scaleElementBitwidth(2)">