/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/ |
D | transformation_wrap_early_terminator_in_function_test.cpp | 116 100, MakeInstructionDescriptor(9, SpvOpUnreachable, 0), 0) in TEST() 225 101, MakeInstructionDescriptor(9, SpvOpUnreachable, 0), 0), in TEST() 231 104, MakeInstructionDescriptor(71, SpvOpUnreachable, 0), 7), in TEST()
|
D | transformation_replace_branch_from_dead_block_with_exit_test.cpp | 314 TransformationReplaceBranchFromDeadBlockWithExit(101, SpvOpUnreachable, 0) in TEST() 323 200, SpvOpUnreachable, 0); in TEST() 613 TransformationReplaceBranchFromDeadBlockWithExit(11, SpvOpUnreachable, 0) in TEST() 661 11, SpvOpUnreachable, 0); in TEST() 744 13, SpvOpUnreachable, 0); in TEST() 826 10, SpvOpUnreachable, 0); in TEST()
|
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/ |
D | transformation_wrap_early_terminator_in_function_test.cpp | 116 100, MakeInstructionDescriptor(9, SpvOpUnreachable, 0), 0) in TEST() 225 101, MakeInstructionDescriptor(9, SpvOpUnreachable, 0), 0), in TEST() 231 104, MakeInstructionDescriptor(71, SpvOpUnreachable, 0), 7), in TEST()
|
D | transformation_replace_branch_from_dead_block_with_exit_test.cpp | 314 TransformationReplaceBranchFromDeadBlockWithExit(101, SpvOpUnreachable, 0) in TEST() 323 200, SpvOpUnreachable, 0); in TEST() 613 TransformationReplaceBranchFromDeadBlockWithExit(11, SpvOpUnreachable, 0) in TEST() 661 11, SpvOpUnreachable, 0); in TEST() 744 13, SpvOpUnreachable, 0); in TEST() 826 10, SpvOpUnreachable, 0); in TEST()
|
/third_party/spirv-tools/test/fuzz/ |
D | transformation_wrap_early_terminator_in_function_test.cpp | 116 100, MakeInstructionDescriptor(9, SpvOpUnreachable, 0), 0) in TEST() 225 101, MakeInstructionDescriptor(9, SpvOpUnreachable, 0), 0), in TEST() 231 104, MakeInstructionDescriptor(71, SpvOpUnreachable, 0), 7), in TEST()
|
D | transformation_replace_branch_from_dead_block_with_exit_test.cpp | 314 TransformationReplaceBranchFromDeadBlockWithExit(101, SpvOpUnreachable, 0) in TEST() 323 200, SpvOpUnreachable, 0); in TEST() 613 TransformationReplaceBranchFromDeadBlockWithExit(11, SpvOpUnreachable, 0) in TEST() 661 11, SpvOpUnreachable, 0); in TEST() 744 13, SpvOpUnreachable, 0); in TEST() 826 10, SpvOpUnreachable, 0); in TEST()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | transformation_replace_branch_from_dead_block_with_exit.cpp | 86 assert(message_.opcode() == SpvOpUnreachable && in IsApplicable() 167 ir_context, block.id(), {ir_context, SpvOpUnreachable}); in BlockIsSuitable()
|
D | transformation_wrap_early_terminator_in_function.cpp | 56 case SpvOpUnreachable: in IsApplicable() 158 early_terminator_opcode == SpvOpUnreachable || in MaybeGetWrapperFunction()
|
D | fuzzer_pass_replace_branches_from_dead_blocks_with_exits.cpp | 74 std::vector<SpvOp> opcodes = {SpvOpUnreachable}; in Apply()
|
D | fuzzer_pass_merge_function_returns.cpp | 70 case SpvOpUnreachable: in Apply() 327 for (SpvOp opcode : {SpvOpKill, SpvOpUnreachable, SpvOpTerminateInvocation}) { in IsEarlyTerminatorWrapper()
|
D | transformation_add_early_terminator_wrapper.cpp | 40 message_.opcode() == SpvOpUnreachable || in IsApplicable()
|
/third_party/spirv-tools/source/fuzz/ |
D | transformation_wrap_early_terminator_in_function.cpp | 56 case SpvOpUnreachable: in IsApplicable() 158 early_terminator_opcode == SpvOpUnreachable || in MaybeGetWrapperFunction()
|
D | transformation_replace_branch_from_dead_block_with_exit.cpp | 86 assert(message_.opcode() == SpvOpUnreachable && in IsApplicable() 167 ir_context, block.id(), {ir_context, SpvOpUnreachable}); in BlockIsSuitable()
|
D | fuzzer_pass_replace_branches_from_dead_blocks_with_exits.cpp | 73 std::vector<SpvOp> opcodes = {SpvOpUnreachable}; in Apply()
|
D | fuzzer_pass_merge_function_returns.cpp | 69 case SpvOpUnreachable: in Apply() 325 for (SpvOp opcode : {SpvOpKill, SpvOpUnreachable, SpvOpTerminateInvocation}) { in IsEarlyTerminatorWrapper()
|
D | transformation_add_early_terminator_wrapper.cpp | 40 message_.opcode() == SpvOpUnreachable || in IsApplicable()
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
D | transformation_replace_branch_from_dead_block_with_exit.cpp | 86 assert(message_.opcode() == SpvOpUnreachable && in IsApplicable() 167 ir_context, block.id(), {ir_context, SpvOpUnreachable}); in BlockIsSuitable()
|
D | transformation_wrap_early_terminator_in_function.cpp | 56 case SpvOpUnreachable: in IsApplicable() 158 early_terminator_opcode == SpvOpUnreachable || in MaybeGetWrapperFunction()
|
D | fuzzer_pass_replace_branches_from_dead_blocks_with_exits.cpp | 74 std::vector<SpvOp> opcodes = {SpvOpUnreachable}; in Apply()
|
D | fuzzer_pass_merge_function_returns.cpp | 70 case SpvOpUnreachable: in Apply() 327 for (SpvOp opcode : {SpvOpKill, SpvOpUnreachable, SpvOpTerminateInvocation}) { in IsEarlyTerminatorWrapper()
|
D | transformation_add_early_terminator_wrapper.cpp | 40 message_.opcode() == SpvOpUnreachable || in IsApplicable()
|
/third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/ |
D | reflect.h | 45 return opcode >= SpvOpBranch && opcode <= SpvOpUnreachable; in IsTerminatorInst()
|
/third_party/spirv-tools/source/opt/ |
D | workaround1209.cpp | 46 if (bb->tail()->opcode() == SpvOpUnreachable) { in RemoveOpUnreachableInLoops()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | workaround1209.cpp | 46 if (bb->tail()->opcode() == SpvOpUnreachable) { in RemoveOpUnreachableInLoops()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | workaround1209.cpp | 46 if (bb->tail()->opcode() == SpvOpUnreachable) { in RemoveOpUnreachableInLoops()
|