Searched refs:OPC_META_PARALLEL_COPY (Results 1 – 8 of 8) sorted by relevance
/third_party/mesa3d/src/freedreno/ir3/ |
D | ir3_ra_validate.c | 331 else if (instr->opc == OPC_META_PARALLEL_COPY) in propagate_instr() 394 case OPC_META_PARALLEL_COPY: { in chase_definition() 475 instr->opc == OPC_META_PARALLEL_COPY || instr->opc == OPC_META_PHI) { in check_reaching_instr()
|
D | ir3_validate.c | 198 } else if (instr->opc == OPC_META_PARALLEL_COPY) { in validate_instr() 360 if (instr->opc == OPC_META_PARALLEL_COPY) { in validate_instr()
|
D | ir3_merge_regs.c | 441 ir3_instr_create(block, OPC_META_PARALLEL_COPY, phi_count, phi_count); in create_parallel_copy() 569 case OPC_META_PARALLEL_COPY: in ir3_merge_regs()
|
D | ir3_ra.c | 1594 ir3_instr_create(instr->block, OPC_META_PARALLEL_COPY, in insert_parallel_copy_instr() 1956 if (def->instr->opc == OPC_META_PARALLEL_COPY) in handle_live_out() 2046 if (last->opc == OPC_META_PARALLEL_COPY) in insert_liveout_copy() 2052 block, OPC_META_PARALLEL_COPY, old_pcopy_srcs + 1, old_pcopy_srcs + 1); in insert_liveout_copy() 2298 else if (instr->opc == OPC_META_PARALLEL_COPY) in handle_block() 2444 if (instr->opc == OPC_META_PARALLEL_COPY) in calc_min_limit_pressure()
|
D | instr-a3xx.h | 389 OPC_META_PARALLEL_COPY = _OPC(-1, 5), enumerator
|
D | ir3_print.c | 117 case OPC_META_PARALLEL_COPY: in print_instr_name()
|
D | ir3_lower_parallelcopy.c | 526 if (instr->opc == OPC_META_PARALLEL_COPY) { in ir3_lower_copies()
|
D | ir3_spill.c | 180 if (instr->opc == OPC_META_PARALLEL_COPY) { in instr_cycles() 230 if (instr->opc == OPC_META_PARALLEL_COPY) { in compute_block_next_distance() 1838 else if (ctx->spilling && instr->opc == OPC_META_PARALLEL_COPY) in handle_block()
|