/external/llvm-project/llvm/test/Transforms/NaryReassociate/ |
D | pr24301.ll | 18 ; do not rewrite %t23 against %t13 because %t13 is already deleted 19 %t23 = add i32 %t21, -128 20 ret i32 %t23 38 %t23 = add i32 %t21, -128; => reassociated to t13 + 119 39 %res = add i32 %t14, %t23
|
/external/llvm-project/llvm/test/Transforms/InstCombine/ |
D | fpextend.ll | 21 %t23 = fpext float %y to double 22 %t5 = fmul double %t1, %t23 33 %t23 = fpext float %y to double 34 %t5 = fdiv double %t1, %t23 139 %t23 = fpext half %y to double 140 %t5 = fmul double %t1, %t23 152 %t23 = fpext float %y to double 153 %t5 = fmul double %t1, %t23 190 %t23 = fpext float %y to double 191 %t5 = fdiv double %t1, %t23 [all …]
|
/external/llvm/test/Transforms/Reassociate/ |
D | mightymul.ll | 28 %t23 = mul i32 %t22, %t22 29 %t24 = mul i32 %t23, %t23
|
D | fast-mightymul.ll | 28 %t23 = fmul fast float %t22, %t22 29 %t24 = fmul fast float %t23, %t23
|
D | 2012-05-08-UndefLeak.ll | 35 %t23 = add i64 %t22, %t5 36 %t24 = add i64 %t23, %t6 70 %t58 = add i64 %t57, %t23
|
/external/llvm-project/llvm/test/Transforms/Reassociate/ |
D | mightymul.ll | 28 %t23 = mul i32 %t22, %t22 29 %t24 = mul i32 %t23, %t23
|
D | fast-mightymul.ll | 28 %t23 = fmul fast float %t22, %t22 29 %t24 = fmul fast float %t23, %t23
|
D | fp-expr.ll | 13 %t23 = fsub fast <4 x float> undef, %t1 14 %t24 = fadd fast <4 x float> %t23, undef
|
D | 2012-05-08-UndefLeak.ll | 35 %t23 = add i64 %t22, %t5 36 %t24 = add i64 %t23, %t6 70 %t58 = add i64 %t57, %t23
|
/external/llvm-project/llvm/test/Transforms/LoopStrengthReduce/ |
D | nonlinear-postinc.ll | 25 %t23 = trunc i33 %t22 to i32 26 %t24 = sub i32 %t17, %t23
|
/external/llvm/test/Transforms/LoopStrengthReduce/ |
D | nonlinear-postinc.ll | 25 %t23 = trunc i33 %t22 to i32 26 %t24 = sub i32 %t17, %t23
|
/external/clang/test/Coverage/ |
D | c-language-features.inc | 121 long double t23; ++t23; --t23;
|
/external/llvm-project/llvm/test/Transforms/LoopVectorize/ |
D | reduction-order.ll | 29 %t23 = phi i32 [ 0, %t16 ], [ %t24, %t20 ] 30 %t24 = add i32 3, %t23
|
/external/llvm-project/clang/test/Coverage/ |
D | c-language-features.inc | 123 long double t23; ++t23; --t23;
|
/external/clang/test/SemaCXX/ |
D | type-traits.cpp | 415 int t23[F(__is_integral(long double))]; in is_integral() local 444 int t23[F(__is_floating_point(unsigned long))]; in is_floating_point() local 472 int t23[T(__is_arithmetic(unsigned long))]; in is_arithmetic() local 504 int t23[T(__is_complete_type(unsigned long))]; in is_complete_type() local 528 int t23[F(__is_void(unsigned long))]; in is_void() local 558 int t23[F(__is_array(unsigned int))]; in is_array() local 597 int t23[F(__is_function(unsigned int))]; in is_function() local 670 int t23[T(__is_fundamental(unsigned long))]; in is_fundamental() local 720 int t23[F(__is_scalar(UnionAr))]; in is_scalar() local 749 int t23[F(__is_compound(bool))]; in is_compound() local [all …]
|
/external/llvm-project/llvm/test/CodeGen/Hexagon/ |
D | rdf-filter-defs.ll | 66 %t23 = load i32, i32* %t22, align 4 67 %t24 = icmp ult i32 %t23, %t19 81 %t28 = icmp ugt i32 %t23, 15 100 %t34 = phi i32 [ %t26, %b9 ], [ %t23, %b10 ]
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | highbd_vpx_convolve8_neon.c | 368 uint16x8_t d01, d23, t01, t23; in vpx_highbd_convolve8_avg_horiz_neon() local 399 t23 = vcombine_u16(vqrshrun_n_s32(d2, 7), vqrshrun_n_s32(d3, 7)); in vpx_highbd_convolve8_avg_horiz_neon() 401 t23 = vminq_u16(t23, max); in vpx_highbd_convolve8_avg_horiz_neon() 402 transpose_u16_4x4q(&t01, &t23); in vpx_highbd_convolve8_avg_horiz_neon() 409 d23 = vrhaddq_u16(d23, t23); in vpx_highbd_convolve8_avg_horiz_neon() 771 uint16x8_t d01, d23, t01, t23; in vpx_highbd_convolve8_avg_vert_neon() local 812 t23 = vcombine_u16(vqrshrun_n_s32(d2, 7), vqrshrun_n_s32(d3, 7)); in vpx_highbd_convolve8_avg_vert_neon() 814 t23 = vminq_u16(t23, max); in vpx_highbd_convolve8_avg_vert_neon() 821 d23 = vrhaddq_u16(d23, t23); in vpx_highbd_convolve8_avg_vert_neon()
|
/external/llvm-project/llvm/test/Transforms/SLPVectorizer/X86/ |
D | vec_list_bias.ll | 73 %t23 = load i32, i32* %t22, align 4 74 %t24 = add nsw i32 %t23, %t21 75 %t25 = sub nsw i32 %t21, %t23
|
D | PR34635.ll | 77 %t23 = icmp slt i32 %t22, %t20 78 %t24 = select i1 %t23, i32 %t22, i32 %t20 79 %t25 = select i1 %t23, i32 3, i32 %t21
|
D | reorder_repeated_ops.ll | 70 %t23 = sub nsw i32 undef, %t4 71 %t24 = sub i32 %t23, undef
|
/external/llvm-project/clang/test/CodeGen/ |
D | attributes.c | 101 void __attribute__((nocf_check)) t23(void) {} in t23() function
|
/external/llvm-project/clang/test/SemaCXX/ |
D | type-traits.cpp | 471 int t23[F(__is_integral(long double))]; in is_integral() local 500 int t23[F(__is_floating_point(unsigned long))]; in is_floating_point() local 607 int t23[T(__is_arithmetic(unsigned long))]; in is_arithmetic() local 636 int t23[T(__is_complete_type(unsigned long))]; in is_complete_type() local 660 int t23[F(__is_void(unsigned long))]; in is_void() local 690 int t23[F(__is_array(unsigned int))]; in is_array() local 729 int t23[F(__is_function(unsigned int))]; in is_function() local 802 int t23[T(__is_fundamental(unsigned long))]; in is_fundamental() local 853 int t23[F(__is_scalar(UnionAr))]; in is_scalar() local 882 int t23[F(__is_compound(bool))]; in is_compound() local [all …]
|
/external/llvm-project/llvm/test/CodeGen/AMDGPU/ |
D | trunc-bitcast-vector.ll | 52 ; t23: i64 = bitcast t21 53 ; t30: i16 = truncate t23
|
/external/llvm/test/Transforms/IndVarSimplify/ |
D | eliminate-rem.ll | 75 %t23 = phi i32 [ %t40, %bb21 ], [ %t18, %bb20 ] ; <i32> [#uses=1] 84 %t32 = zext i32 %t23 to i64 ; <i64> [#uses=1]
|
/external/clang/test/CodeGen/ |
D | libcalls-fno-builtin.c | 126 long int t23(char **x) { return strtoul("1234", x, 10); } in t23() function
|