Home
last modified time | relevance | path

Searched refs:max3 (Results 1 – 13 of 13) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmTrinaryMinMaxTests.cpp133 T max3(T op1, T op2, T op3) in max3() function
203 … const void* in1, const void* in2, const void* in3) { runOpFunc<deInt8> (max3<deInt8>, out, in1… in maxInt8()
206 …const void* in1, const void* in2, const void* in3) { runOpFunc<deUint8> (max3<deUint8>, out, in… in maxUint8()
209 …const void* in1, const void* in2, const void* in3) { runOpFunc<deInt16> (max3<deInt16>, out, in… in maxInt16()
212 …const void* in1, const void* in2, const void* in3) { runOpFunc<deUint16> (max3<deUint16>, out, in… in maxUint16()
215 …const void* in1, const void* in2, const void* in3) { runOpFunc<deInt32> (max3<deInt32>, out, in… in maxInt32()
218 …const void* in1, const void* in2, const void* in3) { runOpFunc<deUint32> (max3<deUint32>, out, in… in maxUint32()
221 …const void* in1, const void* in2, const void* in3) { runOpFunc<deInt64> (max3<deInt64>, out, in… in maxInt64()
224 …const void* in1, const void* in2, const void* in3) { runOpFunc<deUint64> (max3<deUint64>, out, in… in maxUint64()
227 …st void* in1, const void* in2, const void* in3) { runOpFunc<tcu::Float16>(max3<tcu::Float16>, out,… in maxFloat16()
[all …]
/external/llvm-project/llvm/test/CodeGen/X86/
Dscalar_sse_minmax.ll46 define <4 x float> @max3(float %x, float %y) {
47 ; CHECK-LABEL: max3
/external/llvm/test/CodeGen/X86/
Dscalar_sse_minmax.ll46 define <4 x float> @max3(float %x, float %y) {
47 ; CHECK-LABEL: max3
/external/llvm-project/flang/test/Evaluate/
Dfolding07.f90202 max3 = maxexponent(0._3), & variable
208 logical, parameter :: test_max3 = max3 == 127
/external/llvm/test/Transforms/InstSimplify/
Dmaxmin.ll24 define i1 @max3(i32 %x, i32 %y) {
25 ; CHECK-LABEL: @max3(
/external/llvm-project/llvm/test/Transforms/InstSimplify/
Dmaxmin.ll24 define i1 @max3(i32 %x, i32 %y) {
25 ; CHECK-LABEL: @max3(
/external/llvm-project/llvm/test/Transforms/SLPVectorizer/AMDGPU/
Dreduction.ll567 %max3 = select i1 %cmp3, i16 %elt3, i16 %max2
569 ret i16 %max3
609 %max3 = select i1 %cmp3, i16 %elt3, i16 %max2
611 ret i16 %max3
642 %max3 = select i1 %cmp3, half %elt3, half %max2
644 ret half %max3
/external/llvm-project/llvm/test/CodeGen/AMDGPU/
Dfmax3.ll99 ; Checks whether the test passes; performMinMaxCombine() should not optimize vector patterns of max3
/external/mesa3d/src/amd/compiler/
Daco_optimizer.cpp2304 …pcode op, aco_opcode *min, aco_opcode *max, aco_opcode *min3, aco_opcode *max3, aco_opcode *med3, … in get_minmax_info() argument
2315 *max3 = aco_opcode::v_max3_##type;\ in get_minmax_info()
2898 aco_opcode min, max, min3, max3, med3; in combine_instruction() local
2900 if (get_minmax_info(instr->opcode, &min, &max, &min3, &max3, &med3, &some_gfx9_only) && in combine_instruction()
2902 …combine_minmax(ctx, instr, instr->opcode == min ? max : min, instr->opcode == min ? min3 : max3)) ; in combine_instruction()
/external/llvm/test/Transforms/InstCombine/
Dfast-math.ll771 define double @max3(double %a, double %b) {
775 ; CHECK-LABEL: max3(
/external/llvm-project/llvm/test/Transforms/InstCombine/
Dfast-math.ll848 define double @max3(double %a, double %b) {
849 ; CHECK-LABEL: @max3(
/external/webp/src/dsp/
Ddec_neon.c700 const uint8x16_t max3 = vmaxq_u8(a_q2_q1, a_q1_q0); in NeedsFilter2_NEON() local
702 const uint8x16_t max123 = vmaxq_u8(max12, max3); in NeedsFilter2_NEON()
/external/mesa3d/src/compiler/glsl/
Dbuiltin_functions.cpp1189 B1(max3)
7360 ir_expression *max3 = max2(x, max2(y,z)); in _max3() local
7361 body.emit(ret(max3)); in _max3()