Home
last modified time | relevance | path

Searched refs:SpvOpBranch (Results 1 – 25 of 194) sorted by relevance

12345678

/third_party/spirv-tools/test/fuzz/
Dtransformation_function_call_test.cpp179 MakeInstructionDescriptor(59, SpvOpBranch, 0)) in TEST()
183 100, 21, {71}, MakeInstructionDescriptor(59, SpvOpBranch, 0)) in TEST()
188 MakeInstructionDescriptor(59, SpvOpBranch, 0)) in TEST()
193 MakeInstructionDescriptor(59, SpvOpBranch, 0)) in TEST()
198 MakeInstructionDescriptor(59, SpvOpBranch, 0)) in TEST()
203 MakeInstructionDescriptor(59, SpvOpBranch, 0)) in TEST()
208 MakeInstructionDescriptor(59, SpvOpBranch, 0)) in TEST()
213 MakeInstructionDescriptor(59, SpvOpBranch, 0)) in TEST()
218 MakeInstructionDescriptor(59, SpvOpBranch, 0)) in TEST()
223 MakeInstructionDescriptor(59, SpvOpBranch, 0)) in TEST()
[all …]
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/
Dtransformation_function_call_test.cpp179 MakeInstructionDescriptor(59, SpvOpBranch, 0)) in TEST()
183 100, 21, {71}, MakeInstructionDescriptor(59, SpvOpBranch, 0)) in TEST()
188 MakeInstructionDescriptor(59, SpvOpBranch, 0)) in TEST()
193 MakeInstructionDescriptor(59, SpvOpBranch, 0)) in TEST()
198 MakeInstructionDescriptor(59, SpvOpBranch, 0)) in TEST()
203 MakeInstructionDescriptor(59, SpvOpBranch, 0)) in TEST()
208 MakeInstructionDescriptor(59, SpvOpBranch, 0)) in TEST()
213 MakeInstructionDescriptor(59, SpvOpBranch, 0)) in TEST()
218 MakeInstructionDescriptor(59, SpvOpBranch, 0)) in TEST()
223 MakeInstructionDescriptor(59, SpvOpBranch, 0)) in TEST()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/
Dtransformation_function_call_test.cpp179 MakeInstructionDescriptor(59, SpvOpBranch, 0)) in TEST()
183 100, 21, {71}, MakeInstructionDescriptor(59, SpvOpBranch, 0)) in TEST()
188 MakeInstructionDescriptor(59, SpvOpBranch, 0)) in TEST()
193 MakeInstructionDescriptor(59, SpvOpBranch, 0)) in TEST()
198 MakeInstructionDescriptor(59, SpvOpBranch, 0)) in TEST()
203 MakeInstructionDescriptor(59, SpvOpBranch, 0)) in TEST()
208 MakeInstructionDescriptor(59, SpvOpBranch, 0)) in TEST()
213 MakeInstructionDescriptor(59, SpvOpBranch, 0)) in TEST()
218 MakeInstructionDescriptor(59, SpvOpBranch, 0)) in TEST()
223 MakeInstructionDescriptor(59, SpvOpBranch, 0)) in TEST()
[all …]
Dtransformation_add_function_test.cpp176 MakeInstructionMessage(SpvOpBranch, 0, 0, {{SPV_OPERAND_TYPE_ID, {21}}}), in TEST()
183 MakeInstructionMessage(SpvOpBranch, 0, 0, {{SPV_OPERAND_TYPE_ID, {25}}}), in TEST()
209 MakeInstructionMessage(SpvOpBranch, 0, 0, {{SPV_OPERAND_TYPE_ID, {24}}}), in TEST()
218 MakeInstructionMessage(SpvOpBranch, 0, 0, {{SPV_OPERAND_TYPE_ID, {21}}}), in TEST()
590 MakeInstructionMessage(SpvOpBranch, 0, 0, {{SPV_OPERAND_TYPE_ID, {20}}})); in TEST()
608 MakeInstructionMessage(SpvOpBranch, 0, 0, {{SPV_OPERAND_TYPE_ID, {28}}})); in TEST()
616 MakeInstructionMessage(SpvOpBranch, 0, 0, {{SPV_OPERAND_TYPE_ID, {23}}})); in TEST()
629 MakeInstructionMessage(SpvOpBranch, 0, 0, {{SPV_OPERAND_TYPE_ID, {25}}})); in TEST()
632 MakeInstructionMessage(SpvOpBranch, 0, 0, {{SPV_OPERAND_TYPE_ID, {22}}})); in TEST()
635 MakeInstructionMessage(SpvOpBranch, 0, 0, {{SPV_OPERAND_TYPE_ID, {20}}})); in TEST()
/third_party/spirv-tools/test/val/
Dval_cfg_test.cpp69 explicit Block(std::string label, SpvOp type = SpvOpBranch) in Block()
120 case SpvOpBranch: in operator std::string()
152 assert(lhs.type_ == SpvOpBranch); in operator >>()
756 Block branch("branch", SpvOpBranch); in GetUnreachableContinueTerminatedBy()
760 if (op == SpvOpBranch) target >> branch; in GetUnreachableContinueTerminatedBy()
812 GetUnreachableContinueTerminatedBy(GetParam(), SpvOpBranch)); in TEST_P()
855 Block branch("branch", SpvOpBranch); in GetUnreachableContinueUnreachableLoopInst()
857 Block target("target", SpvOpBranch); in GetUnreachableContinueUnreachableLoopInst()
923 Block branch("branch", SpvOpBranch); in GetUnreachableContinueWithComplexBody()
925 Block target("target", SpvOpBranch); in GetUnreachableContinueWithComplexBody()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
Dval_cfg_test.cpp69 explicit Block(std::string label, SpvOp type = SpvOpBranch) in Block()
120 case SpvOpBranch: in operator std::string()
152 assert(lhs.type_ == SpvOpBranch); in operator >>()
786 Block branch("branch", SpvOpBranch); in GetUnreachableContinueTerminatedBy()
790 if (op == SpvOpBranch) target >> branch; in GetUnreachableContinueTerminatedBy()
842 GetUnreachableContinueTerminatedBy(GetParam(), SpvOpBranch)); in TEST_P()
885 Block branch("branch", SpvOpBranch); in GetUnreachableContinueUnreachableLoopInst()
887 Block target("target", SpvOpBranch); in GetUnreachableContinueUnreachableLoopInst()
962 Block branch("branch", SpvOpBranch); in GetUnreachableContinueWithComplexBody()
964 Block target("target", SpvOpBranch); in GetUnreachableContinueWithComplexBody()
[all …]
/third_party/skia/third_party/externals/spirv-tools/test/val/
Dval_cfg_test.cpp69 explicit Block(std::string label, SpvOp type = SpvOpBranch) in Block()
120 case SpvOpBranch: in operator std::string()
152 assert(lhs.type_ == SpvOpBranch); in operator >>()
786 Block branch("branch", SpvOpBranch); in GetUnreachableContinueTerminatedBy()
790 if (op == SpvOpBranch) target >> branch; in GetUnreachableContinueTerminatedBy()
842 GetUnreachableContinueTerminatedBy(GetParam(), SpvOpBranch)); in TEST_P()
885 Block branch("branch", SpvOpBranch); in GetUnreachableContinueUnreachableLoopInst()
887 Block target("target", SpvOpBranch); in GetUnreachableContinueUnreachableLoopInst()
962 Block branch("branch", SpvOpBranch); in GetUnreachableContinueWithComplexBody()
964 Block target("target", SpvOpBranch); in GetUnreachableContinueWithComplexBody()
[all …]
/third_party/spirv-tools/source/fuzz/
Dtransformation_merge_function_returns.cpp53 if (function->entry()->terminator()->opcode() != SpvOpBranch) { in IsApplicable()
139 inst->opcode() == SpvOpBranch; in IsApplicable()
289 ret_block->terminator()->SetOpcode(SpvOpBranch); in Apply()
458 assert(merge_block->terminator()->opcode() == SpvOpBranch && in Apply()
493 assert(function->entry()->terminator()->opcode() == SpvOpBranch && in Apply()
517 ir_context, SpvOpBranch, 0, 0, in Apply()
594 ir_context, SpvOpBranch, 0, 0, in Apply()
Dtransformation_wrap_region_in_selection.cpp56 assert(new_header_block->terminator()->opcode() == SpvOpBranch && in Apply()
133 if (header_block_candidate->terminator()->opcode() != SpvOpBranch) { in IsApplicableToBlockRange()
Dtransformation_flatten_conditional_branch.cpp292 instruction->opcode() != SpvOpBranch && in Apply()
384 ir_context, SpvOpBranch, 0, 0, in Apply()
511 if (block->terminator()->opcode() != SpvOpBranch) { in GetProblematicInstructionsIfConditionalCanBeFlattened()
542 return instruction->opcode() == SpvOpBranch; in GetProblematicInstructionsIfConditionalCanBeFlattened()
647 ir_context, SpvOpBranch, 0, 0, in EncloseInstructionInConditional()
705 ir_context, SpvOpBranch, 0, 0, in EncloseInstructionInConditional()
Dtransformation_replace_branch_from_dead_block_with_exit.cpp98 assert(block->terminator()->opcode() == SpvOpBranch && in Apply()
148 if (block.terminator()->opcode() != SpvOpBranch) { in BlockIsSuitable()
Dtransformation_add_dead_block.cpp64 if (existing_block->terminator()->opcode() != SpvOpBranch) { in IsApplicable()
128 ir_context, SpvOpBranch, 0, 0, in Apply()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_merge_function_returns.cpp53 if (function->entry()->terminator()->opcode() != SpvOpBranch) { in IsApplicable()
139 inst->opcode() == SpvOpBranch; in IsApplicable()
289 ret_block->terminator()->SetOpcode(SpvOpBranch); in Apply()
458 assert(merge_block->terminator()->opcode() == SpvOpBranch && in Apply()
493 assert(function->entry()->terminator()->opcode() == SpvOpBranch && in Apply()
517 ir_context, SpvOpBranch, 0, 0, in Apply()
594 ir_context, SpvOpBranch, 0, 0, in Apply()
Dtransformation_wrap_region_in_selection.cpp56 assert(new_header_block->terminator()->opcode() == SpvOpBranch && in Apply()
133 if (header_block_candidate->terminator()->opcode() != SpvOpBranch) { in IsApplicableToBlockRange()
Dtransformation_flatten_conditional_branch.cpp292 instruction->opcode() != SpvOpBranch && in Apply()
384 ir_context, SpvOpBranch, 0, 0, in Apply()
511 if (block->terminator()->opcode() != SpvOpBranch) { in GetProblematicInstructionsIfConditionalCanBeFlattened()
542 return instruction->opcode() == SpvOpBranch; in GetProblematicInstructionsIfConditionalCanBeFlattened()
647 ir_context, SpvOpBranch, 0, 0, in EncloseInstructionInConditional()
705 ir_context, SpvOpBranch, 0, 0, in EncloseInstructionInConditional()
Dtransformation_add_dead_block.cpp64 if (existing_block->terminator()->opcode() != SpvOpBranch) { in IsApplicable()
128 ir_context, SpvOpBranch, 0, 0, in Apply()
Dtransformation_replace_branch_from_dead_block_with_exit.cpp98 assert(block->terminator()->opcode() == SpvOpBranch && in Apply()
148 if (block.terminator()->opcode() != SpvOpBranch) { in BlockIsSuitable()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dtransformation_merge_function_returns.cpp53 if (function->entry()->terminator()->opcode() != SpvOpBranch) { in IsApplicable()
139 inst->opcode() == SpvOpBranch; in IsApplicable()
289 ret_block->terminator()->SetOpcode(SpvOpBranch); in Apply()
458 assert(merge_block->terminator()->opcode() == SpvOpBranch && in Apply()
493 assert(function->entry()->terminator()->opcode() == SpvOpBranch && in Apply()
517 ir_context, SpvOpBranch, 0, 0, in Apply()
594 ir_context, SpvOpBranch, 0, 0, in Apply()
Dtransformation_wrap_region_in_selection.cpp56 assert(new_header_block->terminator()->opcode() == SpvOpBranch && in Apply()
133 if (header_block_candidate->terminator()->opcode() != SpvOpBranch) { in IsApplicableToBlockRange()
Dtransformation_flatten_conditional_branch.cpp292 instruction->opcode() != SpvOpBranch && in Apply()
384 ir_context, SpvOpBranch, 0, 0, in Apply()
511 if (block->terminator()->opcode() != SpvOpBranch) { in GetProblematicInstructionsIfConditionalCanBeFlattened()
542 return instruction->opcode() == SpvOpBranch; in GetProblematicInstructionsIfConditionalCanBeFlattened()
647 ir_context, SpvOpBranch, 0, 0, in EncloseInstructionInConditional()
705 ir_context, SpvOpBranch, 0, 0, in EncloseInstructionInConditional()
Dtransformation_replace_branch_from_dead_block_with_exit.cpp98 assert(block->terminator()->opcode() == SpvOpBranch && in Apply()
148 if (block.terminator()->opcode() != SpvOpBranch) { in BlockIsSuitable()
Dtransformation_add_dead_block.cpp64 if (existing_block->terminator()->opcode() != SpvOpBranch) { in IsApplicable()
128 ir_context, SpvOpBranch, 0, 0, in Apply()
/third_party/spirv-tools/test/opt/
Ddef_use_test.cpp1308 EXPECT_THAT(opcodes, UnorderedElementsAre(SpvOpSelectionMerge, SpvOpBranch, in TEST()
1309 SpvOpBranch, SpvOpBranch, in TEST()
1310 SpvOpBranch, SpvOpSwitch)); in TEST()
1384 Instruction branch(&context, SpvOpBranch, 0, 0, {{SPV_OPERAND_TYPE_ID, {2}}}); in TEST()
/third_party/skia/third_party/externals/spirv-tools/test/opt/
Ddef_use_test.cpp1308 EXPECT_THAT(opcodes, UnorderedElementsAre(SpvOpSelectionMerge, SpvOpBranch, in TEST()
1309 SpvOpBranch, SpvOpBranch, in TEST()
1310 SpvOpBranch, SpvOpSwitch)); in TEST()
1384 Instruction branch(&context, SpvOpBranch, 0, 0, {{SPV_OPERAND_TYPE_ID, {2}}}); in TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
Ddef_use_test.cpp1308 EXPECT_THAT(opcodes, UnorderedElementsAre(SpvOpSelectionMerge, SpvOpBranch, in TEST()
1309 SpvOpBranch, SpvOpBranch, in TEST()
1310 SpvOpBranch, SpvOpSwitch)); in TEST()
1384 Instruction branch(&context, SpvOpBranch, 0, 0, {{SPV_OPERAND_TYPE_ID, {2}}}); in TEST()

12345678