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.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/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h79 static constexpr int32_t ScaleShift = 8; member
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp13936 unsigned ScaleShift = llvm::countr_zero(MulAmt); expandMul() local
13969 unsigned ScaleShift = llvm::countr_zero(MulAmt - 1); expandMul() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp47694 unsigned ScaleShift = llvm::countr_zero(MulAmt); in combineMulSpecial() local