Searched refs:nir_instr_set_add_or_rewrite (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_instr_set.h35 * nir_instr_set_add_or_rewrite() and nir_instr_set_remove(), and if the
54 bool 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)) {
H A Dnir_opt_gcm.c479 if (nir_instr_set_add_or_rewrite(gvn_set, instr)) {
H A Dnir_instr_set.c813 nir_instr_set_add_or_rewrite(struct set *instr_set, nir_instr *instr) function in typeref:typename:bool
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_instr_set.h35 * nir_instr_set_add_or_rewrite() and nir_instr_set_remove(), and if the
58 bool nir_instr_set_add_or_rewrite(struct set *instr_set, nir_instr *instr,
H A Dnir_opt_cse.c53 progress |= nir_instr_set_add_or_rewrite(instr_set, instr, dominates);
H A Dnir_opt_gcm.c766 if (nir_instr_set_add_or_rewrite(gvn_set, instr, NULL))
H A Dnir_instr_set.c806 nir_instr_set_add_or_rewrite(struct set *instr_set, nir_instr *instr, function in typeref:typename:bool
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D19.1.0.rst4489 - nir: prehash instruction in nir_instr_set_add_or_rewrite()

Completed in 17 milliseconds