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

/xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/
H A Dbi_schedule.c1063 bool can_spill_to_moves = (!tuple->add); local in function:bi_instr_schedulable
1064 can_spill_to_moves &= (bi_nconstants(clause) < 13 - (clause->tuple_count + 2));
1065 can_spill_to_moves &= (clause->tuple_count < 7);
1068 if (total_srcs > (can_spill_to_moves ? 4 : 3))

Completed in 5 milliseconds