/external/swiftshader/third_party/SPIRV-Tools/test/fuzz/ |
D | transformation_replace_branch_from_dead_block_with_exit_test.cpp | 294 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()
|
D | transformation_push_id_through_variable_test.cpp | 115 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()
|
D | transformation_store_test.cpp | 246 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()
|
D | transformation_load_test.cpp | 201 101, 46, MakeInstructionDescriptor(16, SpvOpReturnValue, 0)); in TEST() 212 102, 16, MakeInstructionDescriptor(16, SpvOpReturnValue, 0)); in TEST()
|
D | shrinker_test.cpp | 256 case SpvOpReturnValue: in TEST()
|
/external/deqp-deps/SPIRV-Tools/test/fuzz/ |
D | transformation_replace_branch_from_dead_block_with_exit_test.cpp | 294 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()
|
D | transformation_push_id_through_variable_test.cpp | 115 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()
|
D | transformation_store_test.cpp | 246 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()
|
D | transformation_load_test.cpp | 201 101, 46, MakeInstructionDescriptor(16, SpvOpReturnValue, 0)); in TEST() 212 102, 16, MakeInstructionDescriptor(16, SpvOpReturnValue, 0)); in TEST()
|
D | shrinker_test.cpp | 256 case SpvOpReturnValue: in TEST()
|
/external/deqp-deps/SPIRV-Tools/source/fuzz/ |
D | fuzzer_pass_replace_branches_from_dead_blocks_with_exits.cpp | 89 opcodes.emplace_back(SpvOpReturnValue); in Apply() 97 opcode == SpvOpReturnValue in Apply()
|
D | transformation_replace_branch_from_dead_block_with_exit.cpp | 70 case SpvOpReturnValue: { in IsApplicable() 118 if (message_.opcode() == SpvOpReturnValue) { in Apply()
|
D | transformation_wrap_early_terminator_in_function.cpp | 134 early_terminator->SetOpcode(SpvOpReturnValue); in Apply()
|
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | fuzzer_pass_replace_branches_from_dead_blocks_with_exits.cpp | 89 opcodes.emplace_back(SpvOpReturnValue); in Apply() 97 opcode == SpvOpReturnValue in Apply()
|
D | transformation_replace_branch_from_dead_block_with_exit.cpp | 70 case SpvOpReturnValue: { in IsApplicable() 118 if (message_.opcode() == SpvOpReturnValue) { in Apply()
|
D | transformation_wrap_early_terminator_in_function.cpp | 134 early_terminator->SetOpcode(SpvOpReturnValue); in Apply()
|
D | transformation_duplicate_region_with_selection.cpp | 437 case SpvOpReturnValue: in Apply() 609 case SpvOpReturnValue: in Apply()
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | merge_return_pass.cpp | 206 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()
|
D | wrap_opkill.cpp | 84 ir_builder.AddUnaryOp(0, SpvOpReturnValue, undef->result_id()); in ReplaceWithFunctionCall()
|
D | inline_pass.cpp | 335 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/ |
D | merge_return_pass.cpp | 206 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()
|
D | wrap_opkill.cpp | 84 ir_builder.AddUnaryOp(0, SpvOpReturnValue, undef->result_id()); in ReplaceWithFunctionCall()
|
D | inline_pass.cpp | 335 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/ |
D | bin_to_dot.cpp | 114 case SpvOpReturnValue: in HandleInstruction()
|
/external/deqp-deps/SPIRV-Tools/tools/cfg/ |
D | bin_to_dot.cpp | 114 case SpvOpReturnValue: in HandleInstruction()
|