Home
last modified time | relevance | path

Searched refs:pcopy (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/compiler/nir/
Dnir_from_ssa.c248 nir_parallel_copy_instr *pcopy = in add_parallel_copy_to_end_of_block() local
251 nir_instr_insert(nir_after_block_before_jump(block), &pcopy->instr); in add_parallel_copy_to_end_of_block()
335 nir_parallel_copy_instr *pcopy = in isolate_phi_nodes_block() local
337 assert(pcopy); in isolate_phi_nodes_block()
341 nir_ssa_dest_init(&pcopy->instr, &entry->dest, in isolate_phi_nodes_block()
344 exec_list_push_tail(&pcopy->entries, &entry->node); in isolate_phi_nodes_block()
347 nir_instr_rewrite_src(&pcopy->instr, &entry->src, src->src); in isolate_phi_nodes_block()
395 aggressive_coalesce_parallel_copy(nir_parallel_copy_instr *pcopy, in aggressive_coalesce_parallel_copy() argument
398 nir_foreach_parallel_copy_entry(entry, pcopy) { in aggressive_coalesce_parallel_copy()
584 resolve_parallel_copy(nir_parallel_copy_instr *pcopy, in resolve_parallel_copy() argument
[all …]
Dnir.h1402 #define nir_foreach_parallel_copy_entry(entry, pcopy) \ argument
1403 foreach_list_typed(nir_parallel_copy_entry, entry, node, &(pcopy)->entries)