| /llvm-project-15.0.7/clang/test/CXX/temp/temp.spec/ |
| H A D | func.spec.cpp | 48 template <typename T> void func8(class A::B<T>, int x = A::num1); 62 template <> void func8<char>(class A::B<char>, int) {} in func8() function in E 81 template <typename T> void E::func8(A::B<T>, int) {} in func8() function in E 97 template <> void E::func8<int>(class A::B<int>, int) {} in func8() function in E 109 template <> void E::func8<int>(class A::B<int>, int); 129 template <typename T> void func8(int x = sizeof(A::C)); 171 template <typename T> void func8(int x) {} in func8() function 204 template <> void func8<A::C>(int x);
|
| /llvm-project-15.0.7/llvm/test/Transforms/SimplifyCFG/ |
| H A D | preserve-branchweights-switch-create.ll | 7 declare void @func8(i32) 25 ; CHECK-NEXT: call void @func8(i32 [[N]]) #[[ATTR1]] 47 call void @func8(i32 %N) nounwind 84 ; CHECK-NEXT: call void @func8(i32 [[N]]) #[[ATTR1]] 120 call void @func8(i32 %N) nounwind 154 ; CHECK-NEXT: call void @func8(i32 [[N]]) #[[ATTR1]] 189 call void @func8(i32 %N) nounwind
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-readobj/COFF/ |
| H A D | arm64-packed-unwind.s | 289 func8: label 315 .long func8@IMGREL
|
| /llvm-project-15.0.7/llvm/test/Transforms/Inline/ |
| H A D | inline-indirect-chain.ll | 48 tail call void @func8(void()* %t) 52 define void @func8(void()* %f) {
|
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | arm64-microsoft-arguments.cpp | 151 S8 func8(S8 x); 154 return func8(x); in f8()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/ARM/ |
| H A D | usub_sat.ll | 125 define zeroext i8 @func8(i8 zeroext %x, i8 zeroext %y) nounwind { 126 ; CHECK-T1-LABEL: func8: 135 ; CHECK-T2NODSP-LABEL: func8: 142 ; CHECK-T2DSP-LABEL: func8: 148 ; CHECK-ARM-LABEL: func8:
|
| H A D | uadd_sat.ll | 133 define zeroext i8 @func8(i8 zeroext %x, i8 zeroext %y) nounwind { 134 ; CHECK-T1-LABEL: func8: 144 ; CHECK-T2NODSP-LABEL: func8: 152 ; CHECK-T2DSP-LABEL: func8: 158 ; CHECK-ARM-LABEL: func8:
|
| H A D | sadd_sat.ll | 193 define signext i8 @func8(i8 signext %x, i8 signext %y) nounwind { 194 ; CHECK-T1-LABEL: func8: 211 ; CHECK-T2NODSP-LABEL: func8: 217 ; CHECK-T2DSP-LABEL: func8: 223 ; CHECK-ARMNODPS-LABEL: func8: 232 ; CHECK-ARMBASEDSP-LABEL: func8: 240 ; CHECK-ARMDSP-LABEL: func8:
|
| H A D | usub_sat_plus.ll | 142 define zeroext i8 @func8(i8 zeroext %x, i8 zeroext %y, i8 zeroext %z) nounwind { 143 ; CHECK-T1-LABEL: func8: 154 ; CHECK-T2NODSP-LABEL: func8: 163 ; CHECK-T2DSP-LABEL: func8: 170 ; CHECK-ARM-LABEL: func8:
|
| H A D | uadd_sat_plus.ll | 148 define zeroext i8 @func8(i8 zeroext %x, i8 zeroext %y, i8 zeroext %z) nounwind { 149 ; CHECK-T1-LABEL: func8: 161 ; CHECK-T2NODSP-LABEL: func8: 171 ; CHECK-T2DSP-LABEL: func8: 178 ; CHECK-ARM-LABEL: func8:
|
| H A D | sadd_sat_plus.ll | 175 define signext i8 @func8(i8 signext %x, i8 signext %y, i8 signext %z) nounwind { 176 ; CHECK-T1-LABEL: func8: 195 ; CHECK-T2NODSP-LABEL: func8: 203 ; CHECK-T2DSP-LABEL: func8: 210 ; CHECK-ARM-LABEL: func8:
|
| /llvm-project-15.0.7/llvm/test/CodeGen/RISCV/ |
| H A D | uadd_sat.ll | 155 define zeroext i8 @func8(i8 zeroext %x, i8 zeroext %y) nounwind { 156 ; RV32I-LABEL: func8: 166 ; RV64I-LABEL: func8: 176 ; RV32IZbb-LABEL: func8: 183 ; RV64IZbb-LABEL: func8:
|
| H A D | usub_sat.ll | 154 define zeroext i8 @func8(i8 zeroext %x, i8 zeroext %y) nounwind { 155 ; RV32I-LABEL: func8: 166 ; RV64I-LABEL: func8: 177 ; RV32IZbb-LABEL: func8: 183 ; RV64IZbb-LABEL: func8:
|
| H A D | uadd_sat_plus.ll | 175 define i8 @func8(i8 %x, i8 %y, i8 %z) nounwind { 176 ; RV32I-LABEL: func8: 189 ; RV64I-LABEL: func8: 202 ; RV32IZbb-LABEL: func8: 212 ; RV64IZbb-LABEL: func8:
|
| H A D | usub_sat_plus.ll | 176 define i8 @func8(i8 %x, i8 %y, i8 %z) nounwind { 177 ; RV32I-LABEL: func8: 190 ; RV64I-LABEL: func8: 203 ; RV32IZbb-LABEL: func8: 212 ; RV64IZbb-LABEL: func8:
|
| /llvm-project-15.0.7/llvm/test/CodeGen/VE/Scalar/ |
| H A D | truncstore.ll | 63 define void @func8(i32 %p, i64* %a) { 64 ; CHECK-LABEL: func8:
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | friend2.cpp | 79 void func8(int); // expected-note{{previous declaration is here}} 81 …friend long func8(int); // expected-error{{functions that differ only in their return type cannot…
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/ |
| H A D | usub_sat.ll | 41 define i8 @func8(i8 %x, i8 %y) nounwind { 42 ; CHECK-LABEL: func8:
|
| H A D | uadd_sat.ll | 43 define i8 @func8(i8 %x, i8 %y) nounwind { 44 ; CHECK-LABEL: func8:
|
| H A D | usub_sat_plus.ll | 46 define i8 @func8(i8 %x, i8 %y, i8 %z) nounwind { 47 ; CHECK-LABEL: func8:
|
| H A D | uadd_sat_plus.ll | 48 define i8 @func8(i8 %x, i8 %y, i8 %z) nounwind { 49 ; CHECK-LABEL: func8:
|
| /llvm-project-15.0.7/clang/test/CXX/basic/basic.scope/basic.scope.local/ |
| H A D | p2.cpp | 39 void func8() { in func8() function
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | usub_sat_plus.ll | 82 define zeroext i8 @func8(i8 zeroext %x, i8 zeroext %y, i8 zeroext %z) nounwind { 83 ; X86-LABEL: func8: 95 ; X64-LABEL: func8:
|
| H A D | uadd_sat_plus.ll | 80 define zeroext i8 @func8(i8 zeroext %x, i8 zeroext %y, i8 zeroext %z) nounwind { 81 ; X86-LABEL: func8: 92 ; X64-LABEL: func8:
|
| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | c2x-noreturn.c | 45 noreturn void func8(void);
|