/external/clang/test/CodeGen/ |
D | ms-declspecs.c | 15 void __declspec(nothrow) t22(); 16 void t22() {} in t22() function
|
D | attributes.c | 88 void __attribute__((section(".foo"))) t22(void); 89 void __attribute__((section(".bar"))) t22(void) {} in t22() function
|
D | asm.c | 175 unsigned char t22(unsigned char a, unsigned char b) { in t22() function
|
/external/llvm/test/Transforms/Reassociate/ |
D | mightymul.ll | 27 %t22 = mul i32 %t21, %t21 28 %t23 = mul i32 %t22, %t22
|
D | 2012-05-08-UndefLeak.ll | 34 %t22 = add i64 %t21, %t4 35 %t23 = add i64 %t22, %t5 69 %t57 = add i64 %t56, %t22
|
/external/llvm/test/Transforms/IndVarSimplify/ |
D | eliminate-rem.ll | 74 %t22 = phi i64 [ %t41, %bb21 ], [ 0, %bb20 ] ; <i64> [#uses=4] 78 %t26 = add nsw i64 %t24, %t22 ; <i64> [#uses=1] 80 %t28 = add nsw i64 %t25, %t22 ; <i64> [#uses=1] 82 %t30 = add nsw i64 %t27, %t22 ; <i64> [#uses=1] 93 %t41 = add nsw i64 %t22, 1 ; <i64> [#uses=2]
|
D | ashr-tripcount.ll | 64 %t22 = load i32* %t21, align 4 ; <i32> [#uses=1] 65 %t23 = zext i32 %t22 to i64 ; <i64> [#uses=1]
|
D | eliminate-max.ll | 48 …%t22 = call i32 (i8*, ...)* @printf(i8* noalias getelementptr inbounds ([4 x i8]* @0, i32 0, i32 0…
|
/external/llvm/test/Transforms/LoopStrengthReduce/ |
D | nonlinear-postinc.ll | 24 %t22 = lshr i33 %t21, 1 25 %t23 = trunc i33 %t22 to i32
|
/external/llvm/test/CodeGen/X86/ |
D | lsr-reuse.ll | 514 %t22 = phi i64 [ %t36, %bb32 ], [ 0, %bb19 ] ; <i64> [#uses=21] 516 %t24 = sub i64 %arg6, %t22 ; <i64> [#uses=4] 517 %t25 = getelementptr float* %arg4, i64 %t22 ; <float*> [#uses=4] 518 %t26 = getelementptr float* %arg, i64 %t22 ; <float*> [#uses=3] 533 %t36 = add i64 %t22, 1 ; <i64> [#uses=1] 569 %t62 = add i64 %t22, 16 ; <i64> [#uses=1] 570 %t63 = add i64 %t22, 4 ; <i64> [#uses=1] 571 %t64 = add i64 %t22, 8 ; <i64> [#uses=1] 572 %t65 = add i64 %t22, 12 ; <i64> [#uses=1] 574 %t67 = sub i64 %t66, %t22 ; <i64> [#uses=1] [all …]
|
D | lsr-delayed-fold.ll | 22 %t22 = icmp eq i32 %t19, %t ; <i1> [#uses=1] 24 br i1 %t22, label %bb24, label %bb15
|
D | vec_shuffle-15.ll | 53 define <2 x i64> @t22(<2 x i64> %a, <2 x i64> %b) nounwind {
|
/external/valgrind/main/VEX/orig_ppc32/ |
D | date.orig | 80 29: GETL R1, t22 81 30: ADDL $0x290, t22 82 31: STL t20, (t22) 285 30: GETL R4, t22 286 31: ADDL t20, t22 287 32: PUTL t22, R7 401 33: MOVL $0x6FFFFEFF, t22 402 34: PUTL t22, R29 979 27: GETL R11, t22 982 30: STL t22, (t24) [all …]
|
D | return0.orig | 80 29: GETL R1, t22 81 30: ADDL $0x290, t22 82 31: STL t20, (t22) 285 30: GETL R4, t22 286 31: ADDL t20, t22 287 32: PUTL t22, R7 401 33: MOVL $0x6FFFFEFF, t22 402 34: PUTL t22, R29 979 27: GETL R11, t22 982 30: STL t22, (t24) [all …]
|
/external/clang/test/Coverage/ |
D | c-language-features.inc | 120 double t22; ++t22; --t22;
|
/external/clang/test/SemaCXX/ |
D | type-traits.cpp | 322 int t22[F(__is_integral(double))]; in is_integral() local 351 int t22[F(__is_floating_point(long))]; in is_floating_point() local 379 int t22[T(__is_arithmetic(long))]; in is_arithmetic() local 411 int t22[T(__is_complete_type(long))]; in is_complete_type() local 435 int t22[F(__is_void(long))]; in is_void() local 465 int t22[F(__is_array(int))]; in is_array() local 504 int t22[F(__is_function(int))]; in is_function() local 577 int t22[T(__is_fundamental(long))]; in is_fundamental() local 627 int t22[F(__is_scalar(Union))]; in is_scalar() local 656 int t22[F(__is_compound(long double))]; in is_compound() local [all …]
|