Home
last modified time | relevance | path

Searched refs:test8 (Results 1 – 25 of 538) sorted by relevance

12345678910>>...22

/llvm-project/llvm/test/MC/AsmParser/
H A Dmacros-darwin.s72 .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 Dppc64-align-struct.c12 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 Dpreserving-debugloc-bitcast.ll8 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 Dcatch_ptr_02.pass.cpp149 void test8 () in test8() function
209 test8(); in main()
/llvm-project/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.ibits/
H A Deval.pass.cpp124 test8() in test8() function
141 test8(); in main()
/llvm-project/clang/test/SemaCXX/
H A Dopenmp_default_simd_align.cpp34 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 Dalignof.cpp34 static const int test8 = __alignof__(s2.x); member
58 const int test8 = __alignof__(S5::x); variable
H A Dlong-virtual-inheritance-chain.cpp11 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 Drmd160.cpp87 void test8() { in test8() function
118 test8(); in main()
H A Dsha1.cpp114 void test8() { in test8() function
154 test8(); in main()
H A Dsha2.cpp
/llvm-project/llvm/test/CodeGen/AArch64/
H A Dsdivpow2.ll90 define i64 @test8(i64 %x) {
91 ; ISEL-LABEL: test8:
97 ; FAST-LABEL: test8:
/llvm-project/llvm/test/Integer/
H A Dfold-fpcast_bt.ll57 define double @test8() {
58 ; CHECK-LABEL: define double @test8() {
/llvm-project/clang/test/CodeGenCXX/
H A Dclang-abi-compat.cpp135 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 Ddeadretval2.ll53 %LIVE = call i32 @test8()
57 define internal i32 @test8() {
/llvm-project/llvm/test/CodeGen/X86/
H A Dtail-calls-compatible-attrs.ll63 define ptr @test8() nounwind {
64 ; CHECK-LABEL: test8:
H A Dlower-bitcast.ll97 ; 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 Dfpcmp-soft-fp.ll73 define i1 @test8(double %d) #0 {
78 ; CHECK-LABEL: test8:
/llvm-project/llvm/test/Transforms/RewriteStatepointsForGC/
H A Dpreprocess.ll41 define void @test8() gc "statepoint-example" personality ptr undef {
42 ; CHECK-LABEL: test8
/llvm-project/llvm/test/Transforms/InstCombine/
H A Dcall-undef.ll72 define void @test8() {
73 ; CHECK-LABEL: @test8(
H A Dfmul-inseltpoison.ll8 define void @test8(ptr %inout, i1 %c1) {
9 ; CHECK-LABEL: @test8(
/llvm-project/llvm/test/CodeGen/RISCV/
H A Dbranch.ll28 ; RV32I-NEXT: # %bb.7: # %test8
85 br i1 %tst7, label %end, label %test8
87 test8:
/llvm-project/llvm/test/CodeGen/PowerPC/
H A Daix-vec_extract_p9.ll148 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 Daddsub.ll48 define i1 @test8(i1 %a) {
49 ; CHECK-LABEL: @test8(
/llvm-project/compiler-rt/test/sanitizer_common/TestCases/FreeBSD/
H A Dsha2.cpp

12345678910>>...22