Home
last modified time | relevance | path

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

12

/minix3/external/bsd/llvm/dist/llvm/test/Transforms/Reassociate/
H A Dmightymul.ll20 %t15 = mul i32 %t14, %t14
21 %t16 = mul i32 %t15, %t15
H A Dfast-mightymul.ll20 %t15 = fmul fast float %t14, %t14
21 %t16 = fmul fast float %t15, %t15
H A D2012-05-08-UndefLeak.ll27 %t15 = add i64 %x0, 16
45 %t33 = add i64 %t32, %t15
62 %t50 = add i64 %t49, %t15
/minix3/external/bsd/llvm/dist/llvm/test/CodeGen/X86/
H A Dsubreg-to-reg-6.ll20 %t15 = and i64 %a, 4294967295
21 ret i64 %t15
H A 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
H A Dsibcall.ll247 define void @t15(%struct.foo* noalias sret %agg.result) nounwind {
248 ; 32-LABEL: t15:
252 ; 64-LABEL: t15:
/minix3/external/bsd/llvm/dist/clang/test/CodeGen/
H A Dattributes.c34 int __attribute__((weak_import)) t15(void);
36 return t15() + t16; in t17()
H A 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];
H A 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];
H A Dlibcalls-fno-builtin.c87 size_t t15(void) { return strlen("foo"); } in t15() function
H A Dasm.c96 unsigned long t15(int x, struct large *P) { in t15() function
/minix3/external/bsd/llvm/dist/clang/test/Sema/
H A 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…
H A Dreturn-silent.c8 void t15() { in t15() function
H A Dreturn.c10 void t15() { in t15() function
/minix3/external/bsd/llvm/dist/clang/test/Coverage/
H A Dc-language-features.inc112 int t15 = +t13;
113 unsigned t16 = t14 ^ t15;
114 int t17 = t14 % t15;
/minix3/external/bsd/llvm/dist/llvm/test/Transforms/Inline/
H A 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
/minix3/external/bsd/llvm/dist/llvm/test/Transforms/IndVarSimplify/
H A Deliminate-max.ll39 %t15 = phi i32 [ %t13, %bb11 ], [ 0, %bb7 ] ; <i32> [#uses=1]
42 %t18 = add nsw i32 %t17, %t15 ; <i32> [#uses=2]
H A Dashr-tripcount.ll57 %t15 = load i32* %t14, align 4 ; <i32> [#uses=1]
58 %t16 = zext i32 %t15 to i64 ; <i64> [#uses=1]
/minix3/external/bsd/llvm/dist/clang/test/Analysis/
H A Dfree.c69 void t15 (char **x, int offset) { in t15() function
/minix3/external/bsd/llvm/dist/llvm/test/Transforms/LoopStrengthReduce/
H A D2011-10-13-SCEVChain.ll95 %t15 = icmp ugt i32 %n15, -4
96 %m15 = select i1 %t15, i32 %n15, i32 -4
/minix3/external/bsd/llvm/dist/llvm/test/CodeGen/ARM/
H A Dfast-isel-ldrh-strh-arm.ll141 define signext i8 @t15(i8* nocapture %a) nounwind uwtable readonly ssp {
143 ; ARM: t15
H A Dfast-isel-ldr-str-thumb-neg-index.ll129 define void @t15(i16* nocapture %ptr) nounwind {
131 ; THUMB: t15
/minix3/external/bsd/llvm/dist/llvm/test/CodeGen/PowerPC/
H A Dfast-isel-load-store.ll169 define void @t15(i64 %v) nounwind uwtable ssp {
170 ; ELF64: t15
/minix3/external/bsd/llvm/dist/llvm/test/CodeGen/AArch64/
H A Darm64-addrmode.ll155 define void @t15(i64 %a) {
156 ; CHECK-LABEL: t15:
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Dtype-traits.cpp497 int t15[F(__is_void(signed char))]; in is_void() local
527 int t15[F(__is_array(bool))]; in is_array() local
566 int t15[F(__is_function(bool))]; in is_function() local
624 int t15[F(__is_rvalue_reference(const int))]; in is_rvalue_reference() local
690 int t15[T(__is_scalar(Enum))]; in is_scalar() local
788 int t15[F(__is_member_object_pointer(int*))]; in is_member_object_pointer() local
824 int t15[F(__is_member_function_pointer(int*))]; in is_member_function_pointer() local
861 int t15[F(__is_member_pointer(int**))]; in is_member_pointer() local
901 int t15[T(__is_const(const unsigned long))]; in is_const() local
950 int t15[T(__is_volatile(volatile unsigned long))]; in is_volatile() local
[all …]

12