Home
last modified time | relevance | path

Searched refs:t13 (Results 1 – 25 of 67) sorted by relevance

123

/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dvec_ins_extract-1.ll7 %t13 = insertelement <4 x i32> %t8, i32 76, i32 %t7
8 %t9 = extractelement <4 x i32> %t13, i32 0
12 %t13 = insertelement <4 x i32> %t8, i32 76, i32 0
13 %t9 = extractelement <4 x i32> %t13, i32 %t7
18 %t13 = insertelement <4 x i32> %t8, i32 %t9, i32 0
19 ret <4 x i32> %t13
23 %t13 = insertelement <4 x i32> %t8, i32 %t9, i32 %t7
24 ret <4 x i32> %t13
Dcrash.ll228 %t12 = type { %t13*, %t13*, %t13* }
229 %t13 = type { %t14*, %t15, %t15 }
237 %t21 = type { %t13* }
270 %tmp25 = load %t13** %tmp3, align 4
271 %tmp26 = icmp eq %t13* %tmp25, undef
278 …EN9__gnu_cxx17__normal_iteratorIPS1_S3_EERKS1_(%t10* %tmp2, %t21* byval align 4 undef, %t13* undef)
283 %tmp30 = load %t13** %tmp3, align 4
287 %tmp32 = getelementptr inbounds %t13* %tmp30, i32 1
288 store %t13* %tmp32, %t13** %tmp3, align 4
298 store %t13* null, %t13** %tmp3, align 4
[all …]
Dlsr-delayed-fold.ll13 %t13 = sub i64 0, %arg5 ; <i64> [#uses=1]
14 %t14 = and i64 %t13, 4294967295 ; <i64> [#uses=1]
168 %t13 = select i1 %t12, i32 %t2, i32 %t7 ; <i32> [#uses=1]
172 store i32 %t13, i32* null
/external/llvm/test/CodeGen/X86/
Dvec_ins_extract-1.ll29 %t13 = insertelement <4 x i32> %t8, i32 76, i32 %t7
30 %t9 = extractelement <4 x i32> %t13, i32 0
57 %t13 = insertelement <4 x i32> %t8, i32 76, i32 0
58 %t9 = extractelement <4 x i32> %t13, i32 %t7
82 %t13 = insertelement <4 x i32> %t8, i32 %t9, i32 0
83 ret <4 x i32> %t13
108 %t13 = insertelement <4 x i32> %t8, i32 %t9, i32 %t7
109 ret <4 x i32> %t13
Dcrash.ll229 %t12 = type { %t13*, %t13*, %t13* }
230 %t13 = type { %t14*, %t15, %t15 }
238 %t21 = type { %t13* }
271 %tmp25 = load %t13*, %t13** %tmp3, align 4
272 %tmp26 = icmp eq %t13* %tmp25, undef
279 …EN9__gnu_cxx17__normal_iteratorIPS1_S3_EERKS1_(%t10* %tmp2, %t21* byval align 4 undef, %t13* undef)
284 %tmp30 = load %t13*, %t13** %tmp3, align 4
288 %tmp32 = getelementptr inbounds %t13, %t13* %tmp30, i32 1
289 store %t13* %tmp32, %t13** %tmp3, align 4
299 store %t13* null, %t13** %tmp3, align 4
[all …]
Dlsr-delayed-fold.ll13 %t13 = sub i64 0, %arg5 ; <i64> [#uses=1]
14 %t14 = and i64 %t13, 4294967295 ; <i64> [#uses=1]
168 %t13 = select i1 %t12, i32 %t2, i32 %t7 ; <i32> [#uses=1]
172 store i32 %t13, i32* null
/external/compiler-rt/test/asan/TestCases/Posix/
Dstack-overflow.cc37 int t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13; in recursive_func()
51 t13 = z13; in recursive_func()
66 z13 = t13; in recursive_func()
/external/llvm/test/Transforms/Reassociate/
Dmightymul.ll18 %t13 = mul i32 %t12, %t12
19 %t14 = mul i32 %t13, %t13
Dfast-mightymul.ll18 %t13 = fmul fast float %t12, %t12
19 %t14 = fmul fast float %t13, %t13
D2012-05-08-UndefLeak.ll25 %t13 = add i64 %x0, 14
43 %t31 = add i64 %t30, %t13
60 %t48 = add i64 %t47, %t13
/external/clang/test/CodeGen/
Darm-aapcs-zerolength-bitfield.c124 struct t13 struct
130 static int arr13_offset[(offsetof(struct t13, bar) == 4) ? 0 : -1]; argument
131 static int arr13_sizeof[(sizeof(struct t13) == 8) ? 0 : -1];
Darm-apcs-zerolength-bitfield.c128 struct t13 struct
134 static int arr13_offset[(offsetof(struct t13, bar) == 4) ? 0 : -1]; argument
135 static int arr13_sizeof[(sizeof(struct t13) == 8) ? 0 : -1];
Dms_struct-bitfield.c176 } ATTR t13; variable
177 int s13 = sizeof(t13);
Dattributes.c9 struct s0 t13 __attribute__((section("SECT"))) = { 0 }; variable
/external/clang/test/CodeGenCXX/
Daarch64-aapcs-zerolength-bitfield.cpp125 struct t13 struct
131 static_assert(offsetof(struct t13, bar) == 8); argument
132 static_assert(sizeof(struct t13) == 16);
/external/llvm/test/Transforms/Inline/
Dalloca-bonus.ll74 %t13 = add i32 %t12, 1
75 %t14 = add i32 %t13, 1
115 %t13 = add i32 %t12, 1
116 %t14 = add i32 %t13, 1
/external/llvm/test/Transforms/SLPVectorizer/X86/
Dunreachable.ll34 %t13 = getelementptr inbounds i32, i32* %x, i64 2
35 store i32 %t3.0, i32* %t13, align 4
/external/clang/test/Coverage/
Dc-language-features.inc108 int t13 = va_arg(ap, int);
111 int t14 = __extension__(t13);
112 int t15 = +t13;
/external/llvm/test/Transforms/LoopSimplify/
Dmerge-exits.ll46 %t13 = fdiv float %peakCount.0, %distERBhi.0
47 ret float %t13
/external/swiftshader/third_party/LLVM/test/Transforms/LoopSimplify/
Dmerge-exits.ll42 %t13 = fdiv float %peakCount.0, %distERBhi.0 ; <float> [#uses=1]
43 ret float %t13
/external/llvm/test/Transforms/IndVarSimplify/
Deliminate-max.ll35 %t13 = select i1 %t12, i32 255, i32 %t9 ; <i32> [#uses=1]
39 %t15 = phi i32 [ %t13, %bb11 ], [ 0, %bb7 ] ; <i32> [#uses=1]
/external/swiftshader/third_party/LLVM/test/Transforms/IndVarSimplify/
Deliminate-max.ll35 %t13 = select i1 %t12, i32 255, i32 %t9 ; <i32> [#uses=1]
39 %t15 = phi i32 [ %t13, %bb11 ], [ 0, %bb7 ] ; <i32> [#uses=1]
/external/clang/test/SemaCXX/
Dtype-traits.cpp411 int t13[T(__is_integral(unsigned long))]; in is_integral() local
434 int t13[F(__is_floating_point(signed char))]; in is_floating_point() local
462 int t13[T(__is_arithmetic(signed char))]; in is_arithmetic() local
494 int t13[T(__is_complete_type(signed char))]; in is_complete_type() local
518 int t13[F(__is_void(bool))]; in is_void() local
548 int t13[F(__is_array(double))]; in is_array() local
587 int t13[F(__is_function(double))]; in is_function() local
645 int t13[F(__is_rvalue_reference(void * const &))]; in is_rvalue_reference() local
660 int t13[T(__is_fundamental(signed char))]; in is_fundamental() local
711 int t13[T(__is_scalar(long))]; in is_scalar() local
[all …]
/external/clang/test/Analysis/
Dfree.c63 void t13 () { in t13() function
/external/clang/test/Parser/
Dms-inline-asm.c56 void t13() {

123