Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/compiler/
Daco_live_var_analysis.cpp408 update_vgpr_sgpr_demand(Program* program, const RegisterDemand new_demand) in update_vgpr_sgpr_demand() function
463 update_vgpr_sgpr_demand(program, new_demand); in live_var_analysis()
Daco_scheduler.cpp1103 update_vgpr_sgpr_demand(program, new_demand); in schedule_program()
Daco_register_allocation.cpp1430 update_vgpr_sgpr_demand(ctx.program, RegisterDemand(ctx.program->max_reg_demand.vgpr + 1, in increase_register_file()
1433 update_vgpr_sgpr_demand(ctx.program, RegisterDemand(ctx.program->max_reg_demand.vgpr, in increase_register_file()
Daco_ir.h2218 void update_vgpr_sgpr_demand(Program* program, const RegisterDemand new_demand);