Home
last modified time | relevance | path

Searched refs:OPC_META_COLLECT (Results 1 – 11 of 11) sorted by relevance

/third_party/mesa3d/src/freedreno/ir3/
Dir3_sched.c197 if ((src->opc == OPC_META_SPLIT) || (src->opc == OPC_META_COLLECT)) { in sched_check_src_cond()
246 if (instr->opc == OPC_META_COLLECT) { in cycle_count()
842 if (!is_meta(n->instr) || n->instr->opc == OPC_META_COLLECT) in choose_instr_prio()
1052 if (instr->opc == OPC_META_COLLECT) in sched_node_add_dep()
1090 if (instr->opc != OPC_META_COLLECT) in is_output_collect()
Dir3_ra_validate.c329 else if (instr->opc == OPC_META_COLLECT) in propagate_instr()
379 case OPC_META_COLLECT: { in chase_definition()
474 if (instr->opc == OPC_META_SPLIT || instr->opc == OPC_META_COLLECT || in check_reaching_instr()
Dir3_cse.c124 if (instr->opc != OPC_META_COLLECT && instr->opc != OPC_MOV) in instr_can_cse()
Dir3_merge_regs.c122 } else if (instr->opc == OPC_META_COLLECT) { in chase_copies()
566 case OPC_META_COLLECT: in ir3_merge_regs()
Dir3_context.c313 collect = ir3_instr_create(block, OPC_META_COLLECT, 1, arrsz); in ir3_create_collect()
370 if (src->opc == OPC_META_COLLECT) { in ir3_split_dest()
Dinstr-a3xx.h376 OPC_META_COLLECT = _OPC(-1, 3), enumerator
Dir3_print.c111 case OPC_META_COLLECT: in print_instr_name()
Dir3_cp.c651 assert(samp_tex->opc == OPC_META_COLLECT); in instr_cp()
Dir3_lower_parallelcopy.c545 } else if (instr->opc == OPC_META_COLLECT) { in ir3_lower_copies()
Dir3_spill.c192 if (instr->opc == OPC_META_COLLECT) { in instr_cycles()
883 ir3_instr_create(block, OPC_META_COLLECT, 1, elems); in extract()
2043 instr->opc != OPC_META_COLLECT) in fixup_merge_sets()
Dir3_ra.c2296 else if (instr->opc == OPC_META_COLLECT) in handle_block()