/external/llvm/test/Transforms/Reassociate/ |
D | mightymul.ll | 27 %t22 = mul i32 %t21, %t21 28 %t23 = mul i32 %t22, %t22
|
D | fast-mightymul.ll | 27 %t22 = fmul fast float %t21, %t21 28 %t23 = fmul fast float %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/clang/test/CodeGen/ |
D | ms-declspecs.c | 26 void __declspec(nothrow) t22(); 27 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 | 122 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/clang/test/CodeGenCXX/ |
D | aarch64-aapcs-zerolength-bitfield.cpp | 237 struct t22 struct 243 static_assert(alignof(struct t22) == 2); argument 244 static_assert(offsetof(struct t22, bar) == 2);
|
/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, 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], [4 x i8]* @0, i32…
|
/external/swiftshader/third_party/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/skia/tests/ |
D | PathOpsQuadIntersectionTest.cpp | 471 double t22 = t2Seed + t2Step * 2; in intersectionFinder() local 491 test = quad2.ptAtT(t22); in intersectionFinder() 492 t22 -= t2[1].approximatelyEqual(test) ? -t2Step : t2Step; in intersectionFinder() 497 t10, t1Seed, t12, t20, t2Seed, t22); in intersectionFinder() 505 SkDPoint p22 = quad2.ptAtT(t22); in intersectionFinder()
|
D | PathOpsCubicIntersectionTest.cpp | 579 double t22 = t2Seed + t2Step * 2; in intersectionFinder() local 599 test = c2.ptAtT(t22); in intersectionFinder() 600 t22 -= t2[1].approximatelyEqual(test) ? -t2Step : t2Step; in intersectionFinder() 605 t10, t1Seed, t12, t20, t2Seed, t22); in intersectionFinder() 613 SkDPoint p22 = c2.ptAtT(t22); in intersectionFinder()
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | lsr-reuse.ll | 513 %t22 = phi i64 [ %t36, %bb32 ], [ 0, %bb19 ] ; <i64> [#uses=21] 515 %t24 = sub i64 %arg6, %t22 ; <i64> [#uses=4] 516 %t25 = getelementptr float* %arg4, i64 %t22 ; <float*> [#uses=4] 517 %t26 = getelementptr float* %arg, i64 %t22 ; <float*> [#uses=3] 532 %t36 = add i64 %t22, 1 ; <i64> [#uses=1] 568 %t62 = add i64 %t22, 16 ; <i64> [#uses=1] 569 %t63 = add i64 %t22, 4 ; <i64> [#uses=1] 570 %t64 = add i64 %t22, 8 ; <i64> [#uses=1] 571 %t65 = add i64 %t22, 12 ; <i64> [#uses=1] 573 %t67 = sub i64 %t66, %t22 ; <i64> [#uses=1] [all …]
|
/external/swiftshader/third_party/LLVM/test/Transforms/LoopStrengthReduce/ |
D | nonlinear-postinc.ll | 24 %t22 = lshr i33 %t21, 1 25 %t23 = trunc i33 %t22 to i32
|
/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, float* %arg4, i64 %t22 ; <float*> [#uses=4] 518 %t26 = getelementptr float, 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
|
/external/clang/test/Coverage/ |
D | c-language-features.inc | 120 double t22; ++t22; --t22;
|
/external/clang/test/SemaCXX/ |
D | type-traits.cpp | 414 int t22[F(__is_integral(double))]; in is_integral() local 443 int t22[F(__is_floating_point(long))]; in is_floating_point() local 471 int t22[T(__is_arithmetic(long))]; in is_arithmetic() local 503 int t22[T(__is_complete_type(long))]; in is_complete_type() local 527 int t22[F(__is_void(long))]; in is_void() local 557 int t22[F(__is_array(int))]; in is_array() local 596 int t22[F(__is_function(int))]; in is_function() local 669 int t22[T(__is_fundamental(long))]; in is_fundamental() local 719 int t22[F(__is_scalar(Union))]; in is_scalar() local 748 int t22[F(__is_compound(long double))]; in is_compound() local [all …]
|
/external/llvm/test/Transforms/LoopReroll/ |
D | indvar_with_ext.ll | 7 %t22 = load float, float* %arrayidx172, align 4 23 ;CHECK-NEXT: %mul65.i = fmul fast float %t2, %t22 37 %mul65.i = fmul fast float %t2, %t22 45 %mul75.i = fmul fast float %t5, %t22
|
/external/clang/test/Sema/ |
D | function.c | 110 void t22(int *ptr, int (*array)[3]) { in t22() function
|