/external/llvm/test/Transforms/Reassociate/ |
D | mightymul.ll | 25 %t20 = mul i32 %t19, %t19 26 %t21 = mul i32 %t20, %t20
|
D | fast-mightymul.ll | 25 %t20 = fmul fast float %t19, %t19 26 %t21 = fmul fast float %t20, %t20
|
D | 2012-05-08-UndefLeak.ll | 32 %t20 = add i64 %t19, %t2 33 %t21 = add i64 %t20, %t3 67 %t55 = add i64 %t54, %t20
|
/external/clang/test/CodeGen/ |
D | arm-aapcs-zerolength-bitfield.c | 199 struct t20 struct 206 static int arr20_offset[(offsetof(struct t20, bar) == 4) ? 0 : -1]; argument 207 static int arr20_sizeof[(sizeof(struct t20) == 8) ? 0 : -1];
|
D | arm-apcs-zerolength-bitfield.c | 203 struct t20 struct 210 static int arr20_offset[(offsetof(struct t20, bar) == 4) ? 0 : -1]; argument 211 static int arr20_sizeof[(sizeof(struct t20) == 8) ? 0 : -1];
|
D | attributes.c | 74 void t20(void) { in t20() function
|
D | libcalls-fno-builtin.c | 114 long double t20(char **x) { return strtold("123.4", x); } in t20() function
|
D | asm.c | 154 double t20(double x) { in t20() function
|
/external/clang/test/CodeGenCXX/ |
D | aarch64-aapcs-zerolength-bitfield.cpp | 200 struct t20 struct 207 static_assert(offsetof(struct t20, bar) == 8); argument 208 static_assert(sizeof(struct t20) == 16);
|
/external/skia/tests/ |
D | PathOpsQuadIntersectionTest.cpp | 470 double t20 = t2Seed - t2Step * 2; in intersectionFinder() local 485 test = quad2.ptAtT(t20); in intersectionFinder() 486 t20 += t2[1].approximatelyEqual(test) ? -t2Step : t2Step; in intersectionFinder() 497 t10, t1Seed, t12, t20, t2Seed, t22); in intersectionFinder() 503 SkDPoint p20 = quad2.ptAtT(t20); in intersectionFinder()
|
D | PathOpsCubicIntersectionTest.cpp | 578 double t20 = t2Seed - t2Step * 2; in intersectionFinder() local 593 test = c2.ptAtT(t20); in intersectionFinder() 594 t20 += t2[1].approximatelyEqual(test) ? -t2Step : t2Step; in intersectionFinder() 605 t10, t1Seed, t12, t20, t2Seed, t22); in intersectionFinder() 611 SkDPoint p20 = c2.ptAtT(t20); in intersectionFinder()
|
/external/swiftshader/third_party/LLVM/test/Transforms/LoopStrengthReduce/ |
D | nonlinear-postinc.ll | 22 %t20 = zext i32 %t19 to i33 23 %t21 = mul i33 %t18, %t20
|
/external/llvm/test/Transforms/LoopStrengthReduce/ |
D | nonlinear-postinc.ll | 22 %t20 = zext i32 %t19 to i33 23 %t21 = mul i33 %t18, %t20
|
/external/llvm/test/CodeGen/Hexagon/ |
D | Atomics.ll | 12 %t20 = atomicrmw or i32* @si, i32 1 monotonic 36 %t20 = atomicrmw or i32* @si, i32 11 monotonic 37 store i32 %t20, i32* @si, align 4
|
/external/clang/test/Coverage/ |
D | c-language-features.inc | 118 char *t20; ++t20; --t20;
|
/external/llvm/test/Transforms/IndVarSimplify/ |
D | eliminate-max.ll | 44 %t20 = icmp slt i32 %t19, 1000000000 ; <i1> [#uses=1] 45 br i1 %t20, label %bb1, label %bb21
|
/external/swiftshader/third_party/LLVM/test/Transforms/IndVarSimplify/ |
D | eliminate-max.ll | 44 %t20 = icmp slt i32 %t19, 1000000000 ; <i1> [#uses=1] 45 br i1 %t20, label %bb1, label %bb21
|
/external/clang/test/SemaCXX/ |
D | type-traits.cpp | 441 int t20[F(__is_floating_point(int))]; in is_floating_point() local 469 int t20[T(__is_arithmetic(int))]; in is_arithmetic() local 501 int t20[T(__is_complete_type(int))]; in is_complete_type() local 525 int t20[F(__is_void(int))]; in is_void() local 555 int t20[F(__is_array(short))]; in is_array() local 594 int t20[F(__is_function(short))]; in is_function() local 667 int t20[T(__is_fundamental(int))]; in is_fundamental() local 717 int t20[F(__is_scalar(void))]; in is_scalar() local 746 int t20[F(__is_compound(float))]; in is_compound() local 783 int t20[F(__is_pointer(void))]; in is_pointer() local [all …]
|
/external/eigen/test/ |
D | geo_transformations.cpp | 264 Transform2 t20, t21; in transformations() local 271 VERIFY_IS_APPROX(t20.fromPositionOrientationScale(v20,a,v21).matrix(), in transformations() 276 VERIFY( (t20.fromPositionOrientationScale(v20,a,v21) in transformations() 452 t20 = Translation2(v20) * (R0 * Eigen::Scaling(s0)); in transformations() 454 VERIFY_IS_APPROX(t20,t21); in transformations() 456 t20 = Translation2(v20) * (R0 * R0.inverse() * Eigen::Scaling(s0)); in transformations() 458 VERIFY_IS_APPROX(t20,t21); in transformations()
|
/external/clang/test/Sema/ |
D | function.c | 91 void t20(int i...) { } // expected-error {{requires a comma}} in t20() function
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | insert-positions.ll | 56 %i13 = phi i32 [ %t20, %bb18 ], [ 0, %entry ] ; <i32> [#uses=2] 66 %t20 = add i32 %t19, %i12 ; <i32> [#uses=1]
|
D | sibcall.ll | 319 define double @t20(double %x) nounwind { 321 ; 32: t20: 325 ; 64: t20:
|
/external/llvm/test/CodeGen/X86/ |
D | insert-positions.ll | 56 %i13 = phi i32 [ %t20, %bb18 ], [ 0, %entry ] ; <i32> [#uses=2] 66 %t20 = add i32 %t19, %i12 ; <i32> [#uses=1]
|
D | sibcall.ll | 395 define double @t20(double %x) nounwind { 397 ; 32-LABEL: t20: 401 ; 64-LABEL: t20: 404 ; X32ABI-LABEL: t20:
|
/external/llvm/test/Transforms/Inline/ |
D | alloca-bonus.ll | 81 %t20 = add i32 %t19, 1 122 %t20 = add i32 %t19, 1
|