| /llvm-project/llvm/test/MC/AsmParser/ |
| H A D | macros-darwin.s | 72 .macro test8 _a, _b, _c macro 81 test8 a, b, c label 83 test8 %1, %2, %3 #a comment label 85 test8 x - y, z, 1 label 90 test8 1,2 3 label 93 test8 1 2, 3 label
|
| /llvm-project/clang/test/CodeGen/PowerPC/ |
| H A D | ppc64-align-struct.c | 12 struct test8 { char x; }; struct 54 void test8 (int x, struct test8 y) in test8() function 133 struct test8 test8va (int x, ...) in test8va() 135 struct test8 y; in test8va() 138 y = va_arg (ap, struct test8); in test8va()
|
| /llvm-project/llvm/test/Transforms/JumpThreading/ |
| H A D | preserving-debugloc-bitcast.ll | 8 define void @test8(ptr %0, ptr %1, ptr %2) !dbg !5 { 9 ; CHECK: @test8 36 !5 = distinct !DISubprogram(name: "test8", linkageName: "test8", scope: null, file: !1, line: 1, ty…
|
| /llvm-project/libcxxabi/test/ |
| H A D | catch_ptr_02.pass.cpp | 149 void test8 () in test8() function 209 test8(); in main()
|
| /llvm-project/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.ibits/ |
| H A D | eval.pass.cpp | 124 test8() in test8() function 141 test8(); in main()
|
| /llvm-project/clang/test/SemaCXX/ |
| H A D | openmp_default_simd_align.cpp | 34 static const int test8 = __builtin_omp_required_simd_align(decltype(s2.x)); member 58 const int test8 = __builtin_omp_required_simd_align(decltype(S5::x)); variable
|
| H A D | alignof.cpp | 34 static const int test8 = __alignof__(s2.x); member 58 const int test8 = __alignof__(S5::x); variable
|
| H A D | long-virtual-inheritance-chain.cpp | 11 class test8 : virtual test7 { virtual void f(); }; class 12 class test9 : virtual test8 { virtual void f(); };
|
| /llvm-project/compiler-rt/test/sanitizer_common/TestCases/NetBSD/ |
| H A D | rmd160.cpp | 87 void test8() { in test8() function 118 test8(); in main()
|
| H A D | sha1.cpp | 114 void test8() { in test8() function 154 test8(); in main()
|
| H A D | sha2.cpp | |
| /llvm-project/llvm/test/CodeGen/AArch64/ |
| H A D | sdivpow2.ll | 90 define i64 @test8(i64 %x) { 91 ; ISEL-LABEL: test8: 97 ; FAST-LABEL: test8:
|
| /llvm-project/llvm/test/Integer/ |
| H A D | fold-fpcast_bt.ll | 57 define double @test8() { 58 ; CHECK-LABEL: define double @test8() {
|
| /llvm-project/clang/test/CodeGenCXX/ |
| H A D | clang-abi-compat.cpp | 135 template<int N> void test8(matrix1xN<N> a) {} in test8() function 136 template void test8<2>(matrix1xN<2> a);
|
| /llvm-project/llvm/test/Transforms/DeadArgElim/ |
| H A D | deadretval2.ll | 53 %LIVE = call i32 @test8() 57 define internal i32 @test8() {
|
| /llvm-project/llvm/test/CodeGen/X86/ |
| H A D | tail-calls-compatible-attrs.ll | 63 define ptr @test8() nounwind { 64 ; CHECK-LABEL: test8:
|
| H A D | lower-bitcast.ll | 97 ; FIXME: Ideally we should be able to fold the entire body of @test8 into a 101 define double @test8(double %A) { 102 ; CHECK-LABEL: test8:
|
| H A D | fpcmp-soft-fp.ll | 73 define i1 @test8(double %d) #0 { 78 ; CHECK-LABEL: test8:
|
| /llvm-project/llvm/test/Transforms/RewriteStatepointsForGC/ |
| H A D | preprocess.ll | 41 define void @test8() gc "statepoint-example" personality ptr undef { 42 ; CHECK-LABEL: test8
|
| /llvm-project/llvm/test/Transforms/InstCombine/ |
| H A D | call-undef.ll | 72 define void @test8() { 73 ; CHECK-LABEL: @test8(
|
| H A D | fmul-inseltpoison.ll | 8 define void @test8(ptr %inout, i1 %c1) { 9 ; CHECK-LABEL: @test8(
|
| /llvm-project/llvm/test/CodeGen/RISCV/ |
| H A D | branch.ll | 28 ; RV32I-NEXT: # %bb.7: # %test8 85 br i1 %tst7, label %end, label %test8 87 test8:
|
| /llvm-project/llvm/test/CodeGen/PowerPC/ |
| H A D | aix-vec_extract_p9.ll | 148 define zeroext i16 @test8(<8 x i16> %a) { 149 ; CHECK-64-LABEL: test8: 156 ; CHECK-32-LABEL: test8:
|
| /llvm-project/llvm/test/Transforms/InstSimplify/ |
| H A D | addsub.ll | 48 define i1 @test8(i1 %a) { 49 ; CHECK-LABEL: @test8(
|
| /llvm-project/compiler-rt/test/sanitizer_common/TestCases/FreeBSD/ |
| H A D | sha2.cpp | |