Home
last modified time | relevance | path

Searched refs:OPC_META_PHI (Results 1 - 15 of 15) sorted by relevance

/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_array_to_ssa.c107 ir3_instr_create(block, OPC_META_PHI, 1, block->predecessors_count); in read_value_beginning()
167 if (src_instr->opc == OPC_META_PHI) { in remove_trivial_phi()
192 if (reg->instr->opc == OPC_META_PHI) in lookup_value()
241 if (instr->opc == OPC_META_PHI) in ir3_array_to_ssa()
265 if (instr->opc == OPC_META_PHI) in ir3_array_to_ssa()
274 if (instr->opc == OPC_META_PHI) { in ir3_array_to_ssa()
H A Dir3_liveness.c56 if (instr->opc != OPC_META_PHI) { in compute_block_liveness()
88 if (phi->opc != OPC_META_PHI) in compute_block_liveness()
H A Dir3_merge_regs.c409 if (phi->opc != OPC_META_PHI) in create_parallel_copy()
431 if (phi->opc != OPC_META_PHI) in create_parallel_copy()
457 if (phi->opc != OPC_META_PHI) in create_parallel_copy()
552 if (instr->opc != OPC_META_PHI) in ir3_merge_regs()
H A Dir3_validate.c112 if (phi->opc != OPC_META_PHI) in validate_phi_src()
408 if (instr->opc == OPC_META_PHI) { in ir3_validate()
410 validate_assert(ctx, prev == NULL || prev->opc == OPC_META_PHI); in ir3_validate()
H A Dir3_spill.c240 } else if (instr->opc != OPC_META_PHI) { in compute_block_next_distance()
278 if (phi->opc != OPC_META_PHI) in compute_block_next_distance()
1328 return def->instr->opc == OPC_META_PHI && def->instr->block == block; in is_live_in_phi()
1564 ir3_instr_create(block, OPC_META_PHI, 1, block->predecessors_count); in add_live_in_phi()
1705 if (instr->opc != OPC_META_PHI) in update_live_out_phis()
1804 if (instr->opc != OPC_META_PHI && instr->opc != OPC_META_INPUT && in handle_block()
1818 if (instr->opc != OPC_META_PHI) in handle_block()
1835 if (instr->opc == OPC_META_PHI || instr->opc == OPC_META_INPUT || in handle_block()
1887 if (def->instr->opc == OPC_META_PHI) { in simplify_phi_def()
1921 if (instr->opc != OPC_META_PHI) in simplify_phi_nodes()
[all...]
H A Dir3_remove_unreachable.c71 if (phi->opc != OPC_META_PHI) in delete_block()
H A Dir3_ra_validate.c475 instr->opc == OPC_META_PARALLEL_COPY || instr->opc == OPC_META_PHI) { in check_reaching_instr()
501 if (instr->opc != OPC_META_PHI) in check_reaching_block()
H A Dir3_sched.c1119 if (instr->opc == OPC_META_PHI) in sched_node_add_deps()
1221 if (instr->opc == OPC_META_INPUT || instr->opc == OPC_META_PHI) in sched_block()
H A Dinstr-a3xx.h390 OPC_META_PHI = _OPC(-1, 6), enumerator
H A Dir3_cp.c569 if ((reg->flags & IR3_REG_ARRAY) && src->opc != OPC_META_PHI) in instr_cp()
H A Dir3_print.c120 case OPC_META_PHI: in print_instr_name()
H A Dir3_lower_parallelcopy.c574 } else if (instr->opc == OPC_META_PHI) { in ir3_lower_copies()
H A Dir3_ra.c2260 if (instr->opc == OPC_META_PHI) in handle_block()
2289 if (instr->opc == OPC_META_PHI) in handle_block()
2439 if (instr->opc == OPC_META_PHI) { in calc_min_limit_pressure()
H A Dir3_compiler_nir.c3392 phi = ir3_instr_create(ctx->block, OPC_META_PHI, 1, in emit_phi()
3411 ir3_instr_create(blk, OPC_META_PHI, 1, blk->predecessors_count); in read_phi_src()
3445 if (phi->opc != OPC_META_PHI) in resolve_phis()
H A Dir3.h883 case OPC_META_PHI: in is_same_type_mov()

Completed in 25 milliseconds