/external/llvm/test/Transforms/Reassociate/ |
D | mightymul.ll | 24 %t19 = mul i32 %t18, %t18 25 %t20 = mul i32 %t19, %t19
|
D | 2012-05-08-UndefLeak.ll | 31 %t19 = add i64 %t18, %t1 32 %t20 = add i64 %t19, %t2 66 %t54 = add i64 %t53, %t19
|
/external/llvm/test/Transforms/InstCombine/ |
D | 2012-12-14-simp-vgep.ll | 8 %t19 = zext <4 x i1> %t18 to <4 x i32> 9 ret <4 x i32> %t19
|
D | disable-simplify-libcalls.ll | 194 define float @t19(i8** %y) { 195 ; CHECK-LABEL: @t19(
|
/external/clang/test/CodeGen/ |
D | arm-aapcs-zerolength-bitfield.c | 188 struct t19 struct 196 static int arr19_offset[(offsetof(struct t19, bar) == 8) ? 0 : -1]; argument 197 static int arr19_sizeof[(sizeof(struct t19) == 12) ? 0 : -1];
|
D | arm-apcs-zerolength-bitfield.c | 192 struct t19 struct 200 static int arr19_offset[(offsetof(struct t19, bar) == 8) ? 0 : -1]; argument 201 static int arr19_sizeof[(sizeof(struct t19) == 12) ? 0 : -1];
|
D | attributes.c | 66 extern int t19(void) __attribute__((weak_import)); 67 int t19(void) { in t19() function
|
D | libcalls-fno-builtin.c | 103 float t19(char **x) { return strtof("123.4", x); } in t19() function
|
D | asm.c | 144 int t19(unsigned data) { in t19() function
|
/external/llvm/test/Transforms/IndVarSimplify/ |
D | eliminate-max.ll | 17 %t = phi i32 [ 0, %bb ], [ %t19, %bb14 ] ; <i32> [#uses=5] 43 %t19 = add nsw i32 %t, 1 ; <i32> [#uses=2] 44 %t20 = icmp slt i32 %t19, 1000000000 ; <i1> [#uses=1]
|
D | eliminate-rem.ll | 67 %t19 = icmp sgt i64 %arg1, 0 ; <i1> [#uses=1] 68 br i1 %t19, label %bb20, label %bb44
|
D | ashr-tripcount.ll | 61 %t19 = or i32 %i.05, 2 ; <i32> [#uses=1] 62 %t20 = sext i32 %t19 to i64 ; <i64> [#uses=1]
|
/external/llvm/test/Transforms/LoopStrengthReduce/ |
D | nonlinear-postinc.ll | 21 %t19 = add i32 %t2, -1 22 %t20 = zext i32 %t19 to i33
|
/external/llvm/test/Transforms/Inline/ |
D | alloca-bonus.ll | 80 %t19 = add i32 %t18, 1 81 %t20 = add i32 %t19, 1 121 %t19 = add i32 %t18, 1 122 %t20 = add i32 %t19, 1
|
/external/clang/test/Sema/ |
D | function.c | 86 unknown_type t19(int* P) { // expected-error {{unknown type name 'unknown_type'}} in t19() function
|
/external/clang/test/SemaCXX/ |
D | type-traits.cpp | 374 int t19[F(__is_floating_point(unsigned short))]; in is_floating_point() local 402 int t19[T(__is_arithmetic(unsigned short))]; in is_arithmetic() local 434 int t19[T(__is_complete_type(unsigned short))]; in is_complete_type() local 458 int t19[F(__is_void(unsigned short))]; in is_void() local 488 int t19[F(__is_array(wchar_t))]; in is_array() local 527 int t19[F(__is_function(wchar_t))]; in is_function() local 600 int t19[T(__is_fundamental(unsigned short))]; in is_fundamental() local 749 int t19[F(__is_member_object_pointer(Enum*))]; in is_member_object_pointer() local 785 int t19[F(__is_member_function_pointer(Enum*))]; in is_member_function_pointer() local 822 int t19[F(__is_member_pointer(IntArNB*))]; in is_member_pointer() local [all …]
|
/external/clang/test/Coverage/ |
D | c-language-features.inc | 117 int t19 = t18 ? 0 : 1; 122 int t24 = !t19;
|
/external/llvm/test/CodeGen/X86/ |
D | ms-inline-asm.ll | 74 define void @t19() nounwind { 78 ; CHECK-LABEL: t19:
|
D | insert-positions.ll | 65 %t19 = add i32 %i13, %t9 ; <i32> [#uses=1] 66 %t20 = add i32 %t19, %i12 ; <i32> [#uses=1]
|
D | sibcall.ll | 306 define void @t19() alignstack(32) nounwind { 308 ; CHECK-LABEL: t19:
|
D | lsr-delayed-fold.ll | 21 %t19 = trunc i64 %t18 to i32 ; <i32> [#uses=1] 22 %t22 = icmp eq i32 %t19, %t ; <i1> [#uses=1]
|
/external/llvm/test/CodeGen/R600/ |
D | llvm.SI.resinfo.ll | 68 %t19 = add i32 %t16, %t17 69 %e12 = add i32 %t18, %t19
|
D | llvm.SI.sampled.ll | 99 %t19 = fadd float %t16, %t17 100 %e12 = fadd float %t18, %t19
|
D | llvm.SI.sample.ll | 99 %t19 = fadd float %t16, %t17 100 %e12 = fadd float %t18, %t19
|
/external/pixman/demos/ |
D | quad2quad.c | 24 t19, t20, t21, t22, t23, t24, t25, t26, t27, t28, t29, t30, t31, t32, t33, t34, in quad_to_quad() local 135 t19 = px3 * py2 * x3; in quad_to_quad() 138 t21 = t20 + t19 + t18; in quad_to_quad() 146 t27 = x2 * (t26 + t19); in quad_to_quad() 269 t123 = (t19 + t122) * y2; in quad_to_quad() 518 t310 = (t309 + t19 + t51) * y2; in quad_to_quad() 672 t429 = t20 + t19; in quad_to_quad() 1027 + t29 * (t647 + t357 + t20 + t19 + t18) + t645; in quad_to_quad() 1032 t656 = t309 + t19; in quad_to_quad() 1422 t938 = (t19 + t689) * y2; in quad_to_quad() [all …]
|