/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmTrinaryMinMaxTests.cpp | 133 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/ |
D | scalar_sse_minmax.ll | 46 define <4 x float> @max3(float %x, float %y) { 47 ; CHECK-LABEL: max3
|
/external/llvm/test/CodeGen/X86/ |
D | scalar_sse_minmax.ll | 46 define <4 x float> @max3(float %x, float %y) { 47 ; CHECK-LABEL: max3
|
/external/llvm-project/flang/test/Evaluate/ |
D | folding07.f90 | 202 max3 = maxexponent(0._3), & variable 208 logical, parameter :: test_max3 = max3 == 127
|
/external/llvm/test/Transforms/InstSimplify/ |
D | maxmin.ll | 24 define i1 @max3(i32 %x, i32 %y) { 25 ; CHECK-LABEL: @max3(
|
/external/llvm-project/llvm/test/Transforms/InstSimplify/ |
D | maxmin.ll | 24 define i1 @max3(i32 %x, i32 %y) { 25 ; CHECK-LABEL: @max3(
|
/external/llvm-project/llvm/test/Transforms/SLPVectorizer/AMDGPU/ |
D | reduction.ll | 567 %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/ |
D | fmax3.ll | 99 ; Checks whether the test passes; performMinMaxCombine() should not optimize vector patterns of max3
|
/external/mesa3d/src/amd/compiler/ |
D | aco_optimizer.cpp | 2304 …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/ |
D | fast-math.ll | 771 define double @max3(double %a, double %b) { 775 ; CHECK-LABEL: max3(
|
/external/llvm-project/llvm/test/Transforms/InstCombine/ |
D | fast-math.ll | 848 define double @max3(double %a, double %b) { 849 ; CHECK-LABEL: @max3(
|
/external/webp/src/dsp/ |
D | dec_neon.c | 700 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/ |
D | builtin_functions.cpp | 1189 B1(max3) 7360 ir_expression *max3 = max2(x, max2(y,z)); in _max3() local 7361 body.emit(ret(max3)); in _max3()
|