Home
last modified time | relevance | path

Searched refs:t17 (Results 1 – 25 of 33) sorted by relevance

12

/external/llvm/test/Transforms/Reassociate/
Dmightymul.ll22 %t17 = mul i32 %t16, %t16
23 %t18 = mul i32 %t17, %t17
D2012-05-08-UndefLeak.ll29 %t17 = add i64 %x0, 18
30 %t18 = add i64 %t17, %t0
64 %t52 = add i64 %t51, %t17
/external/llvm/test/Transforms/InstCombine/
D2012-12-14-simp-vgep.ll6 %t17 = load <4 x i32*>* %in, align 8
7 %t18 = icmp eq <4 x i32*> %t17, zeroinitializer
/external/clang/test/CodeGen/
Darm-aapcs-zerolength-bitfield.c169 struct t17 struct
177 static int arr17_offset[(offsetof(struct t17, bar) == 4) ? 0 : -1]; argument
178 static int arr17_sizeof[(sizeof(struct t17) == 8) ? 0 : -1];
Darm-apcs-zerolength-bitfield.c173 struct t17 struct
181 static int arr17_offset[(offsetof(struct t17, bar) == 4) ? 0 : -1]; argument
182 static int arr17_sizeof[(sizeof(struct t17) == 8) ? 0 : -1];
Dattributes.c35 int t17() { in t17() function
Dlibcalls-fno-builtin.c95 size_t t17(char *x) { return strspn(x, ""); } in t17() function
Dasm.c123 void t17() { in t17() function
/external/clang/test/Sema/
Dthread-specifier.c67 extern thread_local int t17; // expected-note {{previous declaration is here}}
68 _Thread_local int t17; // expected-error {{thread-local declaration of 't17' with static initializa… variable
Dfunction.c80 fn_t t17; variable
/external/llvm/test/Transforms/LoopStrengthReduce/
Dnonlinear-postinc.ll19 %t17 = mul i32 %t2, %t16
26 %t24 = sub i32 %t17, %t23
/external/llvm/test/Transforms/Inline/
Dalloca-bonus.ll78 %t17 = add i32 %t16, 1
79 %t18 = add i32 %t17, 1
119 %t17 = add i32 %t16, 1
120 %t18 = add i32 %t17, 1
/external/llvm/test/Transforms/IndVarSimplify/
Deliminate-max.ll41 %t17 = add nsw i32 %t16, %t8 ; <i32> [#uses=1]
42 %t18 = add nsw i32 %t17, %t15 ; <i32> [#uses=2]
Deliminate-rem.ll65 %t17 = phi i64 [ %t46, %bb44 ], [ 0, %bb15 ] ; <i64> [#uses=1]
102 %t46 = add nsw i64 %t17, 1 ; <i64> [#uses=2]
Dashr-tripcount.ll59 %t17 = getelementptr float* %pow4_3_tab_ptr, i64 %t16 ; <float*> [#uses=1]
60 %t18 = load float* %t17, align 4 ; <float> [#uses=1]
/external/clang/test/SemaCXX/
Dtype-traits.cpp372 int t17[F(__is_floating_point(wchar_t))]; in is_floating_point() local
400 int t17[T(__is_arithmetic(wchar_t))]; in is_arithmetic() local
432 int t17[T(__is_complete_type(wchar_t))]; in is_complete_type() local
456 int t17[F(__is_void(wchar_t))]; in is_void() local
486 int t17[F(__is_array(signed char))]; in is_array() local
525 int t17[F(__is_function(signed char))]; in is_function() local
598 int t17[T(__is_fundamental(wchar_t))]; in is_fundamental() local
649 int t17[T(__is_scalar(cvoid*))]; in is_scalar() local
747 int t17[F(__is_member_object_pointer(ClassType*))]; in is_member_object_pointer() local
783 int t17[F(__is_member_function_pointer(ClassType*))]; in is_member_function_pointer() local
[all …]
/external/clang/test/PCH/
Dtypes.c68 typeof_17 *t17 = &int_value; variable
/external/llvm/test/CodeGen/X86/
Dlsr-delayed-fold.ll19 %t17 = mul i64 %t14, %t16 ; <i64> [#uses=1]
20 %t18 = add i64 undef, %t17 ; <i64> [#uses=1]
155 %t6 = phi i32 [ %t17, %bb16 ], [ 0, %bb3 ] ; <i32> [#uses=3]
176 %t17 = add i32 %t6, 1 ; <i32> [#uses=1]
Dinsert-positions.ll60 %t17 = phi i32 [ %i13, %outer ], [ undef, %inner ] ; <i32> [#uses=1]
61 store i32 %t17, i32* undef
Dsibcall.ll276 define void @t17() nounwind ssp {
278 ; 32-LABEL: t17:
281 ; 64-LABEL: t17:
/external/llvm/test/CodeGen/ARM/
Dfast-isel-ldr-str-thumb-neg-index.ll147 define void @t17(i8* nocapture %ptr) nounwind {
149 ; THUMB: t17
/external/llvm/test/CodeGen/R600/
Dllvm.SI.resinfo.ll66 %t17 = extractelement <4 x i32> %res12, i32 1
68 %t19 = add i32 %t16, %t17
Dllvm.SI.sampled.ll97 %t17 = extractelement <4 x float> %res12, i32 1
99 %t19 = fadd float %t16, %t17
Dllvm.SI.sample.ll97 %t17 = extractelement <4 x float> %res12, i32 1
99 %t19 = fadd float %t16, %t17
/external/chromium_org/third_party/sqlite/src/test/
Dfts3cov.test421 CREATE VIRTUAL TABLE t17 USING fts4;
422 INSERT INTO t17(content) VALUES('one one one');
426 SELECT * FROM t17 WHERE t17 MATCH 'one'

12