Searched refs:perform_hazard_query (Results 1 - 1 of 1) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/amd/compiler/ |
| H A D | aco_scheduler.cpp | 557 perform_hazard_query(hazard_query* query, Instruction* instr, bool upwards) function in namespace:aco 688 HazardResult haz = perform_hazard_query(&hq, candidate.get(), false); 739 HazardResult haz = perform_hazard_query(&hq, candidate.get(), true); 849 perform_hazard_query(part_of_clause ? &clause_hq : &indep_hq, candidate.get(), false); 910 HazardResult haz = perform_hazard_query(&indep_hq, candidate.get(), true); 980 HazardResult haz = perform_hazard_query(&hq, candidate.get(), false);
|
Completed in 3 milliseconds