Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFixedPoint.h63 unsigned getScale() const { assert(isValidLegacySema()); return -LsbWeight; } in getScale() function
/freebsd/contrib/llvm-project/clang/lib/Support/
H A DRISCVVIntrinsicUtils.cpp45 VScaleVal LMULType::getScale(unsigned ElementBitwidth) const { in getScale() function in clang::RISCV::LMULType
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DScaledNumber.h537 int16_t getScale() const { return Scale; } in getScale() function
/freebsd/contrib/llvm-project/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h322 VScaleVal getScale() const { return Scale; } in getScale() function
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1948 const SDValue &getScale() const { return getOperand(5); } in getScale() function
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp479 unsigned getScale() const { return Scale; } in getScale() function in __anonee973c6c0111::X86AsmParser::IntelExprStateMachine
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h1583 unsigned getScale() const { return Scale; } in getScale() function