Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/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/OpenCL-CTS/test_conformance/clcpp/common_funcs/
Dcommon_funcs.hpp65 IN3 max3() in max3() function
193 IN3 max3() in max3() function
/external/OpenCL-CTS/test_conformance/clcpp/utils_test/
Dternary.hpp86 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/
Dkernel.h189 #define max3(x, y, z) max((typeof(x))max(x, y), z) macro
/external/llvm/test/Transforms/InstSimplify/
Dmaxmin.ll24 define i1 @max3(i32 %x, i32 %y) {
25 ; CHECK-LABEL: @max3(
/external/OpenCL-CTS/test_conformance/clcpp/integer_funcs/
Dnumeric_funcs.hpp219 IN3 max3() in max3() function
298 IN3 max3() in max3() function
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstSimplify/
Dmaxmin.ll24 define i1 @max3(i32 %x, i32 %y) {
25 ; CHECK-LABEL: @max3(
/external/OpenCL-CTS/test_conformance/clcpp/math_funcs/
Dcommon.hpp259 cl_float max3() \
/external/swiftshader/third_party/llvm-7.0/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
651 %max3 = select i1 %cmp3, half %elt3, half %max2
653 ret half %max3
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/
Dfmax3.ll93 ; 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/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/u-boot/drivers/mtd/nand/raw/
Ddenali.c1055 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/
Dfast-math.ll1050 define double @max3(double %a, double %b) {
1051 ; CHECK-LABEL: @max3(
/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()