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.c249 nir_parallel_copy_instr *pcopy = in add_parallel_copy_to_end_of_block() local
252 nir_instr_insert(nir_after_block_before_jump(block), &pcopy->instr); in add_parallel_copy_to_end_of_block()
336 nir_parallel_copy_instr *pcopy = in isolate_phi_nodes_block() local
338 assert(pcopy); in isolate_phi_nodes_block()
342 nir_ssa_dest_init(&pcopy->instr, &entry->dest, in isolate_phi_nodes_block()
345 exec_list_push_tail(&pcopy->entries, &entry->node); in isolate_phi_nodes_block()
348 nir_instr_rewrite_src(&pcopy->instr, &entry->src, src->src); in isolate_phi_nodes_block()
396 aggressive_coalesce_parallel_copy(nir_parallel_copy_instr *pcopy, in aggressive_coalesce_parallel_copy() argument
399 nir_foreach_parallel_copy_entry(entry, pcopy) { in aggressive_coalesce_parallel_copy()
585 resolve_parallel_copy(nir_parallel_copy_instr *pcopy, in resolve_parallel_copy() argument
[all …]
Dnir.h1480 #define nir_foreach_parallel_copy_entry(entry, pcopy) \ argument
1481 foreach_list_typed(nir_parallel_copy_entry, entry, node, &(pcopy)->entries)