/external/swiftshader/third_party/llvm-7.0/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/OpenCL-CTS/test_conformance/clcpp/common_funcs/ |
D | common_funcs.hpp | 65 IN3 max3() in max3() function 193 IN3 max3() in max3() function
|
/external/OpenCL-CTS/test_conformance/clcpp/utils_test/ |
D | ternary.hpp | 86 IN3 max3() in max3() function 284 … std::vector<INPUT3> input3 = generate_input<INPUT3>(count, op.min3(), op.max3(), in3_spec_cases); in test_ternary_func()
|
/external/u-boot/include/linux/ |
D | kernel.h | 189 #define max3(x, y, z) max((typeof(x))max(x, y), z) macro
|
/external/llvm/test/Transforms/InstSimplify/ |
D | maxmin.ll | 24 define i1 @max3(i32 %x, i32 %y) { 25 ; CHECK-LABEL: @max3(
|
/external/OpenCL-CTS/test_conformance/clcpp/integer_funcs/ |
D | numeric_funcs.hpp | 219 IN3 max3() in max3() function 298 IN3 max3() in max3() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstSimplify/ |
D | maxmin.ll | 24 define i1 @max3(i32 %x, i32 %y) { 25 ; CHECK-LABEL: @max3(
|
/external/OpenCL-CTS/test_conformance/clcpp/math_funcs/ |
D | common.hpp | 259 cl_float max3() \
|
/external/swiftshader/third_party/llvm-7.0/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 651 %max3 = select i1 %cmp3, half %elt3, half %max2 653 ret half %max3
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/ |
D | fmax3.ll | 93 ; 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/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/u-boot/drivers/mtd/nand/raw/ |
D | denali.c | 1055 cs_setup = max3((int)DIV_ROUND_UP(timings->tCS_min, t_x) - rdwr_en_lo, in denali_setup_data_interface()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/ |
D | fast-math.ll | 1050 define double @max3(double %a, double %b) { 1051 ; CHECK-LABEL: @max3(
|
/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()
|