Searched refs:maxprefix (Results 1 – 1 of 1) sorted by relevance
3659 LLVMValueRef identity, unsigned maxprefix) in ac_wavefront_shift_right_1() argument3670 if (maxprefix > 32) { in ac_wavefront_shift_right_1()3685 } else if (maxprefix > 16) { in ac_wavefront_shift_right_1()3726 LLVMValueRef identity, unsigned maxprefix, bool inclusive) in ac_build_scan() argument3731 src = ac_wavefront_shift_right_1(ctx, src, identity, maxprefix); in ac_build_scan()3736 assert(maxprefix == 64); in ac_build_scan()3777 if (maxprefix <= 1) in ac_build_scan()3781 if (maxprefix <= 2) in ac_build_scan()3785 if (maxprefix <= 3) in ac_build_scan()3789 if (maxprefix <= 4) in ac_build_scan()[all …]