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 D | nir_instr_set.h | 35 * 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 D | nir_opt_cse.c | 48 if (nir_instr_set_add_or_rewrite(instr_set, instr)) {
|
| H A D | nir_opt_gcm.c | 479 if (nir_instr_set_add_or_rewrite(gvn_set, instr)) {
|
| H A D | nir_instr_set.c | 813 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 D | nir_instr_set.h | 35 * 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 D | nir_opt_cse.c | 53 progress |= nir_instr_set_add_or_rewrite(instr_set, instr, dominates);
|
| H A D | nir_opt_gcm.c | 766 if (nir_instr_set_add_or_rewrite(gvn_set, instr, NULL))
|
| H A D | nir_instr_set.c | 806 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 D | 19.1.0.rst | 4489 - nir: prehash instruction in nir_instr_set_add_or_rewrite()
|
Completed in 17 milliseconds