/external/llvm-project/lld/test/ELF/ |
D | ppc64-savegpr1.s | 4 # RUN: llvm-mc -filetype=obj -triple=ppc64le %s -o %t14.o 5 # RUN: ld.lld %t14.o -o %t14 6 # RUN: llvm-objdump -d %t14 | FileCheck --check-prefix=R14 %s
|
D | ppc64-restgpr1.s | 4 # RUN: llvm-mc -filetype=obj -triple=ppc64le %s -o %t14.o 5 # RUN: ld.lld %t14.o -o %t14 6 # RUN: llvm-objdump -d %t14 | FileCheck --check-prefix=R14 %s
|
D | ppc64-savegpr0.s | 4 # RUN: llvm-mc -filetype=obj -triple=ppc64le %s -o %t14.o 5 # RUN: ld.lld %t14.o -o %t14 6 # RUN: llvm-objdump -d %t14 | FileCheck --check-prefix=R14 %s
|
D | ppc64-restgpr0.s | 4 # RUN: llvm-mc -filetype=obj -triple=ppc64le %s -o %t14.o 5 # RUN: ld.lld %t14.o -o %t14 6 # RUN: llvm-objdump -d %t14 | FileCheck --check-prefix=R14 %s
|
/external/llvm-project/llvm/test/CodeGen/Hexagon/ |
D | two-crash.ll | 13 %t14.sroa.3.0.extract.trunc = trunc i64 %t4.sroa.4.0.extract.shift to i32 14 %t14.sroa.4.0.extract.shift = lshr i64 %x, 24 15 %add21 = add i32 %add11, %t14.sroa.3.0.extract.trunc 16 %t24.sroa.3.0.extract.trunc = trunc i64 %t14.sroa.4.0.extract.shift to i32
|
/external/llvm-project/llvm/test/Transforms/NaryReassociate/ |
D | pr24301.ll | 16 %t14 = add i32 %t13, 8 ; => %t5 + -128 23 ; This is essentially the same test as the previous one but intermidiate result (t14) has a use. 36 %t14 = add i32 %t13, 8 39 %res = add i32 %t14, %t23
|
/external/clang/test/CodeGen/ |
D | arm-apcs-zerolength-bitfield.c | 137 struct t14 struct 149 static int arr14_bar1_offset[(offsetof(struct t14, bar1) == 10) ? 0 : -1]; argument 150 static int arr14_bar2_offset[(offsetof(struct t14, bar2) == 12) ? 0 : -1]; 151 static int arr14_sizeof[(sizeof(struct t14) == 16) ? 0 : -1];
|
D | arm-aapcs-zerolength-bitfield.c | 133 struct t14 struct 145 static int arr14_bar1_offset[(offsetof(struct t14, bar1) == 10) ? 0 : -1]; argument 146 static int arr14_bar2_offset[(offsetof(struct t14, bar2) == 12) ? 0 : -1]; 147 static int arr14_sizeof[(sizeof(struct t14) == 16) ? 0 : -1];
|
/external/clang/test/CodeGenCXX/ |
D | aarch64-aapcs-zerolength-bitfield.cpp | 134 struct t14 struct 146 static_assert(offsetof(struct t14, bar1) == 10); argument 147 static_assert(offsetof(struct t14, bar2) == 12); 148 static_assert(sizeof(struct t14) == 16);
|
/external/llvm-project/clang/test/CodeGen/ |
D | arm-aapcs-zerolength-bitfield.c | 133 struct t14 struct 145 static int arr14_bar1_offset[(offsetof(struct t14, bar1) == 10) ? 0 : -1]; argument 146 static int arr14_bar2_offset[(offsetof(struct t14, bar2) == 12) ? 0 : -1]; 147 static int arr14_sizeof[(sizeof(struct t14) == 16) ? 0 : -1];
|
D | arm-apcs-zerolength-bitfield.c | 137 struct t14 struct 149 static int arr14_bar1_offset[(offsetof(struct t14, bar1) == 10) ? 0 : -1]; argument 150 static int arr14_bar2_offset[(offsetof(struct t14, bar2) == 12) ? 0 : -1]; 151 static int arr14_sizeof[(sizeof(struct t14) == 16) ? 0 : -1];
|
D | cmse-clear-return.c | 229 T14 t14; variable 230 __attribute__((cmse_nonsecure_entry)) T14 f14() { return t14; } in f14()
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | aarch64-aapcs-zerolength-bitfield.cpp | 134 struct t14 struct 146 static_assert(offsetof(struct t14, bar1) == 10); argument 147 static_assert(offsetof(struct t14, bar2) == 12); 148 static_assert(sizeof(struct t14) == 16);
|
/external/llvm/test/Transforms/Reassociate/ |
D | mightymul.ll | 19 %t14 = mul i32 %t13, %t13 20 %t15 = mul i32 %t14, %t14
|
D | fast-mightymul.ll | 19 %t14 = fmul fast float %t13, %t13 20 %t15 = fmul fast float %t14, %t14
|
D | 2012-05-08-UndefLeak.ll | 26 %t14 = add i64 %x0, 15 44 %t32 = add i64 %t31, %t14 61 %t49 = add i64 %t48, %t14
|
/external/llvm-project/llvm/test/Transforms/Reassociate/ |
D | mightymul.ll | 19 %t14 = mul i32 %t13, %t13 20 %t15 = mul i32 %t14, %t14
|
D | fast-mightymul.ll | 19 %t14 = fmul fast float %t13, %t13 20 %t15 = fmul fast float %t14, %t14
|
D | 2012-05-08-UndefLeak.ll | 26 %t14 = add i64 %x0, 15 44 %t32 = add i64 %t31, %t14 61 %t49 = add i64 %t48, %t14
|
/external/llvm-project/llvm/test/Transforms/CodeGenPrepare/ARM/ |
D | dead-gep.ll | 15 %t14 = icmp eq i32 %t13, 2 16 %t15 = select i1 %t14, i32* undef, i32* undef
|
/external/llvm/test/Transforms/SLPVectorizer/X86/ |
D | unreachable.ll | 36 %t14 = getelementptr inbounds i32, i32* %x, i64 3 37 store i32 %t4.0, i32* %t14, align 4
|
/external/llvm/test/Transforms/Inline/ |
D | alloca-bonus.ll | 75 %t14 = add i32 %t13, 1 76 %t15 = add i32 %t14, 1 116 %t14 = add i32 %t13, 1 117 %t15 = add i32 %t14, 1
|
/external/clang/test/Coverage/ |
D | c-language-features.inc | 111 int t14 = __extension__(t13); 113 unsigned t16 = t14 ^ t15; 114 int t17 = t14 % t15;
|
/external/llvm-project/clang/test/Coverage/ |
D | c-language-features.inc | 113 int t14 = __extension__(t13); 115 unsigned t16 = t14 ^ t15; 116 int t17 = t14 % t15;
|
/external/llvm-project/llvm/test/Transforms/Inline/ |
D | alloca-bonus.ll | 79 %t14 = add i32 %t13, 1 80 %t15 = add i32 %t14, 1 121 %t14 = add i32 %t13, 1 122 %t15 = add i32 %t14, 1
|