Home
last modified time | relevance | path

Searched defs:ScaleShift (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DScaledNumber.h847 int32_t ScaleShift = std::min(Shift, ScaledNumbers::MaxScale - Scale); in shiftLeft() local
877 int32_t ScaleShift = std::min(Shift, Scale - ScaledNumbers::MinScale); in shiftRight() local
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h83 static constexpr int32_t ScaleShift = 8; member
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp16073 unsigned ScaleShift = llvm::countr_zero(MulAmt); in expandMul() local
16106 unsigned ScaleShift = llvm::countr_zero(MulAmt - 1); in expandMul() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp49465 unsigned ScaleShift = llvm::countr_zero(MulAmt); in combineMulSpecial() local