Home
last modified time | relevance | path

Searched refs:SpvOpSNegate (Results 1 – 25 of 81) sorted by relevance

1234

/third_party/spirv-tools/test/fuzz/fact_manager/
Ddata_synonym_and_id_equation_facts_test.cpp339 fact_manager.AddFactIdEquation(14, SpvOpSNegate, {7}); in TEST()
340 fact_manager.AddFactIdEquation(15, SpvOpSNegate, {14}); in TEST()
395 fact_manager.AddFactIdEquation(24, SpvOpSNegate, {23}); in TEST()
455 fact_manager.AddFactIdEquation(20, SpvOpSNegate, {19}); in TEST()
465 fact_manager.AddFactIdEquation(23, SpvOpSNegate, {22}); in TEST()
672 fact_manager.AddFactIdEquation(20, SpvOpSNegate, {119}); in TEST()
684 fact_manager.AddFactIdEquation(23, SpvOpSNegate, {220}); in TEST()
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/fact_manager/
Ddata_synonym_and_id_equation_facts_test.cpp339 fact_manager.AddFactIdEquation(14, SpvOpSNegate, {7}); in TEST()
340 fact_manager.AddFactIdEquation(15, SpvOpSNegate, {14}); in TEST()
395 fact_manager.AddFactIdEquation(24, SpvOpSNegate, {23}); in TEST()
455 fact_manager.AddFactIdEquation(20, SpvOpSNegate, {19}); in TEST()
465 fact_manager.AddFactIdEquation(23, SpvOpSNegate, {22}); in TEST()
672 fact_manager.AddFactIdEquation(20, SpvOpSNegate, {119}); in TEST()
684 fact_manager.AddFactIdEquation(23, SpvOpSNegate, {220}); in TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/fact_manager/
Ddata_synonym_and_id_equation_facts_test.cpp339 fact_manager.AddFactIdEquation(14, SpvOpSNegate, {7}); in TEST()
340 fact_manager.AddFactIdEquation(15, SpvOpSNegate, {14}); in TEST()
395 fact_manager.AddFactIdEquation(24, SpvOpSNegate, {23}); in TEST()
455 fact_manager.AddFactIdEquation(20, SpvOpSNegate, {19}); in TEST()
465 fact_manager.AddFactIdEquation(23, SpvOpSNegate, {22}); in TEST()
672 fact_manager.AddFactIdEquation(20, SpvOpSNegate, {119}); in TEST()
684 fact_manager.AddFactIdEquation(23, SpvOpSNegate, {220}); in TEST()
/third_party/spirv-tools/test/fuzz/
Dtransformation_equation_instruction_test.cpp60 ASSERT_FALSE(TransformationEquationInstruction(7, SpvOpSNegate, {7}, in TEST()
67 14, SpvOpSNegate, {7}, MakeInstructionDescriptor(13, SpvOpLoad, 0)) in TEST()
71 ASSERT_FALSE(TransformationEquationInstruction(14, SpvOpSNegate, {100}, in TEST()
76 ASSERT_FALSE(TransformationEquationInstruction(14, SpvOpSNegate, {20}, in TEST()
82 14, SpvOpSNegate, {30}, in TEST()
87 ASSERT_FALSE(TransformationEquationInstruction(14, SpvOpSNegate, {7, 7}, in TEST()
92 ASSERT_FALSE(TransformationEquationInstruction(14, SpvOpSNegate, {40}, in TEST()
97 ASSERT_FALSE(TransformationEquationInstruction(14, SpvOpSNegate, {41}, in TEST()
102 14, SpvOpSNegate, {7}, return_instruction); in TEST()
109 ASSERT_EQ(SpvOpSNegate, context->get_def_use_mgr()->GetDef(14)->opcode()); in TEST()
[all …]
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/
Dtransformation_equation_instruction_test.cpp60 ASSERT_FALSE(TransformationEquationInstruction(7, SpvOpSNegate, {7}, in TEST()
67 14, SpvOpSNegate, {7}, MakeInstructionDescriptor(13, SpvOpLoad, 0)) in TEST()
71 ASSERT_FALSE(TransformationEquationInstruction(14, SpvOpSNegate, {100}, in TEST()
76 ASSERT_FALSE(TransformationEquationInstruction(14, SpvOpSNegate, {20}, in TEST()
82 14, SpvOpSNegate, {30}, in TEST()
87 ASSERT_FALSE(TransformationEquationInstruction(14, SpvOpSNegate, {7, 7}, in TEST()
92 ASSERT_FALSE(TransformationEquationInstruction(14, SpvOpSNegate, {40}, in TEST()
97 ASSERT_FALSE(TransformationEquationInstruction(14, SpvOpSNegate, {41}, in TEST()
102 14, SpvOpSNegate, {7}, return_instruction); in TEST()
109 ASSERT_EQ(SpvOpSNegate, context->get_def_use_mgr()->GetDef(14)->opcode()); in TEST()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/
Dtransformation_equation_instruction_test.cpp60 ASSERT_FALSE(TransformationEquationInstruction(7, SpvOpSNegate, {7}, in TEST()
67 14, SpvOpSNegate, {7}, MakeInstructionDescriptor(13, SpvOpLoad, 0)) in TEST()
71 ASSERT_FALSE(TransformationEquationInstruction(14, SpvOpSNegate, {100}, in TEST()
76 ASSERT_FALSE(TransformationEquationInstruction(14, SpvOpSNegate, {20}, in TEST()
82 14, SpvOpSNegate, {30}, in TEST()
87 ASSERT_FALSE(TransformationEquationInstruction(14, SpvOpSNegate, {7, 7}, in TEST()
92 ASSERT_FALSE(TransformationEquationInstruction(14, SpvOpSNegate, {40}, in TEST()
97 ASSERT_FALSE(TransformationEquationInstruction(14, SpvOpSNegate, {41}, in TEST()
102 14, SpvOpSNegate, {7}, return_instruction); in TEST()
109 ASSERT_EQ(SpvOpSNegate, context->get_def_use_mgr()->GetDef(14)->opcode()); in TEST()
[all …]
/third_party/spirv-tools/source/fuzz/fact_manager/
Ddata_synonym_and_id_equation_facts.cpp215 AddEquationFactRecursive(lhs_dd, SpvOpSNegate, in AddEquationFactRecursive()
227 AddEquationFactRecursive(lhs_dd, SpvOpSNegate, in AddEquationFactRecursive()
233 AddEquationFactRecursive(lhs_dd, SpvOpSNegate, in AddEquationFactRecursive()
249 case SpvOpSNegate: { in AddEquationFactRecursive()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/fact_manager/
Ddata_synonym_and_id_equation_facts.cpp215 AddEquationFactRecursive(lhs_dd, SpvOpSNegate, in AddEquationFactRecursive()
227 AddEquationFactRecursive(lhs_dd, SpvOpSNegate, in AddEquationFactRecursive()
233 AddEquationFactRecursive(lhs_dd, SpvOpSNegate, in AddEquationFactRecursive()
249 case SpvOpSNegate: { in AddEquationFactRecursive()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/fact_manager/
Ddata_synonym_and_id_equation_facts.cpp215 AddEquationFactRecursive(lhs_dd, SpvOpSNegate, in AddEquationFactRecursive()
227 AddEquationFactRecursive(lhs_dd, SpvOpSNegate, in AddEquationFactRecursive()
233 AddEquationFactRecursive(lhs_dd, SpvOpSNegate, in AddEquationFactRecursive()
249 case SpvOpSNegate: { in AddEquationFactRecursive()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dtransformation_add_no_contraction_decoration.cpp59 case SpvOpSNegate: in IsArithmetic()
Dfuzzer_pass_add_equation_instructions.cpp90 SpvOpIAdd, SpvOpISub, SpvOpLogicalNot, SpvOpSNegate, in Apply()
271 case SpvOpSNegate: { in Apply()
Dtransformation_add_relaxed_decoration.cpp83 case SpvOpSNegate: in IsNumeric()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_add_no_contraction_decoration.cpp59 case SpvOpSNegate: in IsArithmetic()
Dfuzzer_pass_add_equation_instructions.cpp90 SpvOpIAdd, SpvOpISub, SpvOpLogicalNot, SpvOpSNegate, in Apply()
271 case SpvOpSNegate: { in Apply()
Dtransformation_add_relaxed_decoration.cpp83 case SpvOpSNegate: in IsNumeric()
Dtransformation_equation_instruction.cpp270 case SpvOpSNegate: { in MaybeGetResultTypeId()
/third_party/spirv-tools/source/fuzz/
Dtransformation_add_no_contraction_decoration.cpp59 case SpvOpSNegate: in IsArithmetic()
Dfuzzer_pass_add_equation_instructions.cpp90 SpvOpIAdd, SpvOpISub, SpvOpLogicalNot, SpvOpSNegate, in Apply()
271 case SpvOpSNegate: { in Apply()
Dtransformation_add_relaxed_decoration.cpp83 case SpvOpSNegate: in IsNumeric()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dfolding_rules.cpp343 assert(inst->opcode() == SpvOpFNegate || inst->opcode() == SpvOpSNegate); in MergeNegateArithmetic()
377 assert(inst->opcode() == SpvOpFNegate || inst->opcode() == SpvOpSNegate); in MergeNegateMulDivArithmetic()
435 assert(inst->opcode() == SpvOpFNegate || inst->opcode() == SpvOpSNegate); in MergeNegateAddSubArithmetic()
805 other_inst->opcode() == SpvOpSNegate) { in MergeMulNegateArithmetic()
1019 if (other_inst->opcode() == SpvOpSNegate || in MergeAddNegateArithmetic()
1056 if (other_inst->opcode() == SpvOpSNegate || in MergeSubNegateArithmetic()
2584 rules_[SpvOpSNegate].push_back(MergeNegateArithmetic()); in AddFoldingRules()
2585 rules_[SpvOpSNegate].push_back(MergeNegateMulDivArithmetic()); in AddFoldingRules()
2586 rules_[SpvOpSNegate].push_back(MergeNegateAddSubArithmetic()); in AddFoldingRules()
Dfold.cpp48 case SpvOp::SpvOpSNegate: { in UnaryOperate()
601 case SpvOp::SpvOpSNegate: in IsFoldableOpcode()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dfolding_rules.cpp343 assert(inst->opcode() == SpvOpFNegate || inst->opcode() == SpvOpSNegate); in MergeNegateArithmetic()
377 assert(inst->opcode() == SpvOpFNegate || inst->opcode() == SpvOpSNegate); in MergeNegateMulDivArithmetic()
435 assert(inst->opcode() == SpvOpFNegate || inst->opcode() == SpvOpSNegate); in MergeNegateAddSubArithmetic()
805 other_inst->opcode() == SpvOpSNegate) { in MergeMulNegateArithmetic()
1019 if (other_inst->opcode() == SpvOpSNegate || in MergeAddNegateArithmetic()
1056 if (other_inst->opcode() == SpvOpSNegate || in MergeSubNegateArithmetic()
2584 rules_[SpvOpSNegate].push_back(MergeNegateArithmetic()); in AddFoldingRules()
2585 rules_[SpvOpSNegate].push_back(MergeNegateMulDivArithmetic()); in AddFoldingRules()
2586 rules_[SpvOpSNegate].push_back(MergeNegateAddSubArithmetic()); in AddFoldingRules()
Dfold.cpp48 case SpvOp::SpvOpSNegate: { in UnaryOperate()
601 case SpvOp::SpvOpSNegate: in IsFoldableOpcode()
/third_party/spirv-tools/source/opt/
Dfold.cpp48 case SpvOp::SpvOpSNegate: { in UnaryOperate()
601 case SpvOp::SpvOpSNegate: in IsFoldableOpcode()
Dfolding_rules.cpp351 assert(inst->opcode() == SpvOpFNegate || inst->opcode() == SpvOpSNegate); in MergeNegateArithmetic()
385 assert(inst->opcode() == SpvOpFNegate || inst->opcode() == SpvOpSNegate); in MergeNegateMulDivArithmetic()
443 assert(inst->opcode() == SpvOpFNegate || inst->opcode() == SpvOpSNegate); in MergeNegateAddSubArithmetic()
813 other_inst->opcode() == SpvOpSNegate) { in MergeMulNegateArithmetic()
1027 if (other_inst->opcode() == SpvOpSNegate || in MergeAddNegateArithmetic()
1064 if (other_inst->opcode() == SpvOpSNegate || in MergeSubNegateArithmetic()
2930 rules_[SpvOpSNegate].push_back(MergeNegateArithmetic()); in AddFoldingRules()
2931 rules_[SpvOpSNegate].push_back(MergeNegateMulDivArithmetic()); in AddFoldingRules()
2932 rules_[SpvOpSNegate].push_back(MergeNegateAddSubArithmetic()); in AddFoldingRules()

1234