Home
last modified time | relevance | path

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

/external/mesa3d/src/freedreno/ir3/
Dir3_ra.c145 if (instr->opc == OPC_META_COLLECT) { in get_definer()
329 if (instr->opc == OPC_META_COLLECT) { in ra_block_name_instructions()
640 if ((instr->opc == OPC_META_SPLIT) || (instr->opc == OPC_META_COLLECT)) in __def()
765 (instr->opc == OPC_META_COLLECT))) { in ra_block_compute_live_ranges()
1190 if ((instr->opc == OPC_META_COLLECT) && in should_assign()
1499 } else if (instr->opc == OPC_META_COLLECT) { in ra_sanity_check()
Dir3_group.c151 if (instr->opc == OPC_META_COLLECT) { in instr_find_neighbors()
Dir3_cp.c92 if (dst_instr->opc == OPC_META_COLLECT) in is_eligible_mov()
585 debug_assert(samp_tex->opc == OPC_META_COLLECT); in instr_cp()
Dir3_delay.c224 } else if ((assigner->opc == OPC_META_COLLECT) && consumer->repeat && in delay_calc_srcn()
Dir3_context.c311 collect = ir3_instr_create2(block, OPC_META_COLLECT, 1 + arrsz); in ir3_create_collect()
371 if (src->opc == OPC_META_COLLECT) { in ir3_split_dest()
Dir3_ra.h218 } else if (instr->opc == OPC_META_COLLECT) { in scalar_name()
Dir3_print.c103 case OPC_META_COLLECT: printf("_meta:collect"); break; in print_instr_name()
Dir3_sched.c861 if (instr->opc == OPC_META_COLLECT) in sched_node_add_dep()
891 assert(collect->opc == OPC_META_COLLECT); in is_output_collect()
Dir3_a6xx.c399 debug_assert(src->opc == OPC_META_COLLECT); in get_atomic_dest_mov()
Dinstr-a3xx.h256 OPC_META_COLLECT = _OPC(-1, 3), enumerator
Dir3.h1253 if ((src->opc == OPC_META_SPLIT) || (src->opc == OPC_META_COLLECT)) { in check_src_cond()
Dir3_compiler_nir.c3410 assert(out->opc == OPC_META_COLLECT); in fixup_binning_pass()
3766 assert(out->opc == OPC_META_COLLECT); in ir3_compile_shader_nir()
/external/mesa3d/src/freedreno/ir3/tests/
Ddelay.c138 ir3_instr_create2(block, OPC_META_COLLECT, 1 + nsrc); in regs_to_ssa()