Home
last modified time | relevance | path

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

123

/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/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/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/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/spirv-tools/source/opt/
Dfolding_rules.cpp307 assert(inst->opcode() == SpvOpFDiv); in ReciprocalFDiv()
402 if (opcode == SpvOpFMul || opcode == SpvOpFDiv || opcode == SpvOpIMul || in MergeNegateMulDivArithmetic()
416 if (opcode == SpvOpFDiv || opcode == SpvOpUDiv || opcode == SpvOpSDiv) { in MergeNegateMulDivArithmetic()
541 case SpvOpFDiv: in PerformFloatingPointOperation()
736 if (op_inst->opcode() == SpvOpFDiv) { in MergeMulDivArithmetic()
752 if (other_inst->opcode() == SpvOpFDiv) { in MergeMulDivArithmetic()
836 assert(inst->opcode() == SpvOpFDiv); in MergeDivDivArithmetic()
907 assert(inst->opcode() == SpvOpFDiv); in MergeDivMulArithmetic()
979 assert(inst->opcode() == SpvOpFDiv); in MergeDivNegateArithmetic()
2451 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/test/fuzz/
Dtransformation_replace_boolean_constant_with_constant_binary_test.cpp276 uses_of_true[0], 15, 17, SpvOpFDiv, 200) in TEST()
/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()
/third_party/spirv-tools/source/
Dopcode.cpp557 case SpvOpFDiv: in spvOpcodeIsScalarizable()
/third_party/skia/third_party/externals/spirv-tools/source/
Dopcode.cpp560 case SpvOpFDiv: in spvOpcodeIsScalarizable()
/third_party/skia/src/sksl/
Dspirv.h699 SpvOpFDiv = 136, enumerator
/third_party/skia/third_party/externals/swiftshader/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()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
Dopcode.cpp560 case SpvOpFDiv: in spvOpcodeIsScalarizable()

123