Home
last modified time | relevance | path

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

123456789

/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/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 …]
/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/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_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()
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()
/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_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()
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()
/third_party/flutter/skia/third_party/externals/spirv-tools/test/opt/
Ddef_use_test.cpp1132 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/
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/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/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/spirv-tools/source/fuzz/
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_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()
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()
/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()
/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/spirv-tools/source/opt/
Dblock_merge_util.cpp85 if (br->opcode() != SpvOpBranch) { in CanMergeWithSuccessor()
129 if (succ_term_op != SpvOpBranch && succ_term_op != SpvOpBranchConditional) { in CanMergeWithSuccessor()

123456789