/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | fold.cpp | 94 case SpvOp::SpvOpSRem: { in BinaryOperate() 109 int32_t rem = BinaryOperate(SpvOp::SpvOpSRem, a, b); in BinaryOperate() 313 case SpvOp::SpvOpSRem: in FoldBinaryIntegerOpToConstant() 602 case SpvOp::SpvOpSRem: in IsFoldableOpcode()
|
/third_party/spirv-tools/source/opt/ |
D | fold.cpp | 94 case SpvOp::SpvOpSRem: { in BinaryOperate() 109 int32_t rem = BinaryOperate(SpvOp::SpvOpSRem, a, b); in BinaryOperate() 313 case SpvOp::SpvOpSRem: in FoldBinaryIntegerOpToConstant() 602 case SpvOp::SpvOpSRem: in IsFoldableOpcode()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | fold.cpp | 94 case SpvOp::SpvOpSRem: { in BinaryOperate() 109 int32_t rem = BinaryOperate(SpvOp::SpvOpSRem, a, b); in BinaryOperate() 313 case SpvOp::SpvOpSRem: in FoldBinaryIntegerOpToConstant() 602 case SpvOp::SpvOpSRem: in IsFoldableOpcode()
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
D | transformation_add_no_contraction_decoration.cpp | 71 case SpvOpSRem: in IsArithmetic()
|
D | transformation_add_relaxed_decoration.cpp | 95 case SpvOpSRem: in IsNumeric()
|
D | transformation_propagate_instruction_up.cpp | 254 case SpvOpSRem: in IsOpcodeSupported()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | transformation_add_no_contraction_decoration.cpp | 71 case SpvOpSRem: in IsArithmetic()
|
D | transformation_add_relaxed_decoration.cpp | 95 case SpvOpSRem: in IsNumeric()
|
D | transformation_propagate_instruction_up.cpp | 254 case SpvOpSRem: in IsOpcodeSupported()
|
D | transformation_move_instruction_down.cpp | 183 case SpvOpSRem: in IsSimpleInstruction()
|
/third_party/spirv-tools/source/fuzz/ |
D | transformation_add_no_contraction_decoration.cpp | 71 case SpvOpSRem: in IsArithmetic()
|
D | transformation_add_relaxed_decoration.cpp | 95 case SpvOpSRem: in IsNumeric()
|
D | transformation_replace_id_with_synonym.cpp | 124 case SpvOpSRem: in IsAgnosticToSignednessOfOperand()
|
D | transformation_propagate_instruction_up.cpp | 254 case SpvOpSRem: in IsOpcodeSupported()
|
D | transformation_move_instruction_down.cpp | 183 case SpvOpSRem: in IsSimpleInstruction()
|
/third_party/spirv-tools/source/val/ |
D | validate_arithmetics.cpp | 89 case SpvOpSRem: in ArithmeticsPass() 92 (opcode != SpvOpIMul && opcode != SpvOpSRem && opcode != SpvOpSMod); in ArithmeticsPass()
|
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
D | validate_arithmetics.cpp | 89 case SpvOpSRem: in ArithmeticsPass() 92 (opcode != SpvOpIMul && opcode != SpvOpSRem && opcode != SpvOpSMod); in ArithmeticsPass()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_arithmetics.cpp | 89 case SpvOpSRem: in ArithmeticsPass() 92 (opcode != SpvOpIMul && opcode != SpvOpSRem && opcode != SpvOpSMod); in ArithmeticsPass()
|
/third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/ |
D | fold_spec_constant_op_and_composite_pass.cpp | 63 case SpvOp::SpvOpSRem: { in BinaryOperate() 74 int32_t rem = BinaryOperate(SpvOp::SpvOpSRem, a, b); in BinaryOperate()
|
D | aggressive_dead_code_elim_pass.cpp | 339 SpvOpSRem, in InitCombinatorSets()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/ |
D | opcode.cpp | 562 case SpvOpSRem: in spvOpcodeIsScalarizable()
|
/third_party/skia/src/sksl/ |
D | spirv.h | 701 SpvOpSRem = 138, enumerator
|
/third_party/spirv-tools/source/ |
D | opcode.cpp | 562 case SpvOpSRem: in spvOpcodeIsScalarizable()
|
/third_party/skia/third_party/externals/spirv-tools/source/ |
D | opcode.cpp | 562 case SpvOpSRem: in spvOpcodeIsScalarizable()
|
/third_party/flutter/skia/src/sksl/ |
D | spirv.h | 701 SpvOpSRem = 138, enumerator
|