/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/swiftshader/third_party/llvm-7.0/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
|
D | fp-expr.ll | 26 %t15 = fsub fast half undef, undef 27 %t17 = fsub fast half undef, %t15
|
/external/clang/test/CodeGen/ |
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 | 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 | 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
|
/external/swiftshader/third_party/llvm-7.0/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
|
/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
|
/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…
|
/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/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Inline/ |
D | alloca-bonus.ll | 80 %t15 = add i32 %t14, 1 81 %t16 = add i32 %t15, 1 122 %t15 = add i32 %t14, 1 123 %t16 = add i32 %t15, 1
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/ScalarEvolution/ |
D | sext-mul.ll | 82 %t15 = getelementptr inbounds i32, i32* %arg3, i128 %t14 83 %t16 = load i32, i32* %t15, align 4 85 store i32 %t17, i32* %t15, align 4
|
/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/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/IndVarSimplify/ |
D | eliminate-max.ll | 44 %t15 = phi i32 [ %t13, %bb11 ], [ 0, %bb7 ] ; <i32> [#uses=1] 47 %t18 = add nsw i32 %t17, %t15 ; <i32> [#uses=2]
|