Home
last modified time | relevance | path

Searched refs:reg_demand (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/amd/compiler/
Daco_spill.cpp734 std::vector<RegisterDemand> reg_demand; in add_coupling_code() local
758 reg_demand.push_back(demand_before); in add_coupling_code()
766 reg_demand.push_back(ctx.register_demand[block_idx][insert_idx]); in add_coupling_code()
790 reg_demand.emplace_back(reg_demand.back()); in add_coupling_code()
797reg_demand.insert(reg_demand.end(), std::next(ctx.register_demand[block->index].begin(), insert_id… in add_coupling_code()
799 ctx.register_demand[block_idx] = std::move(reg_demand); in add_coupling_code()
/external/mesa3d/docs/relnotes/
D20.0.0.rst2899 - aco: fill reg_demand with sensible information in add_coupling_code()