Searched refs:ScaleShift (Results 1 – 4 of 4) sorted by relevance
843 int32_t ScaleShift = std::min(Shift, ScaledNumbers::MaxScale - Scale); in shiftLeft() local844 Scale += ScaleShift; in shiftLeft()845 if (ScaleShift == Shift) in shiftLeft()853 Shift -= ScaleShift; in shiftLeft()873 int32_t ScaleShift = std::min(Shift, Scale - ScaledNumbers::MinScale); in shiftRight() local874 Scale -= ScaleShift; in shiftRight()875 if (ScaleShift == Shift) in shiftRight()879 Shift -= ScaleShift; in shiftRight()
54 return Scaled64(Edge.second.RelBlockFreq, -CalleeInfo::ScaleShift); in computeSyntheticCounts()
74 static constexpr int32_t ScaleShift = 8; member97 Scaled64 Temp(BlockFreq, ScaleShift); in updateRelBlockFreq()
47404 unsigned ScaleShift = countTrailingZeros(MulAmt); in combineMulSpecial() local47405 if (ScaleShift >= 1 && ScaleShift < 4) { in combineMulSpecial()47410 DAG.getConstant(ScaleShift, DL, MVT::i8)); in combineMulSpecial()