Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/compiler/
Daco_register_allocation.cpp774 std::vector<std::pair<Operand, Definition>>& parallelcopies, in update_renames()
1053 std::vector<std::pair<Operand, Definition>>& parallelcopies, in get_reg_for_create_vector_copy()
1106 std::vector<std::pair<Operand, Definition>>& parallelcopies, in get_regs_for_copies()
1258 std::vector<std::pair<Operand, Definition>>& parallelcopies, const DefInfo& info, in get_reg_impl()
1482 std::vector<std::pair<Operand, Definition>>& parallelcopies, PhysReg start) in compact_relocate_vars()
1626 std::vector<std::pair<Operand, Definition>>& parallelcopies, aco_ptr<Instruction>& instr, in get_reg()
1739 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