Home
last modified time | relevance | path

Searched refs:OPC_META_SPLIT (Results 1 – 10 of 10) sorted by relevance

/third_party/mesa3d/src/freedreno/ir3/
Dir3_dce.c76 if (instr->opc == OPC_META_SPLIT) { in remove_unused_by_block()
150 if (instr->opc != OPC_META_SPLIT) in find_and_remove_unused()
Dir3_ra_validate.c327 if (instr->opc == OPC_META_SPLIT) in propagate_instr()
370 case OPC_META_SPLIT: { in chase_definition()
474 if (instr->opc == OPC_META_SPLIT || instr->opc == OPC_META_COLLECT || in check_reaching_instr()
Dir3_print.c108 case OPC_META_SPLIT: in print_instr_name()
357 if (instr->opc == OPC_META_SPLIT) { in print_instr()
Dir3_merge_regs.c119 if (instr->opc == OPC_META_SPLIT) { in chase_copies()
563 case OPC_META_SPLIT: in ir3_merge_regs()
Dir3_context.c261 if (dst->opc == OPC_META_SPLIT) { in ir3_put_dst()
382 ir3_instr_create(block, OPC_META_SPLIT, 1, 1); in ir3_split_dest()
Dinstr-a3xx.h329 OPC_META_SPLIT = _OPC(-1, 2), enumerator
Dir3_lower_parallelcopy.c560 } else if (instr->opc == OPC_META_SPLIT) { in ir3_lower_copies()
Dir3_sched.c190 if ((src->opc == OPC_META_SPLIT) || (src->opc == OPC_META_COLLECT)) { in sched_check_src_cond()
Dir3_spill.c784 ir3_instr_create(after->block, OPC_META_SPLIT, 1, 1); in split()
1922 if (instr->opc != OPC_META_SPLIT && in fixup_merge_sets()
Dir3_ra.c2012 else if (instr->opc == OPC_META_SPLIT) in handle_block()