Home
last modified time | relevance | path

Searched refs:SpvOpSLessThanEqual (Results 1 – 25 of 58) sorted by relevance

123

/external/deqp-deps/SPIRV-Tools/test/opt/loop_optimizations/
Dpeeling_pass.cpp44 case SpvOpSLessThanEqual: in AssembleAndRunPeelingTest()
366 run_test(SpvOpSLessThanEqual, "%32", "%int_4"); in TEST_F()
382 run_test(SpvOpSLessThanEqual, "%32", "%int_3"); in TEST_F()
400 run_test(SpvOpSLessThanEqual, "%32", "%int_16"); in TEST_F()
416 run_test(SpvOpSLessThanEqual, "%32", "%int_15"); in TEST_F()
443 run_test(SpvOpSLessThanEqual, "%int_5", "%32"); in TEST_F()
459 run_test(SpvOpSLessThanEqual, "%int_4", "%32"); in TEST_F()
477 run_test(SpvOpSLessThanEqual, "%int_17", "%32"); in TEST_F()
493 run_test(SpvOpSLessThanEqual, "%int_16", "%32"); in TEST_F()
576 auto stats = RunPeelingTest(text_head, text_tail, SpvOpSLessThanEqual, in TEST_F()
[all …]
/external/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/
Dpeeling_pass.cpp44 case SpvOpSLessThanEqual: in AssembleAndRunPeelingTest()
366 run_test(SpvOpSLessThanEqual, "%32", "%int_4"); in TEST_F()
382 run_test(SpvOpSLessThanEqual, "%32", "%int_3"); in TEST_F()
400 run_test(SpvOpSLessThanEqual, "%32", "%int_16"); in TEST_F()
416 run_test(SpvOpSLessThanEqual, "%32", "%int_15"); in TEST_F()
443 run_test(SpvOpSLessThanEqual, "%int_5", "%32"); in TEST_F()
459 run_test(SpvOpSLessThanEqual, "%int_4", "%32"); in TEST_F()
477 run_test(SpvOpSLessThanEqual, "%int_17", "%32"); in TEST_F()
493 run_test(SpvOpSLessThanEqual, "%int_16", "%32"); in TEST_F()
576 auto stats = RunPeelingTest(text_head, text_tail, SpvOpSLessThanEqual, in TEST_F()
[all …]
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_invert_comparison_operator.cpp90 case SpvOpSLessThanEqual: in IsInversionSupported()
120 return SpvOpSLessThanEqual; in InvertOpcode()
125 case SpvOpSLessThanEqual: in InvertOpcode()
Dtransformation_replace_id_with_synonym.cpp136 case SpvOpSLessThanEqual: in IsAgnosticToSignednessOfOperand()
Dtransformation_replace_boolean_constant_with_constant_binary.cpp74 case SpvOpSLessThanEqual: in signed_int_binop_evaluates_to()
Dtransformation_propagate_instruction_up.cpp294 case SpvOpSLessThanEqual: in IsOpcodeSupported()
Dfuzzer_pass_obfuscate_constants.cpp196 std::vector<SpvOp> less_than_opcodes{SpvOpSLessThan, SpvOpSLessThanEqual}; in ObfuscateBoolConstantViaSignedIntConstantPair()
/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dtransformation_invert_comparison_operator.cpp90 case SpvOpSLessThanEqual: in IsInversionSupported()
120 return SpvOpSLessThanEqual; in InvertOpcode()
125 case SpvOpSLessThanEqual: in InvertOpcode()
Dtransformation_replace_id_with_synonym.cpp136 case SpvOpSLessThanEqual: in IsAgnosticToSignednessOfOperand()
Dtransformation_replace_boolean_constant_with_constant_binary.cpp74 case SpvOpSLessThanEqual: in signed_int_binop_evaluates_to()
Dtransformation_propagate_instruction_up.cpp294 case SpvOpSLessThanEqual: in IsOpcodeSupported()
Dtransformation_move_instruction_down.cpp223 case SpvOpSLessThanEqual: in IsSimpleInstruction()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dfold.cpp191 case SpvOp::SpvOpSLessThanEqual: in BinaryOperate()
425 case SpvOp::SpvOpSLessThanEqual: in FoldBinaryIntegerOpToConstant()
599 case SpvOp::SpvOpSLessThanEqual: in IsFoldableOpcode()
Dloop_dependence_helpers.cpp60 case SpvOpSLessThanEqual: in GetLowerBound()
110 case SpvOpSLessThanEqual: in GetUpperBound()
Dloop_descriptor.cpp111 case SpvOp::SpvOpSLessThanEqual: in IsSupportedCondition()
136 case SpvOp::SpvOpSLessThanEqual: in GetResidualConditionValue()
812 case SpvOp::SpvOpSLessThanEqual: in GetIterations()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dfold.cpp191 case SpvOp::SpvOpSLessThanEqual: in BinaryOperate()
425 case SpvOp::SpvOpSLessThanEqual: in FoldBinaryIntegerOpToConstant()
599 case SpvOp::SpvOpSLessThanEqual: in IsFoldableOpcode()
Dloop_dependence_helpers.cpp60 case SpvOpSLessThanEqual: in GetLowerBound()
110 case SpvOpSLessThanEqual: in GetUpperBound()
Dloop_descriptor.cpp111 case SpvOp::SpvOpSLessThanEqual: in IsSupportedCondition()
136 case SpvOp::SpvOpSLessThanEqual: in GetResidualConditionValue()
812 case SpvOp::SpvOpSLessThanEqual: in GetIterations()
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_logicals.cpp238 case SpvOpSLessThanEqual: { in LogicalsPass()
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_logicals.cpp238 case SpvOpSLessThanEqual: { in LogicalsPass()
/external/swiftshader/third_party/SPIRV-Tools/test/fuzz/
Dtransformation_replace_boolean_constant_with_constant_binary_test.cpp192 std::vector<SpvOp> int_lt_opcodes = {SpvOpSLessThan, SpvOpSLessThanEqual}; in TEST()
/external/skia/src/sksl/
Dspirv.h741 SpvOpSLessThanEqual = 179, enumerator
/external/deqp-deps/SPIRV-Tools/test/fuzz/
Dtransformation_replace_boolean_constant_with_constant_binary_test.cpp192 std::vector<SpvOp> int_lt_opcodes = {SpvOpSLessThan, SpvOpSLessThanEqual}; in TEST()
/external/swiftshader/third_party/SPIRV-Tools/source/
Dopcode.cpp603 case SpvOpSLessThanEqual: in spvOpcodeIsScalarizable()
/external/deqp-deps/SPIRV-Tools/source/
Dopcode.cpp603 case SpvOpSLessThanEqual: in spvOpcodeIsScalarizable()

123