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.cpp767 std::vector<std::pair<Operand, Definition>>& parallelcopies, in update_renames()
1041 std::vector<std::pair<Operand, Definition>>& parallelcopies, in get_reg_for_create_vector_copy()
1090 std::vector<std::pair<Operand, Definition>>& parallelcopies, in get_regs_for_copies()
1237 std::vector<std::pair<Operand, Definition>>& parallelcopies, const DefInfo& info, in get_reg_impl()
1461 std::vector<std::pair<Operand, Definition>>& parallelcopies, PhysReg start) in compact_relocate_vars()
1606 std::vector<std::pair<Operand, Definition>>& parallelcopies, aco_ptr<Instruction>& instr, in get_reg()
1715 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