Searched defs:pcopy (Results 1 – 10 of 10) sorted by relevance
320 nir_parallel_copy_instr *pcopy = in add_parallel_copy_to_end_of_block() local396 nir_parallel_copy_instr *pcopy = in isolate_phi_nodes_block() local465 aggressive_coalesce_parallel_copy(nir_parallel_copy_instr *pcopy, in aggressive_coalesce_parallel_copy()726 nir_parallel_copy_instr *pcopy = nir_instr_as_parallel_copy(instr); in resolve_registers_impl() local820 resolve_parallel_copy(nir_parallel_copy_instr *pcopy, in resolve_parallel_copy()1021 nir_parallel_copy_instr *pcopy = nir_instr_as_parallel_copy(instr); in resolve_parallel_copies_block() local
2750 #define nir_foreach_parallel_copy_entry(entry, pcopy) \ argument
321 let mut pcopy = OpParCopy::new(); in to_cssa() localVariable351 let mut pcopy = OpParCopy::new(); in to_cssa() localVariable
406 pcopy: OpParCopy, field1232 let mut pcopy = OpParCopy::new(); in first_pass() localVariable1272 let mut pcopy = OpParCopy::new(); in second_pass() localVariable
355 struct ir3_instruction *pcopy) in aggressive_coalesce_parallel_copy()469 struct ir3_instruction *pcopy = in create_parallel_copy() local
1058 handle_pcopy(struct ra_ctx *ctx, struct ir3_instruction *pcopy) in handle_pcopy()1333 struct ir3_instruction *pcopy = in lower_pcopy() local
1140 is_last_pcopy_src(struct ir3_instruction *pcopy, unsigned src_n) in is_last_pcopy_src()1193 handle_pcopy(struct ra_spill_ctx *ctx, struct ir3_instruction *pcopy) in handle_pcopy()
1638 struct ir3_instruction *pcopy = in insert_parallel_copy_instr() local2116 struct ir3_instruction *pcopy = ir3_instr_create( in insert_liveout_copy() local
387 propagate_parallelcopy(struct ra_val_ctx *ctx, struct ir3_instruction *pcopy) in propagate_parallelcopy()
37 static struct nouveau_object *nchannel, *pcopy; variable