/external/llvm/test/Transforms/Reassociate/ |
D | mightymul.ll | 20 %t15 = mul i32 %t14, %t14 21 %t16 = mul i32 %t15, %t15
|
D | fast-mightymul.ll | 20 %t15 = fmul fast float %t14, %t14 21 %t16 = fmul fast float %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/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()
|
/external/clang/test/CodeGenCXX/ |
D | aarch64-aapcs-zerolength-bitfield.cpp | 150 struct t15 struct 159 static_assert(offsetof(struct t15, bar) == 4); argument 160 static_assert(sizeof(struct t15) == 8);
|
/external/swiftshader/third_party/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: t15: 252 ; 64: 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, i32* %t9 ; <i32> [#uses=1] 11 ret i32 %t15 24 %t15 = load i32, i32* %t9 ; <i32> [#uses=1] 25 ret i32 %t15
|
D | sibcall.ll | 304 define void @t15(%struct.foo* noalias sret %agg.result) nounwind { 305 ; 32-LABEL: t15: 309 ; 64-LABEL: t15: 313 ; X32ABI-LABEL: t15:
|
/external/clang/test/Sema/ |
D | thread-specifier.c | 61 __thread int t15; // expected-note {{previous definition 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
|
/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]
|
/external/swiftshader/third_party/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]
|
/external/clang/test/Analysis/ |
D | free.c | 72 void t15 () { in t15() function
|
/external/swiftshader/third_party/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/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 | 520 int t15[F(__is_void(signed char))]; in is_void() local 550 int t15[F(__is_array(bool))]; in is_array() local 589 int t15[F(__is_function(bool))]; in is_function() local 647 int t15[F(__is_rvalue_reference(const int))]; in is_rvalue_reference() local 713 int t15[T(__is_scalar(Enum))]; in is_scalar() local 811 int t15[F(__is_member_object_pointer(int*))]; in is_member_object_pointer() local 847 int t15[F(__is_member_function_pointer(int*))]; in is_member_function_pointer() local 884 int t15[F(__is_member_pointer(int**))]; in is_member_pointer() local 924 int t15[T(__is_const(const unsigned long))]; in is_const() local 973 int t15[T(__is_volatile(volatile unsigned long))]; in is_volatile() local [all …]
|
/external/llvm/test/CodeGen/ARM/ |
D | v7k-libcalls.ll | 148 define i16 @t15(double %x) { 149 ; CHECK-LABEL: t15:
|
D | fast-isel-ldr-str-thumb-neg-index.ll | 129 define void @t15(i16* nocapture %ptr) nounwind { 131 ; THUMB: t15
|