Home
last modified time | relevance | path

Searched refs:SpvOpFSub (Results 1 – 25 of 84) sorted by relevance

1234

/third_party/flutter/skia/third_party/externals/spirv-tools/test/stats/
Dstats_analyzer_test.cpp149 stats.opcode_hist[SpvOpFSub] = 400; in TEST()
154 hist[SpvOpFMul][SpvOpFSub] = 300; in TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dfolding_rules.cpp451 if (op_inst->opcode() == SpvOpFAdd || op_inst->opcode() == SpvOpFSub || in MergeNegateAddSubArithmetic()
476 inst->SetOpcode(HasFloatingPoint(type) ? SpvOpFSub : SpvOpISub); in MergeNegateAddSubArithmetic()
540 case SpvOpFSub: in PerformFloatingPointOperation()
1021 inst->SetOpcode(HasFloatingPoint(type) ? SpvOpFSub : SpvOpISub); in MergeAddNegateArithmetic()
1040 assert(inst->opcode() == SpvOpFSub || inst->opcode() == SpvOpISub); in MergeSubNegateArithmetic()
1151 if (other_inst->opcode() == SpvOpFSub || in MergeAddSubArithmetic()
1194 assert(inst->opcode() == SpvOpFSub || inst->opcode() == SpvOpISub); in MergeSubAddArithmetic()
1259 assert(inst->opcode() == SpvOpFSub || inst->opcode() == SpvOpISub); in MergeSubSubArithmetic()
1275 if (other_inst->opcode() == SpvOpFSub || in MergeSubSubArithmetic()
1328 if (sub_inst->opcode() != SpvOpFSub && sub_inst->opcode() != SpvOpISub) in MergeGenericAddendSub()
[all …]
Drelax_float_ops_pass.cpp106 SpvOpFSub, in Initialize()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dfolding_rules.cpp451 if (op_inst->opcode() == SpvOpFAdd || op_inst->opcode() == SpvOpFSub || in MergeNegateAddSubArithmetic()
476 inst->SetOpcode(HasFloatingPoint(type) ? SpvOpFSub : SpvOpISub); in MergeNegateAddSubArithmetic()
540 case SpvOpFSub: in PerformFloatingPointOperation()
1021 inst->SetOpcode(HasFloatingPoint(type) ? SpvOpFSub : SpvOpISub); in MergeAddNegateArithmetic()
1040 assert(inst->opcode() == SpvOpFSub || inst->opcode() == SpvOpISub); in MergeSubNegateArithmetic()
1151 if (other_inst->opcode() == SpvOpFSub || in MergeAddSubArithmetic()
1194 assert(inst->opcode() == SpvOpFSub || inst->opcode() == SpvOpISub); in MergeSubAddArithmetic()
1259 assert(inst->opcode() == SpvOpFSub || inst->opcode() == SpvOpISub); in MergeSubSubArithmetic()
1275 if (other_inst->opcode() == SpvOpFSub || in MergeSubSubArithmetic()
1328 if (sub_inst->opcode() != SpvOpFSub && sub_inst->opcode() != SpvOpISub) in MergeGenericAddendSub()
[all …]
Drelax_float_ops_pass.cpp106 SpvOpFSub, in Initialize()
/third_party/spirv-tools/source/opt/
Dfolding_rules.cpp459 if (op_inst->opcode() == SpvOpFAdd || op_inst->opcode() == SpvOpFSub || in MergeNegateAddSubArithmetic()
484 inst->SetOpcode(HasFloatingPoint(type) ? SpvOpFSub : SpvOpISub); in MergeNegateAddSubArithmetic()
548 case SpvOpFSub: in PerformFloatingPointOperation()
1029 inst->SetOpcode(HasFloatingPoint(type) ? SpvOpFSub : SpvOpISub); in MergeAddNegateArithmetic()
1048 assert(inst->opcode() == SpvOpFSub || inst->opcode() == SpvOpISub); in MergeSubNegateArithmetic()
1159 if (other_inst->opcode() == SpvOpFSub || in MergeAddSubArithmetic()
1202 assert(inst->opcode() == SpvOpFSub || inst->opcode() == SpvOpISub); in MergeSubAddArithmetic()
1267 assert(inst->opcode() == SpvOpFSub || inst->opcode() == SpvOpISub); in MergeSubSubArithmetic()
1283 if (other_inst->opcode() == SpvOpFSub || in MergeSubSubArithmetic()
1336 if (sub_inst->opcode() != SpvOpFSub && sub_inst->opcode() != SpvOpISub) in MergeGenericAddendSub()
[all …]
Drelax_float_ops_pass.cpp106 SpvOpFSub, in Initialize()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dtransformation_add_no_contraction_decoration.cpp64 case SpvOpFSub: in IsArithmetic()
Dtransformation_add_relaxed_decoration.cpp88 case SpvOpFSub: in IsNumeric()
Dtransformation_wrap_vector_synonym.cpp191 case SpvOpFSub: in IsInstructionSupported()
Dtransformation_propagate_instruction_up.cpp247 case SpvOpFSub: in IsOpcodeSupported()
Dtransformation_add_synonym.cpp222 opcode = is_integral ? SpvOpISub : SpvOpFSub; in MakeSynonymousInstruction()
/third_party/spirv-tools/source/fuzz/
Dtransformation_add_no_contraction_decoration.cpp64 case SpvOpFSub: in IsArithmetic()
Dtransformation_add_relaxed_decoration.cpp88 case SpvOpFSub: in IsNumeric()
Dtransformation_wrap_vector_synonym.cpp191 case SpvOpFSub: in IsInstructionSupported()
Dtransformation_add_synonym.cpp222 opcode = is_integral ? SpvOpISub : SpvOpFSub; in MakeSynonymousInstruction()
Dtransformation_propagate_instruction_up.cpp247 case SpvOpFSub: in IsOpcodeSupported()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_add_no_contraction_decoration.cpp64 case SpvOpFSub: in IsArithmetic()
Dtransformation_add_relaxed_decoration.cpp88 case SpvOpFSub: in IsNumeric()
Dtransformation_wrap_vector_synonym.cpp191 case SpvOpFSub: in IsInstructionSupported()
Dtransformation_propagate_instruction_up.cpp247 case SpvOpFSub: in IsOpcodeSupported()
Dtransformation_add_synonym.cpp222 opcode = is_integral ? SpvOpISub : SpvOpFSub; in MakeSynonymousInstruction()
/third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/
Daggressive_dead_code_elim_pass.cpp332 SpvOpFSub, in InitCombinatorSets()
/third_party/spirv-tools/test/opt/
Dir_loader_test.cpp301 SpvOpFSub, SpvOpReturn})); in TEST()
348 SpvOpFSub, SpvOpLine, SpvOpReturn})); in TEST()
/third_party/skia/third_party/externals/spirv-tools/test/opt/
Dir_loader_test.cpp301 SpvOpFSub, SpvOpReturn})); in TEST()
348 SpvOpFSub, SpvOpLine, SpvOpReturn})); in TEST()

1234