Home
last modified time | relevance | path

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

1234

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_add_no_contraction_decoration.cpp60 case SpvOpFNegate: in IsArithmetic()
Dtransformation_add_relaxed_decoration.cpp84 case SpvOpFNegate: in IsNumeric()
Dtransformation_propagate_instruction_up.cpp243 case SpvOpFNegate: in IsOpcodeSupported()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dtransformation_add_no_contraction_decoration.cpp60 case SpvOpFNegate: in IsArithmetic()
Dtransformation_add_relaxed_decoration.cpp84 case SpvOpFNegate: in IsNumeric()
Dtransformation_propagate_instruction_up.cpp243 case SpvOpFNegate: in IsOpcodeSupported()
Dtransformation_move_instruction_down.cpp172 case SpvOpFNegate: in IsSimpleInstruction()
/third_party/spirv-tools/source/fuzz/
Dtransformation_add_no_contraction_decoration.cpp60 case SpvOpFNegate: in IsArithmetic()
Dtransformation_add_relaxed_decoration.cpp84 case SpvOpFNegate: in IsNumeric()
Dtransformation_propagate_instruction_up.cpp243 case SpvOpFNegate: in IsOpcodeSupported()
Dtransformation_move_instruction_down.cpp172 case SpvOpFNegate: in IsSimpleInstruction()
/third_party/spirv-tools/source/opt/
Dfolding_rules.cpp289 assert(inst->opcode() == SpvOpFNegate || inst->opcode() == SpvOpSNegate); in MergeNegateArithmetic()
323 assert(inst->opcode() == SpvOpFNegate || inst->opcode() == SpvOpSNegate); in MergeNegateMulDivArithmetic()
381 assert(inst->opcode() == SpvOpFNegate || inst->opcode() == SpvOpSNegate); in MergeNegateAddSubArithmetic()
754 if (other_inst->opcode() == SpvOpFNegate || in MergeMulNegateArithmetic()
939 if (other_inst->opcode() == SpvOpFNegate || in MergeDivNegateArithmetic()
979 other_inst->opcode() == SpvOpFNegate) { in MergeAddNegateArithmetic()
1016 other_inst->opcode() == SpvOpFNegate) { in MergeSubNegateArithmetic()
1956 inst->SetOpcode(SpvOpFNegate); in RedundantFSub()
2455 rules_[SpvOpFNegate].push_back(MergeNegateArithmetic()); in AddFoldingRules()
2456 rules_[SpvOpFNegate].push_back(MergeNegateAddSubArithmetic()); in AddFoldingRules()
[all …]
Drelax_float_ops_pass.cpp104 SpvOpFNegate, in Initialize()
Damd_ext_to_khr.cpp602 ir_builder.AddUnaryOp(float_type_id, SpvOpFNegate, x->result_id()); in ReplaceCubeFaceCoord()
604 ir_builder.AddUnaryOp(float_type_id, SpvOpFNegate, y->result_id()); in ReplaceCubeFaceCoord()
606 ir_builder.AddUnaryOp(float_type_id, SpvOpFNegate, z->result_id()); in ReplaceCubeFaceCoord()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dfolding_rules.cpp343 assert(inst->opcode() == SpvOpFNegate || inst->opcode() == SpvOpSNegate); in MergeNegateArithmetic()
377 assert(inst->opcode() == SpvOpFNegate || inst->opcode() == SpvOpSNegate); in MergeNegateMulDivArithmetic()
435 assert(inst->opcode() == SpvOpFNegate || inst->opcode() == SpvOpSNegate); in MergeNegateAddSubArithmetic()
804 if (other_inst->opcode() == SpvOpFNegate || in MergeMulNegateArithmetic()
981 if (other_inst->opcode() == SpvOpFNegate) { in MergeDivNegateArithmetic()
1020 other_inst->opcode() == SpvOpFNegate) { in MergeAddNegateArithmetic()
1057 other_inst->opcode() == SpvOpFNegate) { in MergeSubNegateArithmetic()
2057 inst->SetOpcode(SpvOpFNegate); in RedundantFSub()
2558 rules_[SpvOpFNegate].push_back(MergeNegateArithmetic()); in AddFoldingRules()
2559 rules_[SpvOpFNegate].push_back(MergeNegateAddSubArithmetic()); in AddFoldingRules()
[all …]
Drelax_float_ops_pass.cpp104 SpvOpFNegate, in Initialize()
Damd_ext_to_khr.cpp602 ir_builder.AddUnaryOp(float_type_id, SpvOpFNegate, x->result_id()); in ReplaceCubeFaceCoord()
604 ir_builder.AddUnaryOp(float_type_id, SpvOpFNegate, y->result_id()); in ReplaceCubeFaceCoord()
606 ir_builder.AddUnaryOp(float_type_id, SpvOpFNegate, z->result_id()); in ReplaceCubeFaceCoord()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dfolding_rules.cpp343 assert(inst->opcode() == SpvOpFNegate || inst->opcode() == SpvOpSNegate); in MergeNegateArithmetic()
377 assert(inst->opcode() == SpvOpFNegate || inst->opcode() == SpvOpSNegate); in MergeNegateMulDivArithmetic()
435 assert(inst->opcode() == SpvOpFNegate || inst->opcode() == SpvOpSNegate); in MergeNegateAddSubArithmetic()
804 if (other_inst->opcode() == SpvOpFNegate || in MergeMulNegateArithmetic()
981 if (other_inst->opcode() == SpvOpFNegate) { in MergeDivNegateArithmetic()
1020 other_inst->opcode() == SpvOpFNegate) { in MergeAddNegateArithmetic()
1057 other_inst->opcode() == SpvOpFNegate) { in MergeSubNegateArithmetic()
2057 inst->SetOpcode(SpvOpFNegate); in RedundantFSub()
2558 rules_[SpvOpFNegate].push_back(MergeNegateArithmetic()); in AddFoldingRules()
2559 rules_[SpvOpFNegate].push_back(MergeNegateAddSubArithmetic()); in AddFoldingRules()
[all …]
Drelax_float_ops_pass.cpp104 SpvOpFNegate, in Initialize()
Damd_ext_to_khr.cpp602 ir_builder.AddUnaryOp(float_type_id, SpvOpFNegate, x->result_id()); in ReplaceCubeFaceCoord()
604 ir_builder.AddUnaryOp(float_type_id, SpvOpFNegate, y->result_id()); in ReplaceCubeFaceCoord()
606 ir_builder.AddUnaryOp(float_type_id, SpvOpFNegate, z->result_id()); in ReplaceCubeFaceCoord()
/third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/
Daggressive_dead_code_elim_pass.cpp328 SpvOpFNegate, in InitCombinatorSets()
/third_party/flutter/skia/src/sksl/
Dspirv.h690 SpvOpFNegate = 127, enumerator
/third_party/skia/src/sksl/
Dspirv.h690 SpvOpFNegate = 127, enumerator
/third_party/spirv-tools/source/
Dopcode.cpp551 case SpvOpFNegate: in spvOpcodeIsScalarizable()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
Dopcode.cpp551 case SpvOpFNegate: in spvOpcodeIsScalarizable()

1234