/external/llvm/test/Transforms/Reassociate/ |
D | mightymul.ll | 20 %t15 = mul i32 %t14, %t14 21 %t16 = mul i32 %t15, %t15
|
D | 2012-05-08-UndefLeak.ll | 27 %t15 = add i64 %x0, 16 45 %t33 = add i64 %t32, %t15 62 %t50 = add i64 %t49, %t15
|
/external/llvm/test/CodeGen/X86/ |
D | subreg-to-reg-6.ll | 20 %t15 = and i64 %a, 4294967295 21 ret i64 %t15
|
D | fast-isel-gep.ll | 10 %t15 = load i32* %t9 ; <i32> [#uses=1] 11 ret i32 %t15 24 %t15 = load i32* %t9 ; <i32> [#uses=1] 25 ret i32 %t15
|
D | sibcall.ll | 247 define void @t15(%struct.foo* noalias sret %agg.result) nounwind { 248 ; 32-LABEL: t15: 252 ; 64-LABEL: t15:
|
/external/clang/test/CodeGen/ |
D | arm-aapcs-zerolength-bitfield.c | 149 struct t15 struct 158 static int arr15_offset[(offsetof(struct t15, bar) == 4) ? 0 : -1]; argument 159 static int arr15_sizeof[(sizeof(struct t15) == 8) ? 0 : -1];
|
D | arm-apcs-zerolength-bitfield.c | 153 struct t15 struct 162 static int arr15_offset[(offsetof(struct t15, bar) == 4) ? 0 : -1]; argument 163 static int arr15_sizeof[(sizeof(struct t15) == 8) ? 0 : -1];
|
D | attributes.c | 34 int __attribute__((weak_import)) t15(void); 36 return t15() + t16; in t17()
|
D | libcalls-fno-builtin.c | 87 size_t t15(void) { return strlen("foo"); } in t15() function
|
D | asm.c | 96 unsigned long t15(int x, struct large *P) { in t15() function
|
/external/clang/test/Sema/ |
D | thread-specifier.c | 61 __thread int t15; // expected-note {{previous declaration is here}} variable 62 extern int t15; // expected-error {{non-thread-local declaration of 't15' follows thread-local decl…
|
D | return-silent.c | 8 void t15() { in t15() function
|
D | return.c | 10 void t15() { in t15() function
|
/external/llvm/test/Transforms/Inline/ |
D | alloca-bonus.ll | 76 %t15 = add i32 %t14, 1 77 %t16 = add i32 %t15, 1 117 %t15 = add i32 %t14, 1 118 %t16 = add i32 %t15, 1
|
/external/clang/test/Coverage/ |
D | c-language-features.inc | 112 int t15 = +t13; 113 unsigned t16 = t14 ^ t15; 114 int t17 = t14 % t15;
|
/external/llvm/test/Transforms/IndVarSimplify/ |
D | eliminate-max.ll | 39 %t15 = phi i32 [ %t13, %bb11 ], [ 0, %bb7 ] ; <i32> [#uses=1] 42 %t18 = add nsw i32 %t17, %t15 ; <i32> [#uses=2]
|
D | ashr-tripcount.ll | 57 %t15 = load i32* %t14, align 4 ; <i32> [#uses=1] 58 %t16 = zext i32 %t15 to i64 ; <i64> [#uses=1]
|
/external/clang/test/Analysis/ |
D | free.c | 69 void t15 (char **x, int offset) { in t15() function
|
/external/llvm/test/Transforms/LoopStrengthReduce/ |
D | 2011-10-13-SCEVChain.ll | 95 %t15 = icmp ugt i32 %n15, -4 96 %m15 = select i1 %t15, i32 %n15, i32 -4
|
/external/clang/test/SemaCXX/ |
D | type-traits.cpp | 454 int t15[F(__is_void(signed char))]; in is_void() local 484 int t15[F(__is_array(bool))]; in is_array() local 523 int t15[F(__is_function(bool))]; in is_function() local 581 int t15[F(__is_rvalue_reference(const int))]; in is_rvalue_reference() local 647 int t15[T(__is_scalar(Enum))]; in is_scalar() local 745 int t15[F(__is_member_object_pointer(int*))]; in is_member_object_pointer() local 781 int t15[F(__is_member_function_pointer(int*))]; in is_member_function_pointer() local 818 int t15[F(__is_member_pointer(int**))]; in is_member_pointer() local 858 int t15[T(__is_const(const unsigned long))]; in is_const() local 907 int t15[T(__is_volatile(volatile unsigned long))]; in is_volatile() local [all …]
|
/external/llvm/test/CodeGen/R600/ |
D | llvm.SI.imageload.ll | 61 %t15 = add i32 %t12, %t13 62 %e11 = add i32 %t14, %t15
|
D | llvm.SI.resinfo.ll | 63 %t15 = add i32 %t12, %t13 64 %e11 = add i32 %t14, %t15
|
/external/llvm/test/CodeGen/ARM/ |
D | fast-isel-ldrh-strh-arm.ll | 141 define signext i8 @t15(i8* nocapture %a) nounwind uwtable readonly ssp { 143 ; ARM: t15
|
D | fast-isel-ldr-str-thumb-neg-index.ll | 129 define void @t15(i16* nocapture %ptr) nounwind { 131 ; THUMB: t15
|
/external/chromium_org/third_party/sqlite/src/test/ |
D | fts3cov.test | 398 CREATE VIRTUAL TABLE t15 USING fts4(a, b, c); 399 INSERT INTO t15 VALUES('abc def ghi', 'abc2 def2 ghi2', 'abc3 def3 ghi3'); 400 INSERT INTO t15 VALUES('abc2 def2 ghi2', 'abc2 def2 ghi2', 'abc def3 ghi3'); 403 SELECT rowid FROM t15 WHERE t15 MATCH '"abc* def2"'
|