HomeSort by: relevance | last modified time | path
    Searched defs:first_dst_path (Results 1 - 1 of 1) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
nir_opt_find_array_copies.c 63 nir_deref_path first_dst_path; member in struct:match_state
80 nir_deref_path_finish(&state->first_dst_path);
296 nir_deref_path_init(&s.first_dst_path, dst_deref, mem_ctx);
302 if (!try_match_deref(&s.first_dst_path, &s.dst_deref_array_idx,
314 s.first_dst_path.path[s.dst_deref_array_idx - 1]->type;
334 nir_copy_deref(b, build_wildcard_deref(b, &s.first_dst_path,

Completed in 6 milliseconds