/third_party/flutter/skia/third_party/externals/spirv-tools/test/stats/ |
D | stats_analyzer_test.cpp | 148 stats.opcode_hist[SpvOpFAdd] = 200; in TEST() 153 hist[SpvOpFMul][SpvOpFAdd] = 100; in TEST() 155 hist[SpvOpFAdd][SpvOpFMul] = 100; in TEST() 156 hist[SpvOpFAdd][SpvOpFAdd] = 100; in TEST()
|
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/ |
D | transformation_swap_commutable_operands_test.cpp | 132 instructionDescriptor = MakeInstructionDescriptor(42, SpvOpFAdd, 0); in TEST() 212 instructionDescriptor = MakeInstructionDescriptor(45, SpvOpFAdd, 0); in TEST() 235 instructionDescriptor = MakeInstructionDescriptor(23, SpvOpFAdd, 100); in TEST() 354 instructionDescriptor = MakeInstructionDescriptor(42, SpvOpFAdd, 0); in TEST()
|
/third_party/spirv-tools/test/fuzz/ |
D | transformation_swap_commutable_operands_test.cpp | 132 instructionDescriptor = MakeInstructionDescriptor(42, SpvOpFAdd, 0); in TEST() 212 instructionDescriptor = MakeInstructionDescriptor(45, SpvOpFAdd, 0); in TEST() 235 instructionDescriptor = MakeInstructionDescriptor(23, SpvOpFAdd, 100); in TEST() 354 instructionDescriptor = MakeInstructionDescriptor(42, SpvOpFAdd, 0); in TEST()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/ |
D | transformation_swap_commutable_operands_test.cpp | 132 instructionDescriptor = MakeInstructionDescriptor(42, SpvOpFAdd, 0); in TEST() 212 instructionDescriptor = MakeInstructionDescriptor(45, SpvOpFAdd, 0); in TEST() 235 instructionDescriptor = MakeInstructionDescriptor(23, SpvOpFAdd, 100); in TEST() 354 instructionDescriptor = MakeInstructionDescriptor(42, SpvOpFAdd, 0); in TEST()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | transformation_replace_linear_algebra_instruction.cpp | 558 ir_context, SpvOpFAdd, in ReplaceOpVectorTimesMatrix() 567 ir_context, SpvOpFAdd, in ReplaceOpVectorTimesMatrix() 673 ir_context, SpvOpFAdd, in ReplaceOpMatrixTimesVector() 682 ir_context, SpvOpFAdd, in ReplaceOpMatrixTimesVector() 805 ir_context, SpvOpFAdd, in ReplaceOpMatrixTimesMatrix() 815 ir_context, SpvOpFAdd, in ReplaceOpMatrixTimesMatrix() 989 linear_algebra_instruction->SetOpcode(SpvOpFAdd); in ReplaceOpDot() 1000 ir_context, SpvOpFAdd, linear_algebra_instruction->type_id(), in ReplaceOpDot() 1013 ir_context, SpvOpFAdd, linear_algebra_instruction->type_id(), in ReplaceOpDot() 1022 linear_algebra_instruction->SetOpcode(SpvOpFAdd); in ReplaceOpDot()
|
D | transformation_add_no_contraction_decoration.cpp | 62 case SpvOpFAdd: in IsArithmetic()
|
D | transformation_add_relaxed_decoration.cpp | 86 case SpvOpFAdd: in IsNumeric()
|
D | transformation_wrap_vector_synonym.cpp | 190 case SpvOpFAdd: in IsInstructionSupported()
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
D | transformation_replace_linear_algebra_instruction.cpp | 558 ir_context, SpvOpFAdd, in ReplaceOpVectorTimesMatrix() 567 ir_context, SpvOpFAdd, in ReplaceOpVectorTimesMatrix() 673 ir_context, SpvOpFAdd, in ReplaceOpMatrixTimesVector() 682 ir_context, SpvOpFAdd, in ReplaceOpMatrixTimesVector() 805 ir_context, SpvOpFAdd, in ReplaceOpMatrixTimesMatrix() 815 ir_context, SpvOpFAdd, in ReplaceOpMatrixTimesMatrix() 989 linear_algebra_instruction->SetOpcode(SpvOpFAdd); in ReplaceOpDot() 1000 ir_context, SpvOpFAdd, linear_algebra_instruction->type_id(), in ReplaceOpDot() 1013 ir_context, SpvOpFAdd, linear_algebra_instruction->type_id(), in ReplaceOpDot() 1022 linear_algebra_instruction->SetOpcode(SpvOpFAdd); in ReplaceOpDot()
|
D | transformation_add_no_contraction_decoration.cpp | 62 case SpvOpFAdd: in IsArithmetic()
|
D | transformation_add_relaxed_decoration.cpp | 86 case SpvOpFAdd: in IsNumeric()
|
D | transformation_wrap_vector_synonym.cpp | 190 case SpvOpFAdd: in IsInstructionSupported()
|
/third_party/spirv-tools/source/fuzz/ |
D | transformation_replace_linear_algebra_instruction.cpp | 558 ir_context, SpvOpFAdd, in ReplaceOpVectorTimesMatrix() 567 ir_context, SpvOpFAdd, in ReplaceOpVectorTimesMatrix() 673 ir_context, SpvOpFAdd, in ReplaceOpMatrixTimesVector() 682 ir_context, SpvOpFAdd, in ReplaceOpMatrixTimesVector() 805 ir_context, SpvOpFAdd, in ReplaceOpMatrixTimesMatrix() 815 ir_context, SpvOpFAdd, in ReplaceOpMatrixTimesMatrix() 989 linear_algebra_instruction->SetOpcode(SpvOpFAdd); in ReplaceOpDot() 1000 ir_context, SpvOpFAdd, linear_algebra_instruction->type_id(), in ReplaceOpDot() 1013 ir_context, SpvOpFAdd, linear_algebra_instruction->type_id(), in ReplaceOpDot() 1022 linear_algebra_instruction->SetOpcode(SpvOpFAdd); in ReplaceOpDot()
|
D | transformation_add_no_contraction_decoration.cpp | 62 case SpvOpFAdd: in IsArithmetic()
|
D | transformation_add_relaxed_decoration.cpp | 86 case SpvOpFAdd: in IsNumeric()
|
D | transformation_add_synonym.cpp | 223 opcode = is_integral ? SpvOpIAdd : SpvOpFAdd; in MakeSynonymousInstruction()
|
/third_party/spirv-tools/source/opt/ |
D | folding_rules.cpp | 397 if (op_inst->opcode() == SpvOpFAdd || op_inst->opcode() == SpvOpFSub || in MergeNegateAddSubArithmetic() 403 bool is_add = (op_inst->opcode() == SpvOpFAdd) || in MergeNegateAddSubArithmetic() 482 case SpvOpFAdd: in PerformFloatingPointOperation() 966 assert(inst->opcode() == SpvOpFAdd || inst->opcode() == SpvOpIAdd); in MergeAddNegateArithmetic() 1023 opcode = HasFloatingPoint(type) ? SpvOpFAdd : SpvOpIAdd; in MergeSubNegateArithmetic() 1047 assert(inst->opcode() == SpvOpFAdd || inst->opcode() == SpvOpIAdd); in MergeAddAddArithmetic() 1063 if (other_inst->opcode() == SpvOpFAdd || in MergeAddAddArithmetic() 1094 assert(inst->opcode() == SpvOpFAdd || inst->opcode() == SpvOpIAdd); in MergeAddSubArithmetic() 1169 if (other_inst->opcode() == SpvOpFAdd || in MergeSubAddArithmetic() 1248 merge_op = uses_float ? SpvOpFAdd : SpvOpIAdd; in MergeSubSubArithmetic() [all …]
|
D | relax_float_ops_pass.cpp | 105 SpvOpFAdd, in Initialize()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | folding_rules.cpp | 451 if (op_inst->opcode() == SpvOpFAdd || op_inst->opcode() == SpvOpFSub || in MergeNegateAddSubArithmetic() 457 bool is_add = (op_inst->opcode() == SpvOpFAdd) || in MergeNegateAddSubArithmetic() 537 case SpvOpFAdd: in PerformFloatingPointOperation() 1007 assert(inst->opcode() == SpvOpFAdd || inst->opcode() == SpvOpIAdd); in MergeAddNegateArithmetic() 1064 opcode = HasFloatingPoint(type) ? SpvOpFAdd : SpvOpIAdd; in MergeSubNegateArithmetic() 1088 assert(inst->opcode() == SpvOpFAdd || inst->opcode() == SpvOpIAdd); in MergeAddAddArithmetic() 1104 if (other_inst->opcode() == SpvOpFAdd || in MergeAddAddArithmetic() 1135 assert(inst->opcode() == SpvOpFAdd || inst->opcode() == SpvOpIAdd); in MergeAddSubArithmetic() 1210 if (other_inst->opcode() == SpvOpFAdd || in MergeSubAddArithmetic() 1289 merge_op = uses_float ? SpvOpFAdd : SpvOpIAdd; in MergeSubSubArithmetic() [all …]
|
D | relax_float_ops_pass.cpp | 105 SpvOpFAdd, in Initialize()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | folding_rules.cpp | 451 if (op_inst->opcode() == SpvOpFAdd || op_inst->opcode() == SpvOpFSub || in MergeNegateAddSubArithmetic() 457 bool is_add = (op_inst->opcode() == SpvOpFAdd) || in MergeNegateAddSubArithmetic() 537 case SpvOpFAdd: in PerformFloatingPointOperation() 1007 assert(inst->opcode() == SpvOpFAdd || inst->opcode() == SpvOpIAdd); in MergeAddNegateArithmetic() 1064 opcode = HasFloatingPoint(type) ? SpvOpFAdd : SpvOpIAdd; in MergeSubNegateArithmetic() 1088 assert(inst->opcode() == SpvOpFAdd || inst->opcode() == SpvOpIAdd); in MergeAddAddArithmetic() 1104 if (other_inst->opcode() == SpvOpFAdd || in MergeAddAddArithmetic() 1135 assert(inst->opcode() == SpvOpFAdd || inst->opcode() == SpvOpIAdd); in MergeAddSubArithmetic() 1210 if (other_inst->opcode() == SpvOpFAdd || in MergeSubAddArithmetic() 1289 merge_op = uses_float ? SpvOpFAdd : SpvOpIAdd; in MergeSubSubArithmetic() [all …]
|
D | relax_float_ops_pass.cpp | 105 SpvOpFAdd, in Initialize()
|
/third_party/spirv-tools/source/ |
D | opcode.cpp | 553 case SpvOpFAdd: in spvOpcodeIsScalarizable() 645 case SpvOpFAdd: in spvOpcodeIsCommutativeBinaryOperator()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/ |
D | opcode.cpp | 553 case SpvOpFAdd: in spvOpcodeIsScalarizable() 645 case SpvOpFAdd: in spvOpcodeIsCommutativeBinaryOperator()
|
/third_party/skia/third_party/externals/spirv-tools/source/ |
D | opcode.cpp | 553 case SpvOpFAdd: in spvOpcodeIsScalarizable() 645 case SpvOpFAdd: in spvOpcodeIsCommutativeBinaryOperator()
|