Searched defs:getScale (Results 1 - 9 of 9) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1844 const SDValue &getScale() const { return getOperand(5); } function in class:llvm::X86MaskedGatherScatterSDNode
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFixedPoint.h63 unsigned getScale() const { assert(isValidLegacySema()); return -LsbWeight; } function in class:llvm::FixedPointSemantics
170 inline unsigned getScale() const { return Sema.getScale(); } function in class:llvm::APFixedPoint
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DScaledNumber.h534 int16_t getScale() const { return Scale; } function in class:llvm::ScaledNumber
/freebsd-current/contrib/llvm-project/clang/lib/Support/
H A DRISCVVIntrinsicUtils.cpp48 VScaleVal LMULType::getScale(unsigned ElementBitwidth) const { function in class:clang::RISCV::LMULType
[all...]
/freebsd-current/contrib/llvm-project/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h322 VScaleVal getScale() const { return Scale; } function in class:clang::RISCV::RVVType
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp2763 unsigned getScale() const { function in struct:__anon2195::RegPairInfo
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h2789 const SDValue &getScale() const { function in class:llvm::VPGatherScatterSDNode
2870 const SDValue &getScale() const { return getOperand(5); } function in class:llvm::MaskedGatherScatterSDNode
/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h1554 unsigned getScale() const { return Scale; } function in class:clang::FixedPointLiteral
/freebsd-current/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp467 unsigned getScale() const { return Scale; } function in class:__anon2700::X86AsmParser::IntelExprStateMachine

Completed in 305 milliseconds