Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ADT/
DAPFixedPoint.h45 unsigned getScale() const { return Scale; } in getScale() function
116 inline unsigned getScale() const { return Sema.getScale(); } in getScale() function
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
DScaledNumber.h533 int16_t getScale() const { return Scale; } in getScale() function
/freebsd-12-stable/contrib/llvm-project/clang/utils/TableGen/
DRISCVVEmitter.cpp275 VScaleVal LMULType::getScale(unsigned ElementBitwidth) const { in getScale() function in LMULType
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86ISelLowering.h1689 const SDValue &getScale() const { return getOperand(5); } in getScale() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
DAArch64FrameLowering.cpp2229 unsigned getScale() const { in getScale() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp461 unsigned getScale() const { return Scale; } in getScale() function in __anonc9a05f840111::X86AsmParser::IntelExprStateMachine
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DExpr.h1553 unsigned getScale() const { return Scale; } in getScale() function