/third_party/spirv-tools/test/fuzz/ |
D | transformation_function_call_test.cpp | 179 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/ |
D | transformation_function_call_test.cpp | 179 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/ |
D | transformation_function_call_test.cpp | 179 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/source/fuzz/ |
D | transformation_merge_function_returns.cpp | 53 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()
|
D | transformation_wrap_region_in_selection.cpp | 56 assert(new_header_block->terminator()->opcode() == SpvOpBranch && in Apply() 133 if (header_block_candidate->terminator()->opcode() != SpvOpBranch) { in IsApplicableToBlockRange()
|
D | transformation_add_dead_block.cpp | 64 if (existing_block->terminator()->opcode() != SpvOpBranch) { in IsApplicable() 128 ir_context, SpvOpBranch, 0, 0, in Apply()
|
D | transformation_replace_branch_from_dead_block_with_exit.cpp | 98 assert(block->terminator()->opcode() == SpvOpBranch && in Apply() 148 if (block.terminator()->opcode() != SpvOpBranch) { in BlockIsSuitable()
|
D | transformation_flatten_conditional_branch.cpp | 292 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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | transformation_merge_function_returns.cpp | 53 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()
|
D | transformation_wrap_region_in_selection.cpp | 56 assert(new_header_block->terminator()->opcode() == SpvOpBranch && in Apply() 133 if (header_block_candidate->terminator()->opcode() != SpvOpBranch) { in IsApplicableToBlockRange()
|
D | transformation_replace_branch_from_dead_block_with_exit.cpp | 98 assert(block->terminator()->opcode() == SpvOpBranch && in Apply() 148 if (block.terminator()->opcode() != SpvOpBranch) { in BlockIsSuitable()
|
D | transformation_add_dead_block.cpp | 64 if (existing_block->terminator()->opcode() != SpvOpBranch) { in IsApplicable() 128 ir_context, SpvOpBranch, 0, 0, in Apply()
|
D | transformation_flatten_conditional_branch.cpp | 292 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()
|
/third_party/flutter/skia/third_party/externals/spirv-tools/test/opt/ |
D | def_use_test.cpp | 1132 ElementsAre(SpvOpSelectionMerge, SpvOpBranch, SpvOpBranch, in TEST() 1133 SpvOpBranch, SpvOpBranch, SpvOpSwitch)); in TEST() 1166 return ir::Instruction(SpvOp::SpvOpBranch, 0, 0, in BranchInstruction()
|
/third_party/skia/third_party/externals/spirv-tools/test/val/ |
D | val_cfg_test.cpp | 69 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/test/val/ |
D | val_cfg_test.cpp | 69 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/swiftshader/third_party/SPIRV-Tools/test/val/ |
D | val_cfg_test.cpp | 69 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/ |
D | transformation_wrap_region_in_selection.cpp | 56 assert(new_header_block->terminator()->opcode() == SpvOpBranch && in Apply() 133 if (header_block_candidate->terminator()->opcode() != SpvOpBranch) { in IsApplicableToBlockRange()
|
D | transformation_add_dead_block.cpp | 64 if (existing_block->terminator()->opcode() != SpvOpBranch) { in IsApplicable() 128 ir_context, SpvOpBranch, 0, 0, in Apply()
|
D | transformation_replace_branch_from_dead_block_with_exit.cpp | 98 assert(block->terminator()->opcode() == SpvOpBranch && in Apply() 148 if (block.terminator()->opcode() != SpvOpBranch) { in BlockIsSuitable()
|
D | transformation_flatten_conditional_branch.cpp | 292 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()
|
/third_party/skia/third_party/externals/spirv-tools/test/opt/ |
D | def_use_test.cpp | 1308 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/ |
D | def_use_test.cpp | 1308 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/spirv-tools/test/opt/ |
D | def_use_test.cpp | 1308 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/spirv-tools/source/opt/ |
D | block_merge_util.cpp | 85 if (br->opcode() != SpvOpBranch) { in CanMergeWithSuccessor() 129 if (succ_term_op != SpvOpBranch && succ_term_op != SpvOpBranchConditional) { in CanMergeWithSuccessor()
|