/external/clang/test/CodeGen/ |
D | ms-declspecs.c | 20 void __declspec(nothrow) t22(); 21 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 | libcalls-fno-builtin.c | 115 long int t22(char **x) { return strtoll("1234", x, 10); } 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/skia/tests/ |
D | PathOpsQuadIntersectionTest.cpp | 458 double t22 = t2Seed + t2Step * 2; in intersectionFinder() local 478 test = quad2.ptAtT(t22); in intersectionFinder() 479 t22 -= t2[1].approximatelyEqual(test) ? -t2Step : t2Step; in intersectionFinder() 484 t10, t1Seed, t12, t20, t2Seed, t22); in intersectionFinder() 492 SkDPoint p22 = quad2.ptAtT(t22); in intersectionFinder()
|
D | PathOpsCubicIntersectionTest.cpp | 493 double t22 = t2Seed + t2Step * 2; in intersectionFinder() local 513 test = cubic2.ptAtT(t22); in intersectionFinder() 514 t22 -= t2[1].approximatelyEqual(test) ? -t2Step : t2Step; in intersectionFinder() 519 t10, t1Seed, t12, t20, t2Seed, t22); in intersectionFinder() 527 SkDPoint p22 = cubic2.ptAtT(t22); in intersectionFinder()
|
/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 | 348 int t22[F(__is_integral(double))]; in is_integral() local 377 int t22[F(__is_floating_point(long))]; in is_floating_point() local 405 int t22[T(__is_arithmetic(long))]; in is_arithmetic() local 437 int t22[T(__is_complete_type(long))]; in is_complete_type() local 461 int t22[F(__is_void(long))]; in is_void() local 491 int t22[F(__is_array(int))]; in is_array() local 530 int t22[F(__is_function(int))]; in is_function() local 603 int t22[T(__is_fundamental(long))]; in is_fundamental() local 653 int t22[F(__is_scalar(Union))]; in is_scalar() local 682 int t22[F(__is_compound(long double))]; in is_compound() local [all …]
|
/external/clang/test/Sema/ |
D | function.c | 110 void t22(int *ptr, int (*array)[3]) { in t22() function
|
/external/chromium_org/third_party/sqlite/src/test/ |
D | triggerC.test | 232 CREATE TABLE t22(x); 234 CREATE TRIGGER t22a AFTER INSERT ON t22 BEGIN 235 INSERT INTO t22 SELECT x + (SELECT max(x) FROM t22) FROM t22; 237 CREATE TRIGGER t22b BEFORE INSERT ON t22 BEGIN 238 SELECT CASE WHEN (SELECT count(*) FROM t22) >= 100 243 INSERT INTO t22 VALUES(1); 244 SELECT count(*) FROM t22;
|
D | join.test | 551 CREATE TABLE t22(p,q); 552 CREATE INDEX i22 ON t22(q); 553 SELECT a FROM t21 LEFT JOIN t22 ON b=p WHERE q= 554 (SELECT max(m.q) FROM t22 m JOIN t21 n ON n.b=m.p WHERE n.c=1);
|
/external/llvm/test/CodeGen/R600/ |
D | llvm.SI.resinfo.ll | 72 %t22 = extractelement <4 x i32> %res13, i32 3 74 %e13 = add i32 %t22, %t23
|
D | llvm.SI.sampled.ll | 103 %t22 = extractelement <4 x float> %res13, i32 3 105 %e13 = fadd float %t22, %t23
|
D | llvm.SI.sample.ll | 103 %t22 = extractelement <4 x float> %res13, i32 3 105 %e13 = fadd float %t22, %t23
|