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

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_live_var_analysis.cpp353 update_vgpr_sgpr_demand(Program* program, const RegisterDemand new_demand) function in namespace:aco
443 update_vgpr_sgpr_demand(program, new_demand);
H A Daco_scheduler.cpp1099 update_vgpr_sgpr_demand(program, new_demand);
H A Daco_register_allocation.cpp1348 update_vgpr_sgpr_demand(ctx.program, RegisterDemand(ctx.program->max_reg_demand.vgpr + 1,
1351 update_vgpr_sgpr_demand(ctx.program, RegisterDemand(ctx.program->max_reg_demand.vgpr,
H A Daco_ir.h2157 void update_vgpr_sgpr_demand(Program* program, const RegisterDemand new_demand);

Completed in 15 milliseconds