Searched refs:HazardResult (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/amd/compiler/ |
D | aco_scheduler.cpp | 431 enum HazardResult { enum 445 HazardResult perform_hazard_query(hazard_query *query, Instruction *instr, bool upwards) in perform_hazard_query() 562 HazardResult haz = perform_hazard_query(&hq, candidate.get(), false); in schedule_SMEM() 610 HazardResult haz = perform_hazard_query(&hq, candidate.get(), true); in schedule_SMEM() 702 …HazardResult haz = perform_hazard_query(part_of_clause ? &clause_hq : &indep_hq, candidate.get(), … in schedule_VMEM() 751 HazardResult haz = perform_hazard_query(&indep_hq, candidate.get(), true); in schedule_VMEM() 818 HazardResult haz = perform_hazard_query(&hq, candidate.get(), false); in schedule_position_export()
|