Searched refs:check_and_propagate_bit_shift32 (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/freedreno/ir3/ |
D | ir3_nir_lower_io_offsets.c | 87 check_and_propagate_bit_shift32(nir_builder *b, nir_alu_instr *alu_instr, in check_and_propagate_bit_shift32() function 143 shift_ssa = check_and_propagate_bit_shift32(b, alu, 1, shift); in ir3_nir_try_propagate_bit_shift() 148 shift_ssa = check_and_propagate_bit_shift32(b, alu, -1, shift); in ir3_nir_try_propagate_bit_shift() 153 shift_ssa = check_and_propagate_bit_shift32(b, alu, -1, shift); in ir3_nir_try_propagate_bit_shift()
|