Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDScaledNumber.h844 int32_t ScaleShift = std::min(Shift, ScaledNumbers::MaxScale - Scale); in shiftLeft() local
874 int32_t ScaleShift = std::min(Shift, Scale - ScaledNumbers::MinScale); in shiftRight() local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDModuleSummaryIndex.h79 static constexpr int32_t ScaleShift = 8; member
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVISelLowering.cpp13939 unsigned ScaleShift = llvm::countr_zero(MulAmt); in expandMul() local
13972 unsigned ScaleShift = llvm::countr_zero(MulAmt - 1); in expandMul() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86ISelLowering.cpp47694 unsigned ScaleShift = llvm::countr_zero(MulAmt); in combineMulSpecial() local