/third_party/flutter/skia/third_party/externals/spirv-tools/test/stats/ |
D | stats_analyzer_test.cpp | 147 stats.opcode_hist[SpvOpFMul] = 400; in TEST() 153 hist[SpvOpFMul][SpvOpFAdd] = 100; in TEST() 154 hist[SpvOpFMul][SpvOpFSub] = 300; in TEST() 155 hist[SpvOpFAdd][SpvOpFMul] = 100; in TEST()
|
/third_party/spirv-tools/test/fuzz/ |
D | transformation_swap_commutable_operands_test.cpp | 137 instructionDescriptor = MakeInstructionDescriptor(48, SpvOpFMul, 0); in TEST() 217 instructionDescriptor = MakeInstructionDescriptor(66, SpvOpFMul, 0); in TEST() 240 instructionDescriptor = MakeInstructionDescriptor(32, SpvOpFMul, 100); in TEST() 358 instructionDescriptor = MakeInstructionDescriptor(48, SpvOpFMul, 0); in TEST()
|
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/ |
D | transformation_swap_commutable_operands_test.cpp | 137 instructionDescriptor = MakeInstructionDescriptor(48, SpvOpFMul, 0); in TEST() 217 instructionDescriptor = MakeInstructionDescriptor(66, SpvOpFMul, 0); in TEST() 240 instructionDescriptor = MakeInstructionDescriptor(32, SpvOpFMul, 100); in TEST() 358 instructionDescriptor = MakeInstructionDescriptor(48, SpvOpFMul, 0); in TEST()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/ |
D | transformation_swap_commutable_operands_test.cpp | 137 instructionDescriptor = MakeInstructionDescriptor(48, SpvOpFMul, 0); in TEST() 217 instructionDescriptor = MakeInstructionDescriptor(66, SpvOpFMul, 0); in TEST() 240 instructionDescriptor = MakeInstructionDescriptor(32, SpvOpFMul, 100); in TEST() 358 instructionDescriptor = MakeInstructionDescriptor(48, SpvOpFMul, 0); in TEST()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | folding_rules.cpp | 328 inst->SetOpcode(SpvOpFMul); in ReciprocalFDiv() 394 if (opcode == SpvOpFMul || opcode == SpvOpFDiv || opcode == SpvOpIMul || in MergeNegateMulDivArithmetic() 530 case SpvOpFMul: in PerformFloatingPointOperation() 662 assert(inst->opcode() == SpvOpFMul || inst->opcode() == SpvOpIMul); in MergeMulMulArithmetic() 714 assert(inst->opcode() == SpvOpFMul); in MergeMulDivArithmetic() 788 assert(inst->opcode() == SpvOpFMul || inst->opcode() == SpvOpIMul); in MergeMulNegateArithmetic() 854 merge_op = SpvOpFMul; in MergeDivDivArithmetic() 871 op = SpvOpFMul; in MergeDivDivArithmetic() 913 if (op_inst->opcode() == SpvOpFMul) { in MergeDivMulArithmetic() 931 if (other_inst->opcode() == SpvOpFMul) { in MergeDivMulArithmetic() [all …]
|
D | relax_float_ops_pass.cpp | 107 SpvOpFMul, in Initialize()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | folding_rules.cpp | 328 inst->SetOpcode(SpvOpFMul); in ReciprocalFDiv() 394 if (opcode == SpvOpFMul || opcode == SpvOpFDiv || opcode == SpvOpIMul || in MergeNegateMulDivArithmetic() 530 case SpvOpFMul: in PerformFloatingPointOperation() 662 assert(inst->opcode() == SpvOpFMul || inst->opcode() == SpvOpIMul); in MergeMulMulArithmetic() 714 assert(inst->opcode() == SpvOpFMul); in MergeMulDivArithmetic() 788 assert(inst->opcode() == SpvOpFMul || inst->opcode() == SpvOpIMul); in MergeMulNegateArithmetic() 854 merge_op = SpvOpFMul; in MergeDivDivArithmetic() 871 op = SpvOpFMul; in MergeDivDivArithmetic() 913 if (op_inst->opcode() == SpvOpFMul) { in MergeDivMulArithmetic() 931 if (other_inst->opcode() == SpvOpFMul) { in MergeDivMulArithmetic() [all …]
|
D | relax_float_ops_pass.cpp | 107 SpvOpFMul, in Initialize()
|
/third_party/spirv-tools/source/opt/ |
D | folding_rules.cpp | 336 inst->SetOpcode(SpvOpFMul); in ReciprocalFDiv() 402 if (opcode == SpvOpFMul || opcode == SpvOpFDiv || opcode == SpvOpIMul || in MergeNegateMulDivArithmetic() 538 case SpvOpFMul: in PerformFloatingPointOperation() 670 assert(inst->opcode() == SpvOpFMul || inst->opcode() == SpvOpIMul); in MergeMulMulArithmetic() 722 assert(inst->opcode() == SpvOpFMul); in MergeMulDivArithmetic() 796 assert(inst->opcode() == SpvOpFMul || inst->opcode() == SpvOpIMul); in MergeMulNegateArithmetic() 862 merge_op = SpvOpFMul; in MergeDivDivArithmetic() 879 op = SpvOpFMul; in MergeDivDivArithmetic() 921 if (op_inst->opcode() == SpvOpFMul) { in MergeDivMulArithmetic() 939 if (other_inst->opcode() == SpvOpFMul) { in MergeDivMulArithmetic() [all …]
|
D | relax_float_ops_pass.cpp | 107 SpvOpFMul, in Initialize()
|
/third_party/spirv-tools/source/fuzz/ |
D | transformation_replace_linear_algebra_instruction.cpp | 376 ir_context, SpvOpFMul, scalar->type_id(), float_multiplication_id, in ReplaceOpVectorTimesScalar() 445 ir_context, SpvOpFMul, scalar_instruction->type_id(), in ReplaceOpMatrixTimesScalar() 545 ir_context, SpvOpFMul, in ReplaceOpVectorTimesMatrix() 660 ir_context, SpvOpFMul, in ReplaceOpMatrixTimesVector() 792 ir_context, SpvOpFMul, in ReplaceOpMatrixTimesMatrix() 905 ir_context, SpvOpFMul, in ReplaceOpOuterProduct() 979 ir_context, SpvOpFMul, linear_algebra_instruction->type_id(), in ReplaceOpDot()
|
D | transformation_add_no_contraction_decoration.cpp | 66 case SpvOpFMul: in IsArithmetic()
|
D | transformation_add_relaxed_decoration.cpp | 90 case SpvOpFMul: in IsNumeric()
|
D | transformation_wrap_vector_synonym.cpp | 192 case SpvOpFMul: in IsInstructionSupported()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | transformation_replace_linear_algebra_instruction.cpp | 376 ir_context, SpvOpFMul, scalar->type_id(), float_multiplication_id, in ReplaceOpVectorTimesScalar() 445 ir_context, SpvOpFMul, scalar_instruction->type_id(), in ReplaceOpMatrixTimesScalar() 545 ir_context, SpvOpFMul, in ReplaceOpVectorTimesMatrix() 660 ir_context, SpvOpFMul, in ReplaceOpMatrixTimesVector() 792 ir_context, SpvOpFMul, in ReplaceOpMatrixTimesMatrix() 905 ir_context, SpvOpFMul, in ReplaceOpOuterProduct() 979 ir_context, SpvOpFMul, linear_algebra_instruction->type_id(), in ReplaceOpDot()
|
D | transformation_add_no_contraction_decoration.cpp | 66 case SpvOpFMul: in IsArithmetic()
|
D | transformation_add_relaxed_decoration.cpp | 90 case SpvOpFMul: in IsNumeric()
|
D | transformation_wrap_vector_synonym.cpp | 192 case SpvOpFMul: in IsInstructionSupported()
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
D | transformation_replace_linear_algebra_instruction.cpp | 376 ir_context, SpvOpFMul, scalar->type_id(), float_multiplication_id, in ReplaceOpVectorTimesScalar() 445 ir_context, SpvOpFMul, scalar_instruction->type_id(), in ReplaceOpMatrixTimesScalar() 545 ir_context, SpvOpFMul, in ReplaceOpVectorTimesMatrix() 660 ir_context, SpvOpFMul, in ReplaceOpMatrixTimesVector() 792 ir_context, SpvOpFMul, in ReplaceOpMatrixTimesMatrix() 905 ir_context, SpvOpFMul, in ReplaceOpOuterProduct() 979 ir_context, SpvOpFMul, linear_algebra_instruction->type_id(), in ReplaceOpDot()
|
D | transformation_add_no_contraction_decoration.cpp | 66 case SpvOpFMul: in IsArithmetic()
|
D | transformation_add_relaxed_decoration.cpp | 90 case SpvOpFMul: in IsNumeric()
|
D | transformation_wrap_vector_synonym.cpp | 192 case SpvOpFMul: in IsInstructionSupported()
|
/third_party/skia/third_party/externals/spirv-tools/source/ |
D | opcode.cpp | 557 case SpvOpFMul: in spvOpcodeIsScalarizable() 647 case SpvOpFMul: in spvOpcodeIsCommutativeBinaryOperator()
|
/third_party/spirv-tools/source/ |
D | opcode.cpp | 554 case SpvOpFMul: in spvOpcodeIsScalarizable() 645 case SpvOpFMul: in spvOpcodeIsCommutativeBinaryOperator()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/ |
D | opcode.cpp | 557 case SpvOpFMul: in spvOpcodeIsScalarizable() 647 case SpvOpFMul: in spvOpcodeIsCommutativeBinaryOperator()
|