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

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_spill.cpp766 std::vector<RegisterDemand> reg_demand; local in function:aco::__anond37687ce0110::add_coupling_code
793 reg_demand.push_back(demand_before);
801 reg_demand.push_back(ctx.register_demand[block_idx][insert_idx]);
829 reg_demand.emplace_back(reg_demand.back());
836 reg_demand.insert(reg_demand.end(),
839 ctx.register_demand[block_idx] = std::move(reg_demand);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.0.0.rst2899 - aco: fill reg_demand with sensible information in add_coupling_code()

Completed in 8 milliseconds