/third_party/spirv-tools/test/fuzz/fact_manager/ |
D | data_synonym_and_id_equation_facts_test.cpp | 339 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/ |
D | data_synonym_and_id_equation_facts_test.cpp | 339 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/ |
D | data_synonym_and_id_equation_facts_test.cpp | 339 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/ |
D | transformation_equation_instruction_test.cpp | 60 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/ |
D | transformation_equation_instruction_test.cpp | 60 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/ |
D | transformation_equation_instruction_test.cpp | 60 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/ |
D | data_synonym_and_id_equation_facts.cpp | 215 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/ |
D | data_synonym_and_id_equation_facts.cpp | 215 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/ |
D | data_synonym_and_id_equation_facts.cpp | 215 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/ |
D | transformation_add_no_contraction_decoration.cpp | 59 case SpvOpSNegate: in IsArithmetic()
|
D | fuzzer_pass_add_equation_instructions.cpp | 90 SpvOpIAdd, SpvOpISub, SpvOpLogicalNot, SpvOpSNegate, in Apply() 271 case SpvOpSNegate: { in Apply()
|
D | transformation_add_relaxed_decoration.cpp | 83 case SpvOpSNegate: in IsNumeric()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | transformation_add_no_contraction_decoration.cpp | 59 case SpvOpSNegate: in IsArithmetic()
|
D | fuzzer_pass_add_equation_instructions.cpp | 90 SpvOpIAdd, SpvOpISub, SpvOpLogicalNot, SpvOpSNegate, in Apply() 271 case SpvOpSNegate: { in Apply()
|
D | transformation_add_relaxed_decoration.cpp | 83 case SpvOpSNegate: in IsNumeric()
|
D | transformation_equation_instruction.cpp | 270 case SpvOpSNegate: { in MaybeGetResultTypeId()
|
/third_party/spirv-tools/source/fuzz/ |
D | transformation_add_no_contraction_decoration.cpp | 59 case SpvOpSNegate: in IsArithmetic()
|
D | fuzzer_pass_add_equation_instructions.cpp | 90 SpvOpIAdd, SpvOpISub, SpvOpLogicalNot, SpvOpSNegate, in Apply() 271 case SpvOpSNegate: { in Apply()
|
D | transformation_add_relaxed_decoration.cpp | 83 case SpvOpSNegate: in IsNumeric()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | folding_rules.cpp | 343 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()
|
D | fold.cpp | 48 case SpvOp::SpvOpSNegate: { in UnaryOperate() 601 case SpvOp::SpvOpSNegate: in IsFoldableOpcode()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | folding_rules.cpp | 343 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()
|
D | fold.cpp | 48 case SpvOp::SpvOpSNegate: { in UnaryOperate() 601 case SpvOp::SpvOpSNegate: in IsFoldableOpcode()
|
/third_party/spirv-tools/source/opt/ |
D | fold.cpp | 48 case SpvOp::SpvOpSNegate: { in UnaryOperate() 601 case SpvOp::SpvOpSNegate: in IsFoldableOpcode()
|
D | folding_rules.cpp | 351 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()
|