Lines Matching refs:thrsw
391 if (inst->sig.thrsw) { in calculate_deps()
1016 merge.sig.thrsw |= b->sig.thrsw; in qpu_merge_inst()
1070 if (prev_inst->inst->qpu.sig.thrsw) in choose_instruction_to_schedule()
1168 if (inst->sig.thrsw) in choose_instruction_to_schedule()
1642 if (qinst->qpu.sig.thrsw) in qpu_inst_after_thrsw_valid_in_delay_slot()
1790 sig.thrsw = true; in emit_thrsw()
1832 merge_inst->qpu.sig.thrsw = true; in emit_thrsw()
1855 second_inst->qpu.sig.thrsw = true; in emit_thrsw()
1882 if (inst->qpu.sig.thrsw) in qpu_inst_valid_in_branch_delay_slot()
2291 if (inst->sig.thrsw) { in schedule_instructions()
2506 struct qinst *thrsw = vir_nop(); in v3d_qpu_schedule_instructions() local
2507 thrsw->qpu.sig.thrsw = true; in v3d_qpu_schedule_instructions()
2508 emit_thrsw(c, end_block, &scoreboard, thrsw, true); in v3d_qpu_schedule_instructions()