• Home
  • Raw
  • Download

Lines Matching refs:haz

562       HazardResult haz = perform_hazard_query(&hq, candidate.get(), false);  in schedule_SMEM()  local
563 …if (haz == hazard_fail_reorder_ds || haz == hazard_fail_spill || haz == hazard_fail_reorder_sendms… in schedule_SMEM()
565 else if (haz != hazard_success) in schedule_SMEM()
610 HazardResult haz = perform_hazard_query(&hq, candidate.get(), true); in schedule_SMEM() local
611 if (haz == hazard_fail_reorder_ds || haz == hazard_fail_spill || in schedule_SMEM()
612 haz == hazard_fail_reorder_sendmsg || haz == hazard_fail_barrier || in schedule_SMEM()
613 haz == hazard_fail_export) in schedule_SMEM()
615 else if (haz != hazard_success) in schedule_SMEM()
702 …HazardResult haz = perform_hazard_query(part_of_clause ? &clause_hq : &indep_hq, candidate.get(), … in schedule_VMEM() local
703 if (haz == hazard_fail_reorder_ds || haz == hazard_fail_spill || in schedule_VMEM()
704 haz == hazard_fail_reorder_sendmsg || haz == hazard_fail_barrier || in schedule_VMEM()
705 haz == hazard_fail_export) in schedule_VMEM()
707 else if (haz != hazard_success) in schedule_VMEM()
751 HazardResult haz = perform_hazard_query(&indep_hq, candidate.get(), true); in schedule_VMEM() local
752 if (haz == hazard_fail_reorder_ds || haz == hazard_fail_spill || in schedule_VMEM()
753 haz == hazard_fail_reorder_vmem_smem || haz == hazard_fail_reorder_sendmsg || in schedule_VMEM()
754 haz == hazard_fail_barrier || haz == hazard_fail_export) in schedule_VMEM()
756 else if (haz != hazard_success) in schedule_VMEM()
818 HazardResult haz = perform_hazard_query(&hq, candidate.get(), false); in schedule_position_export() local
819 if (haz == hazard_fail_exec || haz == hazard_fail_unreorderable) in schedule_position_export()
822 if (haz != hazard_success) { in schedule_position_export()