Searched refs:live_after_temp (Results 1 – 1 of 1) sorted by relevance
/third_party/mesa3d/src/panfrost/bifrost/ |
D | bi_schedule.c | 983 bi_write_count(bi_instr *instr, uint64_t live_after_temp) in bi_write_count() argument 998 if (live_after_temp & BITFIELD64_BIT(instr->dest[0].value)) in bi_write_count() 1038 uint64_t live_after_temp, in bi_instr_schedulable() argument 1113 total_writes += bi_write_count(instr, live_after_temp); in bi_instr_schedulable() 1178 uint64_t live_after_temp, in bi_choose_index() argument 1187 if (!bi_instr_schedulable(instr, clause, tuple, live_after_temp, fma)) in bi_choose_index() 1208 bi_instr *instr, uint64_t live_after_temp, bool fma) in bi_pop_instr() argument 1218 tuple->reg.nr_writes += bi_write_count(instr, live_after_temp); in bi_pop_instr() 1240 uint64_t live_after_temp, in bi_take_instr() argument 1265 bi_pop_instr(clause, tuple, mov, live_after_temp, fma); in bi_take_instr() [all …]
|