Searched refs:nir_deref_mode_may_be (Results 1 - 16 of 16) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_lower_vec3_to_vec4.c | 114 if (nir_deref_mode_may_be(dst, modes) || 115 nir_deref_mode_may_be(src, modes)) {
|
| H A D | nir_opt_combine_stores.c | 177 if (!nir_deref_mode_may_be(deref, state->modes)) 196 if (nir_deref_mode_may_be(combo->dst, modes)) { 219 if (!nir_deref_mode_may_be(dst, state->modes))
|
| H A D | nir_opt_dead_write_vars.c | 59 if (nir_deref_mode_may_be(entry->dst, modes))
|
| H A D | nir_lower_phis_to_scalar.c | 97 return !nir_deref_mode_may_be(deref, nir_var_function_temp |
|
| H A D | nir_opt_dead_cf.c | 254 if (!nir_deref_mode_may_be(deref, nir_var_mem_ssbo |
|
| H A D | nir_split_vars.c | 222 if (!nir_deref_mode_may_be(deref, modes)) 447 if (!nir_deref_mode_may_be(deref, modes)) 776 if (nir_deref_mode_may_be(deref, modes)) 1032 if (!nir_deref_mode_may_be(deref, modes)) 1078 if (!nir_deref_mode_may_be(deref, modes)) 1485 if (!nir_deref_mode_may_be(deref, modes)) 1538 if (!nir_deref_mode_may_be(deref, modes))
|
| H A D | nir_opt_gcm.c | 198 return !nir_deref_mode_may_be(deref, (nir_var_function_temp | 266 nir_deref_mode_may_be(nir_src_as_deref(intrin->src[0]),
|
| H A D | nir_opt_access.c | 170 if (!nir_deref_mode_may_be(deref, nir_var_mem_ssbo | nir_var_mem_global))
|
| H A D | nir_opt_copy_prop_vars.c | 456 if (nir_deref_mode_may_be(iter->dst.instr, modes) || 457 (!iter->src.is_ssa && nir_deref_mode_may_be(iter->src.deref.instr, modes))) 757 if (nir_deref_mode_may_be(entry->dst.instr, written->modes))
|
| H A D | nir_opt_find_array_copies.c | 558 if (!nir_deref_mode_may_be(dst_deref, nir_var_function_temp))
|
| H A D | nir.h | 1602 nir_deref_mode_may_be(const nir_deref_instr *deref, nir_variable_mode modes) function in typeref:typename:bool 1643 if (nir_deref_mode_may_be(deref, mode)) { 1664 if (nir_deref_mode_may_be(deref, modes)) { 1669 return nir_deref_mode_may_be(deref, modes); 1686 if (nir_deref_mode_may_be(deref, modes)) 1689 return nir_deref_mode_may_be(deref, modes);
|
| H A D | nir_validate.c | 636 validate_assert(state, !nir_deref_mode_may_be(dst, nir_var_read_only_modes)); 646 validate_assert(state, !nir_deref_mode_may_be(dst, nir_var_read_only_modes));
|
| H A D | nir_deref.c | 1323 if (!nir_deref_mode_may_be(deref, modes))
|
| H A D | nir_gather_info.c | 414 return nir_deref_mode_may_be(nir_src_as_deref(instr->src[0]),
|
| H A D | nir_opt_loop_unroll.c | 772 if (!nir_deref_mode_may_be(deref, mem_modes))
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 20.3.0.rst | 2837 - nir/phis_to_scalar,gcm: Use nir_deref_mode_may_be 2841 - nir: Use nir_deref_mode_may_be in deref optimizations
|
Completed in 33 milliseconds