Searched refs:ir3_nir_try_propagate_bit_shift (Results 1 – 4 of 4) sorted by relevance
125 ir3_nir_try_propagate_bit_shift(nir_builder *b, nir_ssa_def *offset, int32_t shift) in ir3_nir_try_propagate_bit_shift() function201 nir_ssa_def *new_offset = ir3_nir_try_propagate_bit_shift(b, offset, -shift); in lower_offset_for_ssbo()
66 ir3_nir_try_propagate_bit_shift(nir_builder *b, nir_ssa_def *offset, int32_t shift);
305 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.