Searched defs:parallelcopy (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/mesa3d/src/amd/compiler/ |
H A D | aco_register_allocation.cpp | 2076 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 D | test_regalloc.cpp | 559 aco_ptr<Instruction>& parallelcopy = program->blocks[0].instructions[6]; variable
|