Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFixedPoint.h63 unsigned getScale() const { assert(isValidLegacySema()); return -LsbWeight; } in getScale() function
/freebsd-src/contrib/llvm-project/clang/lib/Support/
H A DRISCVVIntrinsicUtils.cpp48 VScaleVal LMULType::getScale(unsigned ElementBitwidth) const { in getScale() function in clang::RISCV::LMULType
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DScaledNumber.h534 int16_t getScale() const { return Scale; } in getScale() function
/freebsd-src/contrib/llvm-project/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h322 VScaleVal getScale() const { return Scale; } in getScale() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1844 const SDValue &getScale() const { return getOperand(5); } getScale() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp467 unsigned getScale() const { return Scale; } getScale() function in __anon16065c7e0111::X86AsmParser::IntelExprStateMachine
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp2763 unsigned getScale() const { getScale() function
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h1554 unsigned getScale() const { return Scale; } getScale() function