Home
last modified time | relevance | path

Searched refs:new_instructions (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/test/opt/
Dinstruction_list_test.cpp95 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()
/third_party/spirv-tools/test/opt/
Dinstruction_list_test.cpp95 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()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
Dinstruction_list_test.cpp95 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()
/third_party/mesa3d/src/amd/compiler/
Daco_form_hard_clauses.cpp72 std::vector<aco_ptr<Instruction>> new_instructions; in form_hard_clauses() local
73 new_instructions.reserve(block.instructions.size()); in form_hard_clauses()
74 Builder bld(program, &new_instructions); in form_hard_clauses()
111 block.instructions = std::move(new_instructions); in form_hard_clauses()
Daco_insert_NOPs.cpp359 std::vector<aco_ptr<Instruction>>& new_instructions) in handle_instruction_gfx6() argument
476 new_instructions.emplace_back(std::move(nop)); in handle_instruction_gfx6()
652 std::vector<aco_ptr<Instruction>>& new_instructions) in handle_instruction_gfx10() argument
693 new_instructions.emplace_back(std::move(depctr)); in handle_instruction_gfx10()
716 new_instructions.emplace_back(std::move(v_mov)); in handle_instruction_gfx10()
735 new_instructions.emplace_back(std::move(depctr)); in handle_instruction_gfx10()
762 new_instructions.emplace_back(std::move(s_mov)); in handle_instruction_gfx10()
812 new_instructions.emplace_back(std::move(wait)); in handle_instruction_gfx10()
830 Builder(state.program, &new_instructions).sopp(aco_opcode::s_nop, -1, 0); in handle_instruction_gfx10()
842 Builder(state.program, &new_instructions).sopp(aco_opcode::s_nop, -1, 0); in handle_instruction_gfx10()
Daco_opt_value_numbering.cpp367 std::vector<aco_ptr<Instruction>> new_instructions; in process_block() local
368 new_instructions.reserve(block.instructions.size()); in process_block()
385 new_instructions.emplace_back(std::move(instr)); in process_block()
425 new_instructions.emplace_back(std::move(instr)); in process_block()
428 new_instructions.emplace_back(std::move(instr)); in process_block()
432 block.instructions = std::move(new_instructions); in process_block()
Daco_insert_waitcnt.cpp740 std::vector<aco_ptr<Instruction>> new_instructions; in handle_block() local
754 emit_waitcnt(ctx, new_instructions, queued_imm); in handle_block()
756 new_instructions.emplace_back(std::move(instr)); in handle_block()
762 emit_waitcnt(ctx, new_instructions, queued_imm); in handle_block()
764 block.instructions.swap(new_instructions); in handle_block()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dtransformation_add_function.cpp611 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 …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_add_function.cpp611 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 …]
/third_party/spirv-tools/source/fuzz/
Dtransformation_add_function.cpp611 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 …]
/third_party/mesa3d/src/compiler/glsl/
Dopt_function_inlining.cpp235 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()