Lines Matching defs:chosen
1063 struct schedule_node *chosen = NULL;
1234 if (!chosen) {
1235 chosen = n;
1241 chosen = n;
1247 if (n->delay > chosen->delay) {
1248 chosen = n;
1250 } else if (n->delay < chosen->delay) {
1258 if (!chosen && !prev_inst && skipped_insts_for_ldvary_pipelining) {
1264 if (chosen && chosen->inst->qpu.sig.ldvary) {
1273 return chosen;
2180 struct schedule_node *chosen =
2187 struct qinst *qinst = chosen ? chosen->inst : vir_nop();
2199 /* We can't mark_instruction_scheduled() the chosen inst until
2209 if (chosen) {
2210 time = MAX2(chosen->unblocked_time, time);
2211 pre_remove_head(scoreboard->dag, chosen);
2215 chosen))) {
2222 chosen->inst->uniform =
2280 mark_instruction_scheduled(devinfo, scoreboard->dag, time, chosen);