Home
last modified time | relevance | path

Searched refs:SpvOpFMul (Results 1 – 25 of 99) sorted by relevance

1234

/third_party/flutter/skia/third_party/externals/spirv-tools/test/stats/
Dstats_analyzer_test.cpp147 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/
Dtransformation_swap_commutable_operands_test.cpp137 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/
Dtransformation_swap_commutable_operands_test.cpp137 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/
Dtransformation_swap_commutable_operands_test.cpp137 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/
Dfolding_rules.cpp328 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 …]
Drelax_float_ops_pass.cpp107 SpvOpFMul, in Initialize()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dfolding_rules.cpp328 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 …]
Drelax_float_ops_pass.cpp107 SpvOpFMul, in Initialize()
/third_party/spirv-tools/source/opt/
Dfolding_rules.cpp336 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 …]
Drelax_float_ops_pass.cpp107 SpvOpFMul, in Initialize()
/third_party/spirv-tools/source/fuzz/
Dtransformation_replace_linear_algebra_instruction.cpp376 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()
Dtransformation_add_no_contraction_decoration.cpp66 case SpvOpFMul: in IsArithmetic()
Dtransformation_add_relaxed_decoration.cpp90 case SpvOpFMul: in IsNumeric()
Dtransformation_wrap_vector_synonym.cpp192 case SpvOpFMul: in IsInstructionSupported()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_replace_linear_algebra_instruction.cpp376 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()
Dtransformation_add_no_contraction_decoration.cpp66 case SpvOpFMul: in IsArithmetic()
Dtransformation_add_relaxed_decoration.cpp90 case SpvOpFMul: in IsNumeric()
Dtransformation_wrap_vector_synonym.cpp192 case SpvOpFMul: in IsInstructionSupported()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dtransformation_replace_linear_algebra_instruction.cpp376 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()
Dtransformation_add_no_contraction_decoration.cpp66 case SpvOpFMul: in IsArithmetic()
Dtransformation_add_relaxed_decoration.cpp90 case SpvOpFMul: in IsNumeric()
Dtransformation_wrap_vector_synonym.cpp192 case SpvOpFMul: in IsInstructionSupported()
/third_party/skia/third_party/externals/spirv-tools/source/
Dopcode.cpp557 case SpvOpFMul: in spvOpcodeIsScalarizable()
647 case SpvOpFMul: in spvOpcodeIsCommutativeBinaryOperator()
/third_party/spirv-tools/source/
Dopcode.cpp554 case SpvOpFMul: in spvOpcodeIsScalarizable()
645 case SpvOpFMul: in spvOpcodeIsCommutativeBinaryOperator()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
Dopcode.cpp557 case SpvOpFMul: in spvOpcodeIsScalarizable()
647 case SpvOpFMul: in spvOpcodeIsCommutativeBinaryOperator()

1234