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()
54 return Scaled64(Edge.second.RelBlockFreq, -CalleeInfo::ScaleShift); in computeSyntheticCounts()
78 static constexpr int32_t ScaleShift = 8; member107 Scaled64 Temp(BlockFreq, ScaleShift); in updateRelBlockFreq()
46577 unsigned ScaleShift = llvm::countr_zero(MulAmt); in combineMulSpecial() local46578 if (ScaleShift >= 1 && ScaleShift < 4) { in combineMulSpecial()46583 DAG.getConstant(ScaleShift, DL, MVT::i8)); in combineMulSpecial()