Searched refs:block_pcopy (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_from_ssa.c399 nir_parallel_copy_instr *block_pcopy = local in function:isolate_phi_nodes_block
401 nir_instr_insert_after(last_phi_instr, &block_pcopy->instr);
432 nir_ssa_dest_init(&block_pcopy->instr, &entry->dest,
436 exec_list_push_tail(&block_pcopy->entries, &entry->node);
441 nir_instr_rewrite_src(&block_pcopy->instr, &entry->src,
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_from_ssa.c324 nir_parallel_copy_instr *block_pcopy = local in function:isolate_phi_nodes_block
326 nir_instr_insert_after(last_phi_instr, &block_pcopy->instr);
356 nir_ssa_dest_init(&block_pcopy->instr, &entry->dest,
359 exec_list_push_tail(&block_pcopy->entries, &entry->node);
364 nir_instr_rewrite_src(&block_pcopy->instr, &entry->src,

Completed in 5 milliseconds