Home
last modified time | relevance | path

Searched refs:OpFMul (Results 1 - 25 of 64) sorted by relevance

123

/third_party/spirv-tools/test/fuzz/
H A Dtransformation_swap_commutable_operands_test.cpp99 %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 Dfolding_rules.cpp335 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 Drelax_float_ops_pass.cpp109 spv::Op::OpFMul, in Initialize()
/third_party/spirv-tools/source/fuzz/
H A Dtransformation_replace_linear_algebra_instruction.cpp134 // 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 Dtransformation_add_no_contraction_decoration.cpp66 case spv::Op::OpFMul: in IsArithmetic()
H A Dtransformation_add_relaxed_decoration.cpp90 case spv::Op::OpFMul: in IsNumeric()
H A Dtransformation_wrap_vector_synonym.cpp192 case spv::Op::OpFMul: in IsInstructionSupported()
H A Dtransformation_add_synonym.cpp226 opcode = is_integral ? spv::Op::OpIMul : spv::Op::OpFMul; in MakeSynonymousInstruction()
/third_party/spirv-tools/source/val/
H A Dvalidate_arithmetics.cpp35 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 Dopcode.cpp563 case spv::Op::OpFMul: in spvOpcodeIsScalarizable()
654 case spv::Op::OpFMul: in spvOpcodeIsCommutativeBinaryOperator()
/third_party/spirv-tools/test/opt/
H A Dir_loader_test.cpp208 "%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 Ddebug_info_manager_test.cpp567 %112 = OpFMul %v4float %57 %130
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.0/
H A Dspirv.cs791 OpFMul = 133, enumerator
H A Dspirv.hpp786 OpFMul = 133, enumerator
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.1/
H A Dspirv.cs803 OpFMul = 133, enumerator
H A Dspirv.hpp798 OpFMul = 133, enumerator
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.2/
H A Dspirv.cs808 OpFMul = 133, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/
H A Dspirv.cs791 OpFMul = 133, enumerator
H A Dspirv.hpp786 OpFMul = 133, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.1/
H A Dspirv.cs803 OpFMul = 133, enumerator
H A Dspirv.hpp798 OpFMul = 133, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.2/
H A Dspirv.cs808 OpFMul = 133, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Ddebug_info_manager_test.cpp567 %112 = OpFMul %v4float %57 %130
/third_party/spirv-headers/include/spirv/1.0/
H A Dspirv.cs791 OpFMul = 133, enumerator
H A Dspirv.hpp786 OpFMul = 133, enumerator

Completed in 47 milliseconds

123