Home
last modified time | relevance | path

Searched defs:getScale (Results 1 – 9 of 9) sorted by relevance

/llvm-project/llvm/include/llvm/ADT/
H A DAPFixedPoint.h63 unsigned getScale() const { assert(isValidLegacySema()); return -LsbWeight; } getScale() function
/llvm-project/mlir/lib/Dialect/Quant/IR/
H A DQuantTypes.cpp298 double UniformQuantizedType::getScale() const { return getImpl()->scale; } getScale() function in UniformQuantizedType
/llvm-project/clang/lib/Support/
H A DRISCVVIntrinsicUtils.cpp48 VScaleVal LMULType::getScale(unsigned ElementBitwidth) const { in getScale() function in clang::RISCV::LMULType
[all...]
/llvm-project/llvm/include/llvm/Support/
H A DScaledNumber.h534 int16_t getScale() const { return Scale; } in getScale() function
/llvm-project/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h322 VScaleVal getScale() const { return Scale; } in getScale() function
/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1859 const SDValue &getScale() const { return getOperand(5); } getScale() function
/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp469 unsigned getScale() const { return Scale; } getScale() function in __anon56d446ff0111::X86AsmParser::IntelExprStateMachine
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp2842 unsigned getScale() const { getScale() function
/llvm-project/clang/include/clang/AST/
H A DExpr.h1571 unsigned getScale() const { return Scale; } in getScale() function