Home
last modified time | relevance | path

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

123456

/external/llvm-project/llvm/test/Transforms/InstCombine/
D2007-12-18-AddSelCmpSub.ll12 %t15 = sub i32 99, %a
13 %t16 = icmp slt i32 %t15, 0
14 %smax = select i1 %t16, i32 0, i32 %t15
27 %t15 = sub i32 99, %a
28 %t16 = icmp slt i32 %t15, 0
29 %smax = select i1 %t16, i32 0, i32 %t15
40 %t15 = sub i32 99, %a
42 %smax = select i1 %t16, i32 0, i32 %t15
/external/llvm-project/clang/test/CodeGen/
Dcmse-clear-arg.c62 T15 t15; variable
66 g15_0(t15); in f15_0()
80 g15_1(0, 1, 2, t15); in f15_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];
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];
Dattributes.c34 int __attribute__((weak_import)) t15(void);
36 return t15() + t16; in t17()
/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/llvm-project/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
Dfp-expr.ll26 %t15 = fsub fast half undef, undef
27 %t17 = fsub fast half undef, %t15
D2012-05-08-UndefLeak.ll27 %t15 = add i64 %x0, 16
45 %t33 = add i64 %t32, %t15
62 %t50 = add i64 %t49, %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/llvm-project/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/llvm-project/llvm/test/Transforms/CodeGenPrepare/ARM/
Ddead-gep.ll16 %t15 = select i1 %t14, i32* undef, i32* undef
17 %t16 = load i32, i32* %t15, align 4
/external/llvm-project/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
Dcallbr-asm-bb-exports.ll14 ; CHECK-NEXT: t15: ch = CopyToReg t0, Register:i32 %1, t13
15 ; CHECK-NEXT: t17: ch = TokenFactor t12, 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/llvm-project/clang/test/Sema/
Dthread-specifier.c70 __thread int t15; // expected-note {{previous definition is here}} \ variable
72 extern int t15; // expected-error {{non-thread-local declaration of 't15' follows thread-local decl…
/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…

123456