Searched refs:IR3_REG_PHI_SRC (Results 1 – 3 of 3) sorted by relevance
478 if (d->regs[0]->flags & IR3_REG_PHI_SRC) { in get_definer()729 debug_assert(!(dst->flags & IR3_REG_PHI_SRC)); in ra_block_compute_live_ranges()779 if (id->defn->regs[0]->flags & IR3_REG_PHI_SRC) { in ra_block_compute_live_ranges()1043 reg->flags &= ~(IR3_REG_SSA | IR3_REG_PHI_SRC); in reg_assign()
660 mov->regs[0]->flags |= IR3_REG_PHI_SRC; in sched_insert_parallel_copies()
93 IR3_REG_PHI_SRC= 0x10000, /* phi src, regs[0]->instr points to phi */ enumerator