Searched refs:nir_compare_derefs (Results 1 - 9 of 9) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ |
| H A D | nir_deref.h | 66 nir_deref_compare_result nir_compare_derefs(nir_deref_instr *a, nir_deref_instr *b);
|
| H A D | nir_opt_dead_write_vars.c | 68 if (nir_compare_derefs(src, entry->dst) & nir_derefs_may_alias_bit) 88 nir_deref_compare_result comp = nir_compare_derefs(dst, entry->dst); 166 if (nir_compare_derefs(src, dst) & nir_derefs_equal_bit) {
|
| H A D | nir_opt_combine_stores.c | 181 if (nir_compare_derefs(combo->dst, deref) & nir_derefs_may_alias_bit) { 208 if (nir_compare_derefs(combo->dst, deref) & nir_derefs_equal_bit)
|
| H A D | nir_opt_copy_prop_vars.c | 307 nir_deref_compare_result result = nir_compare_derefs(iter->dst, deref); 329 if (nir_compare_derefs(iter->src.deref, deref) & nir_derefs_may_alias_bit) { 335 nir_deref_compare_result comp = nir_compare_derefs(iter->dst, deref); 944 if (nir_compare_derefs(src, dst) & nir_derefs_equal_bit) { 974 if (nir_compare_derefs(value.deref, dst) & nir_derefs_equal_bit)
|
| H A D | nir_deref.c | 484 nir_compare_derefs(nir_deref_instr *a, nir_deref_instr *b) function in typeref:typename:nir_deref_compare_result
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_deref.h | 73 nir_deref_compare_result nir_compare_derefs(nir_deref_instr *a, nir_deref_instr *b);
|
| H A D | nir_opt_dead_write_vars.c | 68 if (nir_compare_derefs(src, entry->dst) & nir_derefs_may_alias_bit) 88 nir_deref_compare_result comp = nir_compare_derefs(dst, entry->dst); 227 if (nir_compare_derefs(src, dst) & nir_derefs_equal_bit) {
|
| H A D | nir_opt_combine_stores.c | 181 if (nir_compare_derefs(combo->dst, deref) & nir_derefs_may_alias_bit) { 208 if (nir_compare_derefs(combo->dst, deref) & nir_derefs_equal_bit)
|
| H A D | nir_deref.c | 633 nir_compare_derefs(nir_deref_instr *a, nir_deref_instr *b) function in typeref:typename:nir_deref_compare_result 669 if (a->instr == b->instr) /* nir_compare_derefs has a fast path if a == b */ 670 return nir_compare_derefs(a->instr, b->instr);
|
Completed in 12 milliseconds