HomeSort by: relevance | last modified time | path
    Searched defs:collect_vars (Results 1 - 1 of 1) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/amd/compiler/
aco_register_allocation.cpp 973 collect_vars(ra_ctx& ctx, RegisterFile& reg_file, const PhysRegInterval reg_interval) function in namespace:aco::__anon498
1125 std::set<std::pair<unsigned, unsigned>> new_vars = collect_vars(ctx, reg_file, reg_win);
1264 std::set<std::pair<unsigned, unsigned>> vars = collect_vars(ctx, tmp_file, best_win);
1739 collect_vars(ctx, tmp_file, PhysRegInterval{best_pos, size});
1889 collect_vars(ctx, tmp_file, target);
2608 collect_vars(ctx, register_file, def_regs);

Completed in 64 milliseconds