Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/amd/compiler/
H A Daco_register_allocation.cpp2076 std::vector<std::pair<Operand, Definition>>& parallelcopy, in handle_fixed_operands()
2143 std::vector<std::pair<Operand, Definition>>& parallelcopy, in get_reg_for_operand()
2163 std::vector<std::pair<Operand, Definition>> parallelcopy; in get_reg_phi() local
2870 emit_parallel_copy_internal(ra_ctx& ctx, std::vector<std::pair<Operand, Definition>>& parallelcopy, in emit_parallel_copy_internal()
2936 emit_parallel_copy(ra_ctx& ctx, std::vector<std::pair<Operand, Definition>>& parallelcopy, in emit_parallel_copy()
3017 std::vector<std::pair<Operand, Definition>> parallelcopy; in register_allocation() local
3304 std::vector<std::pair<Operand, Definition>> parallelcopy; in register_allocation() local
/aosp_15_r20/external/mesa3d/src/amd/compiler/tests/
H A Dtest_regalloc.cpp559 aco_ptr<Instruction>& parallelcopy = program->blocks[0].instructions[6]; variable