Searched refs:ScaleShift (Results 1 – 4 of 4) sorted by relevance
844 int32_t ScaleShift = std::min(Shift, ScaledNumbers::MaxScale - Scale); in shiftLeft() local845 Scale += ScaleShift; in shiftLeft()846 if (ScaleShift == Shift) in shiftLeft()854 Shift -= ScaleShift; in shiftLeft()874 int32_t ScaleShift = std::min(Shift, Scale - ScaledNumbers::MinScale); in shiftRight() local875 Scale -= ScaleShift; in shiftRight()876 if (ScaleShift == Shift) in shiftRight()880 Shift -= ScaleShift; in shiftRight()
52 return Scaled64(Edge.second.RelBlockFreq, -CalleeInfo::ScaleShift); in computeSyntheticCounts()
70 static constexpr int32_t ScaleShift = 8; member93 Scaled64 Temp(BlockFreq, ScaleShift); in updateRelBlockFreq()
35240 unsigned ScaleShift = countTrailingZeros(MulAmt); in combineMulSpecial() local35241 if (ScaleShift >= 1 && ScaleShift < 4) { in combineMulSpecial()35246 DAG.getConstant(ScaleShift, DL, MVT::i8)); in combineMulSpecial()