Home
last modified time | relevance | path

Searched defs:parallelcopies (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/amd/compiler/
Daco_register_allocation.cpp721 std::vector<std::pair<Operand, Definition>>& parallelcopies, in update_renames()
985 std::vector<std::pair<Operand, Definition>>& parallelcopies, in get_regs_for_copies()
1147 std::vector<std::pair<Operand, Definition>>& parallelcopies, const DefInfo& info, in get_reg_impl()
1379 std::vector<std::pair<Operand, Definition>>& parallelcopies, PhysReg start) in compact_relocate_vars()
1524 std::vector<std::pair<Operand, Definition>>& parallelcopies, aco_ptr<Instruction>& instr, in get_reg()
1629 std::vector<std::pair<Operand, Definition>>& parallelcopies, in get_reg_create_vector()
Daco_lower_to_cssa.cpp67 std::vector<std::vector<copy>> parallelcopies; /* copies per block */ member