Lines Matching defs:maxprefix
3654 * \param maxprefix specifies that the result only needs to be correct for a
3659 LLVMValueRef identity, unsigned maxprefix)
3670 if (maxprefix > 32) {
3685 } else if (maxprefix > 16) {
3722 * \param maxprefix specifies that the result only needs to be correct for a
3726 LLVMValueRef identity, unsigned maxprefix, bool inclusive)
3731 src = ac_wavefront_shift_right_1(ctx, src, identity, maxprefix);
3736 assert(maxprefix == 64);
3777 if (maxprefix <= 1)
3781 if (maxprefix <= 2)
3785 if (maxprefix <= 3)
3789 if (maxprefix <= 4)
3793 if (maxprefix <= 8)
3797 if (maxprefix <= 16)
3814 if (maxprefix <= 32)
3829 if (maxprefix <= 32)