Home
last modified time | relevance | path

Searched refs:t15 (Results 1 – 25 of 93) sorted by relevance

1234

/external/llvm/test/Transforms/Reassociate/
Dmightymul.ll20 %t15 = mul i32 %t14, %t14
21 %t16 = mul i32 %t15, %t15
Dfast-mightymul.ll20 %t15 = fmul fast float %t14, %t14
21 %t16 = fmul fast float %t15, %t15
D2012-05-08-UndefLeak.ll27 %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/
Dmightymul.ll20 %t15 = mul i32 %t14, %t14
21 %t16 = mul i32 %t15, %t15
Dfast-mightymul.ll20 %t15 = fmul fast float %t14, %t14
21 %t16 = fmul fast float %t15, %t15
D2012-05-08-UndefLeak.ll27 %t15 = add i64 %x0, 16
45 %t33 = add i64 %t32, %t15
62 %t50 = add i64 %t49, %t15
Dfp-expr.ll26 %t15 = fsub fast half undef, undef
27 %t17 = fsub fast half undef, %t15
/external/clang/test/CodeGen/
Darm-apcs-zerolength-bitfield.c153 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];
Darm-aapcs-zerolength-bitfield.c149 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];
Dattributes.c34 int __attribute__((weak_import)) t15(void);
36 return t15() + t16; in t17()
/external/clang/test/CodeGenCXX/
Daarch64-aapcs-zerolength-bitfield.cpp150 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/
Dsubreg-to-reg-6.ll20 %t15 = and i64 %a, 4294967295
21 ret i64 %t15
Dfast-isel-gep.ll10 %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/
Dsubreg-to-reg-6.ll20 %t15 = and i64 %a, 4294967295
21 ret i64 %t15
Dfast-isel-gep.ll10 %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/
Dsubreg-to-reg-6.ll20 %t15 = and i64 %a, 4294967295
21 ret i64 %t15
Dfast-isel-gep.ll10 %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/
Dthread-specifier.c61 __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/
Dalloca-bonus.ll76 %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/
Dc-language-features.inc112 int t15 = +t13;
113 unsigned t16 = t14 ^ t15;
114 int t17 = t14 % t15;
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Inline/
Dalloca-bonus.ll80 %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/
Dsext-mul.ll82 %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/
Deliminate-max.ll39 %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/
Deliminate-max.ll39 %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/
Deliminate-max.ll44 %t15 = phi i32 [ %t13, %bb11 ], [ 0, %bb7 ] ; <i32> [#uses=1]
47 %t18 = add nsw i32 %t17, %t15 ; <i32> [#uses=2]

1234