Searched refs:ir3_nir_try_propagate_bit_shift (Results 1 – 4 of 4) sorted by relevance
124 ir3_nir_try_propagate_bit_shift(nir_builder *b, nir_ssa_def *offset, in ir3_nir_try_propagate_bit_shift() function231 nir_ssa_def *new_offset = ir3_nir_try_propagate_bit_shift(b, offset, -shift); in lower_offset_for_ssbo()
79 nir_ssa_def *ir3_nir_try_propagate_bit_shift(nir_builder *b,
307 nir_ssa_def *new_offset = ir3_nir_try_propagate_bit_shift(b, ubo_offset, -2); in lower_ubo_load_to_uniform()
1697 - freedreno/ir3: Leave the cursor alone during ir3_nir_try_propagate_bit_shift.