Home
last modified time | relevance | path

Searched refs:nir_instr_set_add_or_rewrite (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_instr_set.h57 nir_instr_set_add_or_rewrite(struct set *instr_set, nir_instr *instr,
H A Dnir_opt_cse.c48 if (nir_instr_set_add_or_rewrite(instr_set, instr, dominates)) { in nir_opt_cse_impl()
H A Dnir_opt_reuse_constants.c34 if (nir_instr_set_add_or_rewrite(consts, instr, nir_instrs_equal)) { in nir_opt_reuse_constants()
H A Dnir_opt_gcm.c841 if (nir_instr_set_add_or_rewrite(gvn_set, instr, in opt_gcm_impl()
H A Dnir_instr_set.c785 nir_instr_set_add_or_rewrite(struct set *instr_set, nir_instr *instr, in nir_instr_set_add_or_rewrite() function
/aosp_15_r20/external/mesa3d/src/freedreno/ir3/
H A Dir3_nir_opt_preamble.c407 nir_instr_set_add_or_rewrite(instr_set, instr, NULL); in _rematerialize_def()
/aosp_15_r20/external/mesa3d/docs/relnotes/
H A D19.1.0.rst4489 - nir: prehash instruction in nir_instr_set_add_or_rewrite()