Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DAPFixedPoint.h45 unsigned getScale() const { return Scale; } in getScale() function
116 inline unsigned getScale() const { return Sema.getScale(); } in getScale() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DScaledNumber.h533 int16_t getScale() const { return Scale; } in getScale() function
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DRISCVVEmitter.cpp271 VScaleVal LMULType::getScale(unsigned ElementBitwidth) const { in getScale() function in LMULType
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.h1689 const SDValue &getScale() const { return getOperand(5); } in getScale() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp2222 unsigned getScale() const { in getScale() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp461 unsigned getScale() const { return Scale; } in getScale() function in __anon301d74170111::X86AsmParser::IntelExprStateMachine
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h1556 unsigned getScale() const { return Scale; } in getScale() function