/third_party/spirv-tools/test/fuzz/ |
H A D | transformation_swap_commutable_operands_test.cpp | 99 %48 = OpFMul %29 %45 %47 in TEST() 138 instructionDescriptor = MakeInstructionDescriptor(48, spv::Op::OpFMul, 0); in TEST() 222 instructionDescriptor = MakeInstructionDescriptor(66, spv::Op::OpFMul, 0); in TEST() 245 instructionDescriptor = MakeInstructionDescriptor(32, spv::Op::OpFMul, 100); in TEST() 329 %48 = OpFMul %29 %45 %47 in TEST() 364 instructionDescriptor = MakeInstructionDescriptor(48, spv::Op::OpFMul, 0); in TEST() 444 %48 = OpFMul %29 %47 %45 in TEST()
|
/third_party/spirv-tools/source/opt/ |
H A D | folding_rules.cpp | 335 inst->SetOpcode(spv::Op::OpFMul); in ReciprocalFDiv() 403 if (opcode == spv::Op::OpFMul || opcode == spv::Op::OpFDiv || in MergeNegateMulDivArithmetic() 545 case spv::Op::OpFMul: 678 assert(inst->opcode() == spv::Op::OpFMul || 731 assert(inst->opcode() == spv::Op::OpFMul); 805 assert(inst->opcode() == spv::Op::OpFMul || 872 merge_op = spv::Op::OpFMul; 889 op = spv::Op::OpFMul; 931 if (op_inst->opcode() == spv::Op::OpFMul) { 949 if (other_inst->opcode() == spv::Op::OpFMul) { [all...] |
H A D | relax_float_ops_pass.cpp | 109 spv::Op::OpFMul, in Initialize()
|
/third_party/spirv-tools/source/fuzz/ |
H A D | transformation_replace_linear_algebra_instruction.cpp | 134 // For each vector component, 1 OpCompositeExtract and 1 OpFMul will be in GetRequiredFreshIdCount() 145 // |column.size| OpFMul and 1 OpCompositeConstruct instructions will be in GetRequiredFreshIdCount() 160 // OpCompositeExtract, |vector_component_count| OpFMul and in GetRequiredFreshIdCount() 180 // will be inserted. For each matrix row, |matrix_column_count| OpFMul and in GetRequiredFreshIdCount() 203 // |matrix_1_row_count * matrix_1_column_count| OpFMul, in GetRequiredFreshIdCount() 233 // OpCompositeExtract, |vector_1_component_count| OpFMul and 1 in GetRequiredFreshIdCount() 252 // For each pair of vector components, 2 OpCompositeExtract and 1 OpFMul in GetRequiredFreshIdCount() 253 // will be inserted. The first two OpFMul instructions will result the in GetRequiredFreshIdCount() 254 // first OpFAdd instruction to be inserted. For each remaining OpFMul, 1 in GetRequiredFreshIdCount() 377 ir_context, spv::Op::OpFMul, scala in ReplaceOpVectorTimesScalar() [all...] |
H A D | transformation_add_no_contraction_decoration.cpp | 66 case spv::Op::OpFMul: in IsArithmetic()
|
H A D | transformation_add_relaxed_decoration.cpp | 90 case spv::Op::OpFMul: in IsNumeric()
|
H A D | transformation_wrap_vector_synonym.cpp | 192 case spv::Op::OpFMul: in IsInstructionSupported()
|
H A D | transformation_add_synonym.cpp | 226 opcode = is_integral ? spv::Op::OpIMul : spv::Op::OpFMul; in MakeSynonymousInstruction()
|
/third_party/spirv-tools/source/val/ |
H A D | validate_arithmetics.cpp | 35 case spv::Op::OpFMul: in ArithmeticsPass() 41 (opcode != spv::Op::OpFMul && opcode != spv::Op::OpFRem && in ArithmeticsPass() 46 !(opcode == spv::Op::OpFMul && in ArithmeticsPass()
|
/third_party/spirv-tools/source/ |
H A D | opcode.cpp | 563 case spv::Op::OpFMul: in spvOpcodeIsScalarizable() 654 case spv::Op::OpFMul: in spvOpcodeIsCommutativeBinaryOperator()
|
/third_party/spirv-tools/test/opt/ |
H A D | ir_loader_test.cpp | 208 "%27 = OpFMul %float %25 %26\n" in TEST() 269 %2 = OpFMul %float %1 %1 in TEST() 300 spv::Op::OpFAdd, spv::Op::OpLine, spv::Op::OpFMul, in TEST() 317 %2 = OpFMul %float %1 %1 in TEST() 348 spv::Op::OpFAdd, spv::Op::OpLine, spv::Op::OpFMul, in TEST() 1268 "%27 = OpFMul %float %25 %26\n" in TEST() 1507 "%27 = OpFMul %float %25 %26\n" in TEST()
|
/third_party/skia/third_party/externals/spirv-tools/test/opt/ |
H A D | debug_info_manager_test.cpp | 567 %112 = OpFMul %v4float %57 %130
|
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.0/ |
H A D | spirv.cs | 791 OpFMul = 133, enumerator
|
H A D | spirv.hpp | 786 OpFMul = 133, enumerator
|
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.1/ |
H A D | spirv.cs | 803 OpFMul = 133, enumerator
|
H A D | spirv.hpp | 798 OpFMul = 133, enumerator
|
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.2/ |
H A D | spirv.cs | 808 OpFMul = 133, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/ |
H A D | spirv.cs | 791 OpFMul = 133, enumerator
|
H A D | spirv.hpp | 786 OpFMul = 133, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.1/ |
H A D | spirv.cs | 803 OpFMul = 133, enumerator
|
H A D | spirv.hpp | 798 OpFMul = 133, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.2/ |
H A D | spirv.cs | 808 OpFMul = 133, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
H A D | debug_info_manager_test.cpp | 567 %112 = OpFMul %v4float %57 %130
|
/third_party/spirv-headers/include/spirv/1.0/ |
H A D | spirv.cs | 791 OpFMul = 133, enumerator
|
H A D | spirv.hpp | 786 OpFMul = 133, enumerator
|