Home
last modified time | relevance | path

Searched refs:OPC_META_PARALLEL_COPY (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/freedreno/ir3/
Dir3_ra_validate.c331 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()
Dir3_validate.c198 } else if (instr->opc == OPC_META_PARALLEL_COPY) { in validate_instr()
360 if (instr->opc == OPC_META_PARALLEL_COPY) { in validate_instr()
Dir3_merge_regs.c441 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()
Dir3_ra.c1594 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()
Dinstr-a3xx.h389 OPC_META_PARALLEL_COPY = _OPC(-1, 5), enumerator
Dir3_print.c117 case OPC_META_PARALLEL_COPY: in print_instr_name()
Dir3_lower_parallelcopy.c526 if (instr->opc == OPC_META_PARALLEL_COPY) { in ir3_lower_copies()
Dir3_spill.c180 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()