Home
last modified time | relevance | path

Searched defs:getScale (Results 1 – 8 of 8) 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.cpp48 VScaleVal LMULType::getScale(unsigned ElementBitwidth) const { in getScale() function in clang::RISCV::LMULType
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DScaledNumber.h534 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.h1859 const SDValue &getScale() const { return getOperand(5); } in getScale() function
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp473 unsigned getScale() const { return Scale; } in getScale() function in __anonee973c6c0111::X86AsmParser::IntelExprStateMachine
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp2923 unsigned getScale() const { in getScale() function
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h1571 unsigned getScale() const { return Scale; } in getScale() function