Searched refs:MaxShift (Results 1 – 8 of 8) 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()
317 bool canExtractShiftFromMul(const SDValue &N, unsigned MaxShift,513 unsigned MaxShift, in canExtractShiftFromMul() argument517 assert(MaxShift > 0); in canExtractShiftFromMul()532 PowerOfTwo = MaxShift; in canExtractShiftFromMul()
337 bool canExtractShiftFromMul(const SDValue &N, unsigned MaxShift,533 unsigned MaxShift, in canExtractShiftFromMul() argument537 assert(MaxShift > 0); in canExtractShiftFromMul()552 PowerOfTwo = MaxShift; in canExtractShiftFromMul()
3461 uint64_t MaxShift = 32; in expandRotationImm() local3464 ShiftValue = MaxShift - ImmValue; in expandRotationImm()
4932 uint64_t MaxShift = 32; in expandRotationImm() local4935 ShiftValue = MaxShift - ImmValue; in expandRotationImm()
4822 uint64_t MaxShift = 32; in expandRotationImm() local4825 ShiftValue = MaxShift - ImmValue; in expandRotationImm()