Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/compiler/
Daco_live_var_analysis.cpp335 void update_vgpr_sgpr_demand(Program* program, const RegisterDemand new_demand) in update_vgpr_sgpr_demand() function
401 update_vgpr_sgpr_demand(program, new_demand); in live_var_analysis()
Daco_scheduler.cpp927 update_vgpr_sgpr_demand(program, new_demand); in schedule_program()
Daco_ir.h1733 void update_vgpr_sgpr_demand(Program* program, const RegisterDemand new_demand);
Daco_register_allocation.cpp1271update_vgpr_sgpr_demand(ctx.program, RegisterDemand(ctx.program->max_reg_demand.vgpr + 1, ctx.prog… in get_reg()
1274update_vgpr_sgpr_demand(ctx.program, RegisterDemand(ctx.program->max_reg_demand.vgpr, ctx.program… in get_reg()