Searched refs:MaxShift (Results 1 – 6 of 6) sorted by relevance
233 constexpr SizeT MaxShift = sizeof(uint32_t) * CHAR_BIT - 1; in markUse() local234 constexpr SizeT MaxLoopNestDepth = MaxShift / LogLoopTripCountEstimate; in markUse()
614 const SizeT MaxShift = getScalarIntBitWidth(ElmtTy); in encodeSIMDShiftImm6() local615 assert(Imm < 2 * MaxShift); in encodeSIMDShiftImm6()618 const IValueT VshlImm = Imm - MaxShift; in encodeSIMDShiftImm6()619 const IValueT VshrImm = 2 * MaxShift - Imm; in encodeSIMDShiftImm6()620 return ((Shift == ST_Vshl) ? VshlImm : VshrImm) & (2 * MaxShift - 1); in encodeSIMDShiftImm6()
280 bool canExtractShiftFromMul(const SDValue &N, unsigned MaxShift,493 unsigned MaxShift, in canExtractShiftFromMul() argument497 assert(MaxShift > 0); in canExtractShiftFromMul()512 PowerOfTwo = MaxShift; in canExtractShiftFromMul()
256 bool canExtractShiftFromMul(const SDValue &N, unsigned MaxShift,471 unsigned MaxShift, in canExtractShiftFromMul() argument475 assert(MaxShift > 0); in canExtractShiftFromMul()490 PowerOfTwo = MaxShift; in canExtractShiftFromMul()
3461 uint64_t MaxShift = 32; in expandRotationImm() local3464 ShiftValue = MaxShift - ImmValue; in expandRotationImm()
4486 uint64_t MaxShift = 32; in expandRotationImm() local4489 ShiftValue = MaxShift - ImmValue; in expandRotationImm()