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 D | nir_instr_set.h | 57 nir_instr_set_add_or_rewrite(struct set *instr_set, nir_instr *instr,
|
H A D | nir_opt_cse.c | 48 if (nir_instr_set_add_or_rewrite(instr_set, instr, dominates)) { in nir_opt_cse_impl()
|
H A D | nir_opt_reuse_constants.c | 34 if (nir_instr_set_add_or_rewrite(consts, instr, nir_instrs_equal)) { in nir_opt_reuse_constants()
|
H A D | nir_opt_gcm.c | 841 if (nir_instr_set_add_or_rewrite(gvn_set, instr, in opt_gcm_impl()
|
H A D | nir_instr_set.c | 785 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 D | ir3_nir_opt_preamble.c | 407 nir_instr_set_add_or_rewrite(instr_set, instr, NULL); in _rematerialize_def()
|
/aosp_15_r20/external/mesa3d/docs/relnotes/ |
H A D | 19.1.0.rst | 4489 - nir: prehash instruction in nir_instr_set_add_or_rewrite()
|