Home
last modified time | relevance | path

Searched refs:sr_write (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/panfrost/bifrost/
Dbi_scoreboard.c156 if (bi_opcode_props[I->op].sr_write && bi_is_null(I->dest[0]) && in bi_write_mask()
181 if (bi_opcode_props[I->op].sr_write) in bi_push_clause()
Dbi_pack.c115 bool write_dreg = prev->add && bi_opcode_props[prev->add->op].sr_write; in bi_assign_slots()
348 bool sr_write = bi_opcode_props[add->op].sr_write && in bi_pack_tuple() local
355 if (sr_write) in bi_pack_tuple()
357 } else if (sr_write) { in bi_pack_tuple()
Dbi_opt_dce.c172 cullable &= !bi_opcode_props[ins->op].sr_write; in bi_opt_dce_post_ra()
Dbir.c105 if (d == 0 && bi_opcode_props[ins->op].sr_write) { in bi_count_write_registers()
Dbi_schedule.c991 if (d == 0 && bi_opcode_props[instr->op].sr_write) in bi_write_count()
1064 if (bi_opcode_props[instr->op].sr_write) { in bi_instr_schedulable()
/third_party/mesa3d/src/panfrost/bifrost/valhall/
Dva_insert_flow.c143 if (bi_opcode_props[I->op].sr_write) in bi_push_instr()