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

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_statistics.cpp40 RegisterDemand presched_demand; local in function:aco::collect_presched_stats
42 presched_demand.update(block.register_demand);
43 program->statistics[statistic_sgpr_presched] = presched_demand.sgpr;
44 program->statistics[statistic_vgpr_presched] = presched_demand.vgpr;

Completed in 2 milliseconds