Home
last modified time | relevance | path

Searched refs:t20 (Results 1 – 25 of 40) sorted by relevance

12

/external/llvm/test/Transforms/Reassociate/
Dmightymul.ll25 %t20 = mul i32 %t19, %t19
26 %t21 = mul i32 %t20, %t20
Dfast-mightymul.ll25 %t20 = fmul fast float %t19, %t19
26 %t21 = fmul fast float %t20, %t20
D2012-05-08-UndefLeak.ll32 %t20 = add i64 %t19, %t2
33 %t21 = add i64 %t20, %t3
67 %t55 = add i64 %t54, %t20
/external/clang/test/CodeGen/
Darm-aapcs-zerolength-bitfield.c199 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];
Darm-apcs-zerolength-bitfield.c203 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];
Dattributes.c74 void t20(void) { in t20() function
Dlibcalls-fno-builtin.c114 long double t20(char **x) { return strtold("123.4", x); } in t20() function
Dasm.c154 double t20(double x) { in t20() function
/external/clang/test/CodeGenCXX/
Daarch64-aapcs-zerolength-bitfield.cpp200 struct t20 struct
207 static_assert(offsetof(struct t20, bar) == 8); argument
208 static_assert(sizeof(struct t20) == 16);
/external/skia/tests/
DPathOpsQuadIntersectionTest.cpp470 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()
DPathOpsCubicIntersectionTest.cpp578 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/
Dnonlinear-postinc.ll22 %t20 = zext i32 %t19 to i33
23 %t21 = mul i33 %t18, %t20
/external/llvm/test/Transforms/LoopStrengthReduce/
Dnonlinear-postinc.ll22 %t20 = zext i32 %t19 to i33
23 %t21 = mul i33 %t18, %t20
/external/llvm/test/CodeGen/Hexagon/
DAtomics.ll12 %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/
Dc-language-features.inc118 char *t20; ++t20; --t20;
/external/llvm/test/Transforms/IndVarSimplify/
Deliminate-max.ll44 %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/
Deliminate-max.ll44 %t20 = icmp slt i32 %t19, 1000000000 ; <i1> [#uses=1]
45 br i1 %t20, label %bb1, label %bb21
/external/clang/test/SemaCXX/
Dtype-traits.cpp441 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/
Dgeo_transformations.cpp264 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/
Dfunction.c91 void t20(int i...) { } // expected-error {{requires a comma}} in t20() function
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dinsert-positions.ll56 %i13 = phi i32 [ %t20, %bb18 ], [ 0, %entry ] ; <i32> [#uses=2]
66 %t20 = add i32 %t19, %i12 ; <i32> [#uses=1]
Dsibcall.ll319 define double @t20(double %x) nounwind {
321 ; 32: t20:
325 ; 64: t20:
/external/llvm/test/CodeGen/X86/
Dinsert-positions.ll56 %i13 = phi i32 [ %t20, %bb18 ], [ 0, %entry ] ; <i32> [#uses=2]
66 %t20 = add i32 %t19, %i12 ; <i32> [#uses=1]
Dsibcall.ll395 define double @t20(double %x) nounwind {
397 ; 32-LABEL: t20:
401 ; 64-LABEL: t20:
404 ; X32ABI-LABEL: t20:
/external/llvm/test/Transforms/Inline/
Dalloca-bonus.ll81 %t20 = add i32 %t19, 1
122 %t20 = add i32 %t19, 1

12