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.c190 if ((src->opc == OPC_META_SPLIT) || (src->opc == OPC_META_COLLECT)) { in sched_check_src_cond()
240 if (instr->opc == OPC_META_COLLECT) { in cycle_count()
784 if (!is_meta(n->instr) || n->instr->opc == OPC_META_COLLECT) in choose_instr_prio()
994 if (instr->opc == OPC_META_COLLECT) in sched_node_add_dep()
1026 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.c96 if (instr->opc != OPC_META_COLLECT) 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.c311 collect = ir3_instr_create(block, OPC_META_COLLECT, 1, arrsz); in ir3_create_collect()
368 if (src->opc == OPC_META_COLLECT) { in ir3_split_dest()
Dinstr-a3xx.h330 OPC_META_COLLECT = _OPC(-1, 3), enumerator
Dir3_print.c111 case OPC_META_COLLECT: in print_instr_name()
Dir3_cp.c619 debug_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.c189 if (instr->opc == OPC_META_COLLECT) { in instr_cycles()
805 ir3_instr_create(after->block, OPC_META_COLLECT, 1, elems); in extract()
1923 instr->opc != OPC_META_COLLECT) in fixup_merge_sets()
Dir3_ra.c2014 else if (instr->opc == OPC_META_COLLECT) in handle_block()