Home
last modified time | relevance | path

Searched refs:SpvOpUnreachable (Results 1 – 25 of 96) sorted by relevance

1234

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/
Dtransformation_wrap_early_terminator_in_function_test.cpp116 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()
Dtransformation_replace_branch_from_dead_block_with_exit_test.cpp314 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/
Dtransformation_wrap_early_terminator_in_function_test.cpp116 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()
Dtransformation_replace_branch_from_dead_block_with_exit_test.cpp314 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/
Dtransformation_wrap_early_terminator_in_function_test.cpp116 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()
Dtransformation_replace_branch_from_dead_block_with_exit_test.cpp314 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/
Dtransformation_replace_branch_from_dead_block_with_exit.cpp86 assert(message_.opcode() == SpvOpUnreachable && in IsApplicable()
167 ir_context, block.id(), {ir_context, SpvOpUnreachable}); in BlockIsSuitable()
Dtransformation_wrap_early_terminator_in_function.cpp56 case SpvOpUnreachable: in IsApplicable()
158 early_terminator_opcode == SpvOpUnreachable || in MaybeGetWrapperFunction()
Dfuzzer_pass_replace_branches_from_dead_blocks_with_exits.cpp74 std::vector<SpvOp> opcodes = {SpvOpUnreachable}; in Apply()
Dfuzzer_pass_merge_function_returns.cpp70 case SpvOpUnreachable: in Apply()
327 for (SpvOp opcode : {SpvOpKill, SpvOpUnreachable, SpvOpTerminateInvocation}) { in IsEarlyTerminatorWrapper()
Dtransformation_add_early_terminator_wrapper.cpp40 message_.opcode() == SpvOpUnreachable || in IsApplicable()
/third_party/spirv-tools/source/fuzz/
Dtransformation_wrap_early_terminator_in_function.cpp56 case SpvOpUnreachable: in IsApplicable()
158 early_terminator_opcode == SpvOpUnreachable || in MaybeGetWrapperFunction()
Dtransformation_replace_branch_from_dead_block_with_exit.cpp86 assert(message_.opcode() == SpvOpUnreachable && in IsApplicable()
167 ir_context, block.id(), {ir_context, SpvOpUnreachable}); in BlockIsSuitable()
Dfuzzer_pass_replace_branches_from_dead_blocks_with_exits.cpp73 std::vector<SpvOp> opcodes = {SpvOpUnreachable}; in Apply()
Dfuzzer_pass_merge_function_returns.cpp69 case SpvOpUnreachable: in Apply()
325 for (SpvOp opcode : {SpvOpKill, SpvOpUnreachable, SpvOpTerminateInvocation}) { in IsEarlyTerminatorWrapper()
Dtransformation_add_early_terminator_wrapper.cpp40 message_.opcode() == SpvOpUnreachable || in IsApplicable()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dtransformation_replace_branch_from_dead_block_with_exit.cpp86 assert(message_.opcode() == SpvOpUnreachable && in IsApplicable()
167 ir_context, block.id(), {ir_context, SpvOpUnreachable}); in BlockIsSuitable()
Dtransformation_wrap_early_terminator_in_function.cpp56 case SpvOpUnreachable: in IsApplicable()
158 early_terminator_opcode == SpvOpUnreachable || in MaybeGetWrapperFunction()
Dfuzzer_pass_replace_branches_from_dead_blocks_with_exits.cpp74 std::vector<SpvOp> opcodes = {SpvOpUnreachable}; in Apply()
Dfuzzer_pass_merge_function_returns.cpp70 case SpvOpUnreachable: in Apply()
327 for (SpvOp opcode : {SpvOpKill, SpvOpUnreachable, SpvOpTerminateInvocation}) { in IsEarlyTerminatorWrapper()
Dtransformation_add_early_terminator_wrapper.cpp40 message_.opcode() == SpvOpUnreachable || in IsApplicable()
/third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/
Dreflect.h45 return opcode >= SpvOpBranch && opcode <= SpvOpUnreachable; in IsTerminatorInst()
/third_party/spirv-tools/source/opt/
Dworkaround1209.cpp46 if (bb->tail()->opcode() == SpvOpUnreachable) { in RemoveOpUnreachableInLoops()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dworkaround1209.cpp46 if (bb->tail()->opcode() == SpvOpUnreachable) { in RemoveOpUnreachableInLoops()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dworkaround1209.cpp46 if (bb->tail()->opcode() == SpvOpUnreachable) { in RemoveOpUnreachableInLoops()

1234