/external/compiler-rt/test/asan/TestCases/Posix/ |
D | stack-overflow.cc | 37 int t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13; in recursive_func() 50 t12 = z12; in recursive_func() 65 z12 = t12; in recursive_func()
|
/external/llvm/test/Transforms/Reassociate/ |
D | mightymul.ll | 17 %t12 = mul i32 %t11, %t11 18 %t13 = mul i32 %t12, %t12
|
D | fast-mightymul.ll | 17 %t12 = fmul fast float %t11, %t11 18 %t13 = fmul fast float %t12, %t12
|
D | 2012-05-08-UndefLeak.ll | 24 %t12 = add i64 %x0, 13 42 %t30 = add i64 %t29, %t12 59 %t47 = add i64 %t46, %t12
|
/external/clang/test/CodeGen/ |
D | arm-apcs-zerolength-bitfield.c | 117 struct t12 struct 125 static int arr12_offset[(offsetof(struct t12, bar) == 4) ? 0 : -1]; argument 126 static int arr12_sizeof[(sizeof(struct t12) == 8) ? 0 : -1];
|
D | arm-aapcs-zerolength-bitfield.c | 113 struct t12 struct 121 static int arr12_offset[(offsetof(struct t12, bar) == 8) ? 0 : -1]; argument 122 static int arr12_sizeof[(sizeof(struct t12) == 16) ? 0 : -1];
|
D | ms_struct-bitfield.c | 167 } ATTR t12; variable 168 int s12 = sizeof(t12);
|
/external/clang/test/CodeGenCXX/ |
D | aarch64-aapcs-zerolength-bitfield.cpp | 114 struct t12 struct 122 static_assert(offsetof(struct t12, bar) == 8); argument 123 static_assert(sizeof(struct t12) == 16);
|
/external/libaom/av1/common/arm/ |
D | wiener_convolve_neon.c | 194 uint8x8_t t8, t9, t10, t11, t12, t13, t14; in av1_wiener_convolve_add_src_neon() local 195 load_u8_8x8(s, src_stride, &t7, &t8, &t9, &t10, &t11, &t12, &t13, &t14); in av1_wiener_convolve_add_src_neon() 196 transpose_u8_8x8(&t7, &t8, &t9, &t10, &t11, &t12, &t13, &t14); in av1_wiener_convolve_add_src_neon() 204 HORZ_FILTERING_CORE(t6, t12, t7, t11, t8, t10, t9, res10) in av1_wiener_convolve_add_src_neon() 205 HORZ_FILTERING_CORE(t7, t13, t8, t12, t9, t11, t10, res11) in av1_wiener_convolve_add_src_neon() 216 t4 = t12; in av1_wiener_convolve_add_src_neon()
|
/external/llvm/test/Transforms/InstCombine/ |
D | 2009-07-02-MaskedIntVector.ll | 7 …%t12 = shufflevector <16 x i8> %0, <16 x i8> zeroinitializer, <16 x i32> <i32 0, i32 16, i32 0, i3… 8 %t11 = bitcast <16 x i8> %t12 to <2 x i64> ; <<2 x i64>> [#uses=1]
|
/external/skia/tests/ |
D | PathOpsQuadIntersectionTest.cpp | 478 double t12 = t1Seed + t1Step * 2; in intersectionFinder() local 489 test = quad1.ptAtT(t12); in intersectionFinder() 490 t12 -= t1[1].approximatelyEqual(test) ? -t1Step : t1Step; in intersectionFinder() 506 t10, t1Seed, t12, t20, t2Seed, t22); in intersectionFinder() 509 SkDPoint p12 = quad1.ptAtT(t12); in intersectionFinder()
|
D | PathOpsCubicIntersectionTest.cpp | 586 double t12 = t1Seed + t1Step * 2; in intersectionFinder() local 597 test = c1.ptAtT(t12); in intersectionFinder() 598 t12 -= t1[1].approximatelyEqual(test) ? -t1Step : t1Step; in intersectionFinder() 614 t10, t1Seed, t12, t20, t2Seed, t22); in intersectionFinder() 617 SkDPoint p12 = c1.ptAtT(t12); in intersectionFinder()
|
/external/clang/test/SemaCXX/ |
D | type-traits.cpp | 410 int t12[T(__is_integral(long))]; in is_integral() local 433 int t12[F(__is_floating_point(char))]; in is_floating_point() local 461 int t12[T(__is_arithmetic(char))]; in is_arithmetic() local 493 int t12[T(__is_complete_type(char))]; in is_complete_type() local 517 int t12[F(__is_void(long double))]; in is_void() local 547 int t12[F(__is_array(float))]; in is_array() local 586 int t12[F(__is_function(float))]; in is_function() local 620 int t12[F(__is_reference(void *))]; in is_reference() local 632 int t12[F(__is_lvalue_reference(void *))]; in is_lvalue_reference() local 644 int t12[F(__is_rvalue_reference(const int&))]; in is_rvalue_reference() local [all …]
|
/external/llvm/test/Transforms/SLPVectorizer/AArch64/ |
D | getelementptr.ll | 60 %t12 = load i32, i32* %arrayidx15, align 4 61 %add16 = add nsw i32 %add11, %t12 106 %t12 = load i32, i32* %arrayidx15, align 4 107 %add16 = add nsw i32 %add11, %t12
|
/external/llvm/test/Transforms/Inline/ |
D | alloca-bonus.ll | 73 %t12 = add i32 %t11, 1 74 %t13 = add i32 %t12, 1 114 %t12 = add i32 %t11, 1 115 %t13 = add i32 %t12, 1
|
/external/llvm/test/Transforms/SLPVectorizer/X86/ |
D | unreachable.ll | 32 %t12 = getelementptr inbounds i32, i32* %x, i64 1 33 store i32 %t2.0, i32* %t12, align 4
|
/external/llvm/test/Transforms/LoopSimplify/ |
D | merge-exits.ll | 42 %t12 = icmp sgt i32 %t11, %hiPart.0 43 br i1 %t12, label %bb, label %bb3
|
/external/llvm/test/CodeGen/ARM/ |
D | swift-ios.ll | 51 define swiftcc double @t12(double %a, double %b) { 53 ; CHECK-LABEL: t12:
|
/external/llvm/test/Transforms/IndVarSimplify/ |
D | eliminate-max.ll | 34 %t12 = icmp sgt i32 %t9, 255 ; <i1> [#uses=1] 35 %t13 = select i1 %t12, i32 255, i32 %t9 ; <i32> [#uses=1]
|
/external/llvm/test/CodeGen/PowerPC/ |
D | fast-isel-fold.ll | 122 define i64 @t12() nounwind { 123 ; ELF64: t12
|
/external/angle/third_party/vulkan-deps/glslang/src/Test/ |
D | hlsl.structbuffer.fn.frag | 17 StructuredBuffer<uint3> sbuf3 : register(t12);
|
/external/deqp-deps/glslang/Test/ |
D | hlsl.structbuffer.fn.frag | 17 StructuredBuffer<uint3> sbuf3 : register(t12);
|
/external/musl/src/math/ |
D | lgamma_r.c | 113 t12 = 3.15632070903625950361e-04, /* 0x3F34AF6D, 0x6C0EBBF7 */ variable 243 p1 = t0+w*(t3+w*(t6+w*(t9 +w*t12))); /* parallel comp */ in __lgamma_r()
|
D | lgammaf_r.c | 48 t12 = 3.1563205994e-04, /* 0x39a57b6b */ variable 178 p1 = t0+w*(t3+w*(t6+w*(t9 +w*t12))); /* parallel comp */ in __lgammaf_r()
|
/external/clang/test/Analysis/ |
D | free.c | 58 void t12 () { in t12() function
|