/external/deqp-deps/SPIRV-Tools/test/opt/ |
D | instruction_list_test.cpp | 95 std::vector<std::unique_ptr<Instruction>> new_instructions; in TEST() local 100 new_instructions.push_back(std::move(inst)); in TEST() 102 auto new_element = list.begin().InsertBefore(std::move(new_instructions)); in TEST() 103 EXPECT_TRUE(new_instructions.empty()); in TEST()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/opt/ |
D | instruction_list_test.cpp | 95 std::vector<std::unique_ptr<Instruction>> new_instructions; in TEST() local 100 new_instructions.push_back(std::move(inst)); in TEST() 102 auto new_element = list.begin().InsertBefore(std::move(new_instructions)); in TEST() 103 EXPECT_TRUE(new_instructions.empty()); in TEST()
|
/external/swiftshader/third_party/SPIRV-Tools/test/opt/ |
D | instruction_list_test.cpp | 95 std::vector<std::unique_ptr<Instruction>> new_instructions; in TEST() local 100 new_instructions.push_back(std::move(inst)); in TEST() 102 auto new_element = list.begin().InsertBefore(std::move(new_instructions)); in TEST() 103 EXPECT_TRUE(new_instructions.empty()); in TEST()
|
/external/mesa3d/src/amd/compiler/ |
D | aco_form_hard_clauses.cpp | 69 std::vector<aco_ptr<Instruction>> new_instructions; in form_hard_clauses() local 70 new_instructions.reserve(block.instructions.size()); in form_hard_clauses() 71 Builder bld(program, &new_instructions); in form_hard_clauses() 108 block.instructions = std::move(new_instructions); in form_hard_clauses()
|
D | aco_opt_value_numbering.cpp | 369 std::vector<aco_ptr<Instruction>> new_instructions; in process_block() local 370 new_instructions.reserve(block.instructions.size()); in process_block() 387 new_instructions.emplace_back(std::move(instr)); in process_block() 426 new_instructions.emplace_back(std::move(instr)); in process_block() 429 new_instructions.emplace_back(std::move(instr)); in process_block() 433 block.instructions = std::move(new_instructions); in process_block()
|
D | aco_insert_NOPs.cpp | 314 … aco_ptr<Instruction>& instr, std::vector<aco_ptr<Instruction>>& new_instructions) in handle_instruction_gfx6() argument 428 new_instructions.emplace_back(std::move(nop)); in handle_instruction_gfx6() 590 … aco_ptr<Instruction>& instr, std::vector<aco_ptr<Instruction>>& new_instructions) in handle_instruction_gfx10() argument 626 new_instructions.emplace_back(std::move(depctr)); in handle_instruction_gfx10() 647 new_instructions.emplace_back(std::move(v_mov)); in handle_instruction_gfx10() 665 new_instructions.emplace_back(std::move(depctr)); in handle_instruction_gfx10() 692 new_instructions.emplace_back(std::move(s_mov)); in handle_instruction_gfx10() 741 new_instructions.emplace_back(std::move(wait)); in handle_instruction_gfx10()
|
D | aco_insert_waitcnt.cpp | 872 std::vector<aco_ptr<Instruction>> new_instructions; in handle_block() local 887 emit_waitcnt(ctx, new_instructions, queued_imm); in handle_block() 890 new_instructions.emplace_back(std::move(instr)); in handle_block() 900 emit_waitcnt(ctx, new_instructions, queued_imm); in handle_block() 902 block.instructions.swap(new_instructions); in handle_block()
|
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | transformation_add_function.cpp | 611 std::vector<std::unique_ptr<opt::Instruction>> new_instructions; in TryToAddLoopLimiters() local 615 new_instructions.push_back(MakeUnique<opt::Instruction>( in TryToAddLoopLimiters() 623 new_instructions.push_back(MakeUnique<opt::Instruction>( in TryToAddLoopLimiters() 632 new_instructions.push_back(MakeUnique<opt::Instruction>( in TryToAddLoopLimiters() 642 new_instructions.push_back(MakeUnique<opt::Instruction>( in TryToAddLoopLimiters() 652 new_instructions.push_back(MakeUnique<opt::Instruction>( in TryToAddLoopLimiters() 667 std::move(new_instructions)); in TryToAddLoopLimiters() 669 back_edge_block_terminator->InsertBefore(std::move(new_instructions)); in TryToAddLoopLimiters() 864 std::vector<std::unique_ptr<opt::Instruction>> new_instructions; in TryToClampAccessChainIndices() local 868 new_instructions.push_back(MakeUnique<opt::Instruction>( in TryToClampAccessChainIndices() [all …]
|
/external/deqp-deps/SPIRV-Tools/source/fuzz/ |
D | transformation_add_function.cpp | 611 std::vector<std::unique_ptr<opt::Instruction>> new_instructions; in TryToAddLoopLimiters() local 615 new_instructions.push_back(MakeUnique<opt::Instruction>( in TryToAddLoopLimiters() 623 new_instructions.push_back(MakeUnique<opt::Instruction>( in TryToAddLoopLimiters() 632 new_instructions.push_back(MakeUnique<opt::Instruction>( in TryToAddLoopLimiters() 642 new_instructions.push_back(MakeUnique<opt::Instruction>( in TryToAddLoopLimiters() 652 new_instructions.push_back(MakeUnique<opt::Instruction>( in TryToAddLoopLimiters() 667 std::move(new_instructions)); in TryToAddLoopLimiters() 669 back_edge_block_terminator->InsertBefore(std::move(new_instructions)); in TryToAddLoopLimiters() 864 std::vector<std::unique_ptr<opt::Instruction>> new_instructions; in TryToClampAccessChainIndices() local 868 new_instructions.push_back(MakeUnique<opt::Instruction>( in TryToClampAccessChainIndices() [all …]
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/ |
D | transformation_add_function.cpp | 611 std::vector<std::unique_ptr<opt::Instruction>> new_instructions; in TryToAddLoopLimiters() local 615 new_instructions.push_back(MakeUnique<opt::Instruction>( in TryToAddLoopLimiters() 623 new_instructions.push_back(MakeUnique<opt::Instruction>( in TryToAddLoopLimiters() 632 new_instructions.push_back(MakeUnique<opt::Instruction>( in TryToAddLoopLimiters() 642 new_instructions.push_back(MakeUnique<opt::Instruction>( in TryToAddLoopLimiters() 652 new_instructions.push_back(MakeUnique<opt::Instruction>( in TryToAddLoopLimiters() 667 std::move(new_instructions)); in TryToAddLoopLimiters() 669 back_edge_block_terminator->InsertBefore(std::move(new_instructions)); in TryToAddLoopLimiters() 864 std::vector<std::unique_ptr<opt::Instruction>> new_instructions; in TryToClampAccessChainIndices() local 868 new_instructions.push_back(MakeUnique<opt::Instruction>( in TryToClampAccessChainIndices() [all …]
|
/external/mesa3d/src/compiler/glsl/ |
D | lower_xfb_varying.cpp | 216 exec_list new_instructions; in lower_xfb_varying() local 238 new_instructions.push_tail(new_assignment); in lower_xfb_varying() 240 lower_xfb_var_splicer splicer(mem_ctx, shader->Stage, &new_instructions); in lower_xfb_varying()
|
D | opt_function_inlining.cpp | 235 exec_list new_instructions; in generate_inline() local 241 new_instructions.push_tail(new_ir); in generate_inline() 256 do_variable_replacement(&new_instructions, sig_param, deref); in generate_inline() 261 next_ir->insert_before(&new_instructions); in generate_inline()
|
D | lower_packed_varyings.cpp | 897 exec_list new_instructions, new_variables; in lower_packed_varyings() local 903 &new_instructions, in lower_packed_varyings() 914 lower_packed_varyings_gs_splicer splicer(mem_ctx, &new_instructions); in lower_packed_varyings() 926 lower_packed_varyings_return_splicer splicer(mem_ctx, &new_instructions); in lower_packed_varyings() 936 main_func_sig->body.append_list(&new_instructions); in lower_packed_varyings() 941 main_func_sig->body.get_head_raw()->insert_before(&new_instructions); in lower_packed_varyings()
|