Searched refs:OPC_META_PHI (Results 1 - 15 of 15) sorted by relevance
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_array_to_ssa.c | 107 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 D | ir3_liveness.c | 56 if (instr->opc != OPC_META_PHI) { in compute_block_liveness() 88 if (phi->opc != OPC_META_PHI) in compute_block_liveness()
|
H A D | ir3_merge_regs.c | 409 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 D | ir3_validate.c | 112 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 D | ir3_spill.c | 240 } 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 D | ir3_remove_unreachable.c | 71 if (phi->opc != OPC_META_PHI) in delete_block()
|
H A D | ir3_ra_validate.c | 475 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 D | ir3_sched.c | 1119 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 D | instr-a3xx.h | 390 OPC_META_PHI = _OPC(-1, 6), enumerator
|
H A D | ir3_cp.c | 569 if ((reg->flags & IR3_REG_ARRAY) && src->opc != OPC_META_PHI) in instr_cp()
|
H A D | ir3_print.c | 120 case OPC_META_PHI: in print_instr_name()
|
H A D | ir3_lower_parallelcopy.c | 574 } else if (instr->opc == OPC_META_PHI) { in ir3_lower_copies()
|
H A D | ir3_ra.c | 2260 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 D | ir3_compiler_nir.c | 3392 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 D | ir3.h | 883 case OPC_META_PHI: in is_same_type_mov()
|
Completed in 25 milliseconds