Home
last modified time | relevance | path

Searched refs:SpvOpFDiv (Results 1 – 25 of 80) sorted by relevance

1234

/third_party/spirv-tools/source/opt/
Dfolding_rules.cpp245 assert(inst->opcode() == SpvOpFDiv); in ReciprocalFDiv()
340 if (opcode == SpvOpFMul || opcode == SpvOpFDiv || opcode == SpvOpIMul || in MergeNegateMulDivArithmetic()
354 if (opcode == SpvOpFDiv || opcode == SpvOpUDiv || opcode == SpvOpSDiv) { in MergeNegateMulDivArithmetic()
478 case SpvOpFDiv: in PerformFloatingPointOperation()
678 if (op_inst->opcode() == SpvOpFDiv) { in MergeMulDivArithmetic()
694 if (other_inst->opcode() == SpvOpFDiv) { in MergeMulDivArithmetic()
778 assert(inst->opcode() == SpvOpFDiv); in MergeDivDivArithmetic()
849 assert(inst->opcode() == SpvOpFDiv); in MergeDivMulArithmetic()
921 assert(inst->opcode() == SpvOpFDiv || inst->opcode() == SpvOpSDiv || in MergeDivNegateArithmetic()
2009 assert(inst->opcode() == SpvOpFDiv && "Wrong opcode. Should be OpFDiv."); in RedundantFDiv()
[all …]
Drelax_float_ops_pass.cpp108 SpvOpFDiv, in Initialize()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dfolding_rules.cpp299 assert(inst->opcode() == SpvOpFDiv); in ReciprocalFDiv()
394 if (opcode == SpvOpFMul || opcode == SpvOpFDiv || opcode == SpvOpIMul || in MergeNegateMulDivArithmetic()
408 if (opcode == SpvOpFDiv || opcode == SpvOpUDiv || opcode == SpvOpSDiv) { in MergeNegateMulDivArithmetic()
533 case SpvOpFDiv: in PerformFloatingPointOperation()
728 if (op_inst->opcode() == SpvOpFDiv) { in MergeMulDivArithmetic()
744 if (other_inst->opcode() == SpvOpFDiv) { in MergeMulDivArithmetic()
828 assert(inst->opcode() == SpvOpFDiv); in MergeDivDivArithmetic()
899 assert(inst->opcode() == SpvOpFDiv); in MergeDivMulArithmetic()
971 assert(inst->opcode() == SpvOpFDiv); in MergeDivNegateArithmetic()
2110 assert(inst->opcode() == SpvOpFDiv && "Wrong opcode. Should be OpFDiv."); in RedundantFDiv()
[all …]
Drelax_float_ops_pass.cpp108 SpvOpFDiv, in Initialize()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dfolding_rules.cpp299 assert(inst->opcode() == SpvOpFDiv); in ReciprocalFDiv()
394 if (opcode == SpvOpFMul || opcode == SpvOpFDiv || opcode == SpvOpIMul || in MergeNegateMulDivArithmetic()
408 if (opcode == SpvOpFDiv || opcode == SpvOpUDiv || opcode == SpvOpSDiv) { in MergeNegateMulDivArithmetic()
533 case SpvOpFDiv: in PerformFloatingPointOperation()
728 if (op_inst->opcode() == SpvOpFDiv) { in MergeMulDivArithmetic()
744 if (other_inst->opcode() == SpvOpFDiv) { in MergeMulDivArithmetic()
828 assert(inst->opcode() == SpvOpFDiv); in MergeDivDivArithmetic()
899 assert(inst->opcode() == SpvOpFDiv); in MergeDivMulArithmetic()
971 assert(inst->opcode() == SpvOpFDiv); in MergeDivNegateArithmetic()
2110 assert(inst->opcode() == SpvOpFDiv && "Wrong opcode. Should be OpFDiv."); in RedundantFDiv()
[all …]
Drelax_float_ops_pass.cpp108 SpvOpFDiv, in Initialize()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_add_no_contraction_decoration.cpp69 case SpvOpFDiv: in IsArithmetic()
Dtransformation_add_relaxed_decoration.cpp93 case SpvOpFDiv: in IsNumeric()
Dtransformation_propagate_instruction_up.cpp252 case SpvOpFDiv: in IsOpcodeSupported()
Dtransformation_move_instruction_down.cpp181 case SpvOpFDiv: in IsSimpleInstruction()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dtransformation_add_no_contraction_decoration.cpp69 case SpvOpFDiv: in IsArithmetic()
Dtransformation_add_relaxed_decoration.cpp93 case SpvOpFDiv: in IsNumeric()
Dtransformation_propagate_instruction_up.cpp252 case SpvOpFDiv: in IsOpcodeSupported()
Dtransformation_move_instruction_down.cpp181 case SpvOpFDiv: in IsSimpleInstruction()
/third_party/spirv-tools/source/fuzz/
Dtransformation_add_no_contraction_decoration.cpp69 case SpvOpFDiv: in IsArithmetic()
Dtransformation_add_relaxed_decoration.cpp93 case SpvOpFDiv: in IsNumeric()
Dtransformation_propagate_instruction_up.cpp252 case SpvOpFDiv: in IsOpcodeSupported()
Dtransformation_move_instruction_down.cpp181 case SpvOpFDiv: in IsSimpleInstruction()
/third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/
Daggressive_dead_code_elim_pass.cpp337 SpvOpFDiv, in InitCombinatorSets()
/third_party/flutter/skia/src/sksl/
Dspirv.h699 SpvOpFDiv = 136, enumerator
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/
Dtransformation_replace_boolean_constant_with_constant_binary_test.cpp276 uses_of_true[0], 15, 17, SpvOpFDiv, 200) in TEST()
/third_party/skia/src/sksl/
Dspirv.h699 SpvOpFDiv = 136, enumerator
/third_party/spirv-tools/source/
Dopcode.cpp560 case SpvOpFDiv: in spvOpcodeIsScalarizable()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
Dopcode.cpp560 case SpvOpFDiv: in spvOpcodeIsScalarizable()
/third_party/spirv-tools/test/fuzz/
Dtransformation_replace_boolean_constant_with_constant_binary_test.cpp276 uses_of_true[0], 15, 17, SpvOpFDiv, 200) in TEST()

1234