Home
last modified time | relevance | path

Searched refs:SpvOpReturnValue (Results 1 – 25 of 71) sorted by relevance

123

/external/swiftshader/third_party/SPIRV-Tools/test/fuzz/
Dtransformation_replace_branch_from_dead_block_with_exit_test.cpp294 201, SpvOpReturnValue, 1000) in TEST()
299 TransformationReplaceBranchFromDeadBlockWithExit(200, SpvOpReturnValue, 6) in TEST()
304 201, SpvOpReturnValue, 48) in TEST()
309 200, SpvOpReturnValue, 400) in TEST()
319 300, SpvOpReturnValue, 14) in TEST()
325 201, SpvOpReturnValue, 400); in TEST()
342 ASSERT_EQ(SpvOpReturnValue, return_value_inst->opcode()); in TEST()
Dtransformation_push_id_through_variable_test.cpp115 MakeInstructionDescriptor(95, SpvOpReturnValue, 0); in TEST()
181 instruction_descriptor = MakeInstructionDescriptor(95, SpvOpReturnValue, 0); in TEST()
194 instruction_descriptor = MakeInstructionDescriptor(95, SpvOpReturnValue, 0); in TEST()
207 instruction_descriptor = MakeInstructionDescriptor(95, SpvOpReturnValue, 0); in TEST()
362 instruction_descriptor = MakeInstructionDescriptor(95, SpvOpReturnValue, 0); in TEST()
373 instruction_descriptor = MakeInstructionDescriptor(95, SpvOpReturnValue, 0); in TEST()
384 instruction_descriptor = MakeInstructionDescriptor(95, SpvOpReturnValue, 0); in TEST()
588 MakeInstructionDescriptor(95, SpvOpReturnValue, 0); in TEST()
691 MakeInstructionDescriptor(95, SpvOpReturnValue, 0); in TEST()
Dtransformation_store_test.cpp246 11, 95, MakeInstructionDescriptor(95, SpvOpReturnValue, 0)); in TEST()
258 46, 80, MakeInstructionDescriptor(95, SpvOpReturnValue, 0)); in TEST()
270 16, 21, MakeInstructionDescriptor(95, SpvOpReturnValue, 0)); in TEST()
Dtransformation_load_test.cpp201 101, 46, MakeInstructionDescriptor(16, SpvOpReturnValue, 0)); in TEST()
212 102, 16, MakeInstructionDescriptor(16, SpvOpReturnValue, 0)); in TEST()
Dshrinker_test.cpp256 case SpvOpReturnValue: in TEST()
/external/deqp-deps/SPIRV-Tools/test/fuzz/
Dtransformation_replace_branch_from_dead_block_with_exit_test.cpp294 201, SpvOpReturnValue, 1000) in TEST()
299 TransformationReplaceBranchFromDeadBlockWithExit(200, SpvOpReturnValue, 6) in TEST()
304 201, SpvOpReturnValue, 48) in TEST()
309 200, SpvOpReturnValue, 400) in TEST()
319 300, SpvOpReturnValue, 14) in TEST()
325 201, SpvOpReturnValue, 400); in TEST()
342 ASSERT_EQ(SpvOpReturnValue, return_value_inst->opcode()); in TEST()
Dtransformation_push_id_through_variable_test.cpp115 MakeInstructionDescriptor(95, SpvOpReturnValue, 0); in TEST()
181 instruction_descriptor = MakeInstructionDescriptor(95, SpvOpReturnValue, 0); in TEST()
194 instruction_descriptor = MakeInstructionDescriptor(95, SpvOpReturnValue, 0); in TEST()
207 instruction_descriptor = MakeInstructionDescriptor(95, SpvOpReturnValue, 0); in TEST()
362 instruction_descriptor = MakeInstructionDescriptor(95, SpvOpReturnValue, 0); in TEST()
373 instruction_descriptor = MakeInstructionDescriptor(95, SpvOpReturnValue, 0); in TEST()
384 instruction_descriptor = MakeInstructionDescriptor(95, SpvOpReturnValue, 0); in TEST()
588 MakeInstructionDescriptor(95, SpvOpReturnValue, 0); in TEST()
691 MakeInstructionDescriptor(95, SpvOpReturnValue, 0); in TEST()
Dtransformation_store_test.cpp246 11, 95, MakeInstructionDescriptor(95, SpvOpReturnValue, 0)); in TEST()
258 46, 80, MakeInstructionDescriptor(95, SpvOpReturnValue, 0)); in TEST()
270 16, 21, MakeInstructionDescriptor(95, SpvOpReturnValue, 0)); in TEST()
Dtransformation_load_test.cpp201 101, 46, MakeInstructionDescriptor(16, SpvOpReturnValue, 0)); in TEST()
212 102, 16, MakeInstructionDescriptor(16, SpvOpReturnValue, 0)); in TEST()
Dshrinker_test.cpp256 case SpvOpReturnValue: in TEST()
/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dfuzzer_pass_replace_branches_from_dead_blocks_with_exits.cpp89 opcodes.emplace_back(SpvOpReturnValue); in Apply()
97 opcode == SpvOpReturnValue in Apply()
Dtransformation_replace_branch_from_dead_block_with_exit.cpp70 case SpvOpReturnValue: { in IsApplicable()
118 if (message_.opcode() == SpvOpReturnValue) { in Apply()
Dtransformation_wrap_early_terminator_in_function.cpp134 early_terminator->SetOpcode(SpvOpReturnValue); in Apply()
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dfuzzer_pass_replace_branches_from_dead_blocks_with_exits.cpp89 opcodes.emplace_back(SpvOpReturnValue); in Apply()
97 opcode == SpvOpReturnValue in Apply()
Dtransformation_replace_branch_from_dead_block_with_exit.cpp70 case SpvOpReturnValue: { in IsApplicable()
118 if (message_.opcode() == SpvOpReturnValue) { in Apply()
Dtransformation_wrap_early_terminator_in_function.cpp134 early_terminator->SetOpcode(SpvOpReturnValue); in Apply()
Dtransformation_duplicate_region_with_selection.cpp437 case SpvOpReturnValue: in Apply()
609 case SpvOpReturnValue: in Apply()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dmerge_return_pass.cpp206 context(), SpvOpReturnValue, 0, 0, in CreateReturn()
219 if (tail_opcode == SpvOpReturn || tail_opcode == SpvOpReturnValue) { in ProcessStructuredBlock()
225 if (tail_opcode == SpvOpReturn || tail_opcode == SpvOpReturnValue || in ProcessStructuredBlock()
236 block->tail()->opcode() == SpvOpReturnValue) { in BranchToBlock()
532 block->tail()->opcode() != SpvOpReturnValue) in RecordReturned()
563 if (terminator.opcode() != SpvOpReturnValue) { in RecordReturnValue()
649 terminator.opcode() == SpvOpReturnValue) { in CollectReturnBlocks()
670 if (block->tail()->opcode() == SpvOpReturnValue) { in MergeReturnBlocks()
687 new Instruction(context(), SpvOpReturnValue, 0u, 0u, in MergeReturnBlocks()
Dwrap_opkill.cpp84 ir_builder.AddUnaryOp(0, SpvOpReturnValue, undef->result_id()); in ReplaceWithFunctionCall()
Dinline_pass.cpp335 if (inst->opcode() == SpvOpReturnValue || inst->opcode() == SpvOpReturn) in InlineSingleInstruction()
371 if (inst->opcode() == SpvOpReturnValue) { in InlineReturn()
393 if (inst->opcode() == SpvOpReturn || inst->opcode() == SpvOpReturnValue) in InlineReturn()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dmerge_return_pass.cpp206 context(), SpvOpReturnValue, 0, 0, in CreateReturn()
219 if (tail_opcode == SpvOpReturn || tail_opcode == SpvOpReturnValue) { in ProcessStructuredBlock()
225 if (tail_opcode == SpvOpReturn || tail_opcode == SpvOpReturnValue || in ProcessStructuredBlock()
236 block->tail()->opcode() == SpvOpReturnValue) { in BranchToBlock()
532 block->tail()->opcode() != SpvOpReturnValue) in RecordReturned()
563 if (terminator.opcode() != SpvOpReturnValue) { in RecordReturnValue()
649 terminator.opcode() == SpvOpReturnValue) { in CollectReturnBlocks()
670 if (block->tail()->opcode() == SpvOpReturnValue) { in MergeReturnBlocks()
687 new Instruction(context(), SpvOpReturnValue, 0u, 0u, in MergeReturnBlocks()
Dwrap_opkill.cpp84 ir_builder.AddUnaryOp(0, SpvOpReturnValue, undef->result_id()); in ReplaceWithFunctionCall()
Dinline_pass.cpp335 if (inst->opcode() == SpvOpReturnValue || inst->opcode() == SpvOpReturn) in InlineSingleInstruction()
371 if (inst->opcode() == SpvOpReturnValue) { in InlineReturn()
393 if (inst->opcode() == SpvOpReturn || inst->opcode() == SpvOpReturnValue) in InlineReturn()
/external/swiftshader/third_party/SPIRV-Tools/tools/cfg/
Dbin_to_dot.cpp114 case SpvOpReturnValue: in HandleInstruction()
/external/deqp-deps/SPIRV-Tools/tools/cfg/
Dbin_to_dot.cpp114 case SpvOpReturnValue: in HandleInstruction()

123