Home
last modified time | relevance | path

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

12345678910

/dports/devel/intel-graphics-compiler/SPIRV-Tools/test/fuzz/
H A 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()
H A 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()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/SPIRV-Tools/test/fuzz/
H A 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()
H A Dtransformation_replace_branch_from_dead_block_with_exit_test.cpp314 TransformationReplaceBranchFromDeadBlockWithExit(101, SpvOpUnreachable, 0) in TEST()
323 200, SpvOpUnreachable, 0); in TEST()
/dports/graphics/spirv-tools/SPIRV-Tools-2021.4/test/fuzz/
H A 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()
H A 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()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/SPIRV-Tools/src/test/fuzz/
H A 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()
H A Dtransformation_replace_branch_from_dead_block_with_exit_test.cpp314 TransformationReplaceBranchFromDeadBlockWithExit(101, SpvOpUnreachable, 0) in TEST()
323 200, SpvOpUnreachable, 0); in TEST()
/dports/devel/intel-graphics-compiler/SPIRV-Tools/source/fuzz/
H A 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()
H A Dtransformation_wrap_early_terminator_in_function.cpp56 case SpvOpUnreachable: in IsApplicable()
158 early_terminator_opcode == SpvOpUnreachable || in MaybeGetWrapperFunction()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dtransformation_wrap_early_terminator_in_function.cpp57 case SpvOpUnreachable: in IsApplicable()
159 early_terminator_opcode == SpvOpUnreachable || in MaybeGetWrapperFunction()
/dports/graphics/spirv-tools/SPIRV-Tools-2021.4/source/fuzz/
H A 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()
H A Dtransformation_wrap_early_terminator_in_function.cpp56 case SpvOpUnreachable: in IsApplicable()
158 early_terminator_opcode == SpvOpUnreachable || in MaybeGetWrapperFunction()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/SPIRV-Tools/src/source/fuzz/
H A Dtransformation_wrap_early_terminator_in_function.cpp57 case SpvOpUnreachable: in IsApplicable()
159 early_terminator_opcode == SpvOpUnreachable || in MaybeGetWrapperFunction()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/SPIRV-Tools/src/source/opt/
H A Dworkaround1209.cpp46 if (bb->tail()->opcode() == SpvOpUnreachable) { in RemoveOpUnreachableInLoops()
H A Dreflect.h63 return opcode >= SpvOpBranch && opcode <= SpvOpUnreachable; in IsTerminatorInst()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/SPIRV-Tools/src/source/opt/
H A Dworkaround1209.cpp46 if (bb->tail()->opcode() == SpvOpUnreachable) { in RemoveOpUnreachableInLoops()
/dports/devel/intel-graphics-compiler/SPIRV-Tools/source/opt/
H A Dworkaround1209.cpp46 if (bb->tail()->opcode() == SpvOpUnreachable) { in RemoveOpUnreachableInLoops()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dworkaround1209.cpp46 if (bb->tail()->opcode() == SpvOpUnreachable) { in RemoveOpUnreachableInLoops()
H A Dreflect.h63 return (opcode >= SpvOpBranch && opcode <= SpvOpUnreachable) || in IsTerminatorInst()
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/source/opt/
H A Dworkaround1209.cpp46 if (bb->tail()->opcode() == SpvOpUnreachable) { in RemoveOpUnreachableInLoops()
H A Dreflect.h61 return opcode >= SpvOpBranch && opcode <= SpvOpUnreachable; in IsTerminatorInst()
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/source/opt/
H A Dworkaround1209.cpp46 if (bb->tail()->opcode() == SpvOpUnreachable) { in RemoveOpUnreachableInLoops()
H A Dreflect.h61 return opcode >= SpvOpBranch && opcode <= SpvOpUnreachable; in IsTerminatorInst()
/dports/graphics/spirv-tools/SPIRV-Tools-2021.4/source/opt/
H A Dworkaround1209.cpp46 if (bb->tail()->opcode() == SpvOpUnreachable) { in RemoveOpUnreachableInLoops()

12345678910