Searched refs:indep_hq (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_scheduler.cpp795 hazard_query indep_hq; local in function:aco::schedule_VMEM
797 init_hazard_query(&indep_hq);
799 add_to_hazard_query(&indep_hq, current);
849 perform_hazard_query(part_of_clause ? &clause_hq : &indep_hq, candidate.get(), false);
860 add_to_hazard_query(&indep_hq, candidate.get());
871 add_to_hazard_query(&indep_hq, candidate.get());
879 add_to_hazard_query(&indep_hq, candidate.get());
885 add_to_hazard_query(&indep_hq, candidate_ptr);
910 HazardResult haz = perform_hazard_query(&indep_hq, candidate.get(), true);
923 init_hazard_query(&indep_hq);
[all...]

Completed in 3 milliseconds