Home
last modified time | relevance | path

Searched refs:func8 (Results 1 – 25 of 62) sorted by relevance

123

/llvm-project-15.0.7/clang/test/CXX/temp/temp.spec/
H A Dfunc.spec.cpp48 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 Dpreserve-branchweights-switch-create.ll7 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 Darm64-packed-unwind.s289 func8: label
315 .long func8@IMGREL
/llvm-project-15.0.7/llvm/test/Transforms/Inline/
H A Dinline-indirect-chain.ll48 tail call void @func8(void()* %t)
52 define void @func8(void()* %f) {
/llvm-project-15.0.7/clang/test/CodeGen/
H A Darm64-microsoft-arguments.cpp151 S8 func8(S8 x);
154 return func8(x); in f8()
/llvm-project-15.0.7/llvm/test/CodeGen/ARM/
H A Dusub_sat.ll125 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 Duadd_sat.ll133 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 Dsadd_sat.ll193 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 Dusub_sat_plus.ll142 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 Duadd_sat_plus.ll148 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 Dsadd_sat_plus.ll175 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 Duadd_sat.ll155 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 Dusub_sat.ll154 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 Duadd_sat_plus.ll175 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 Dusub_sat_plus.ll176 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 Dtruncstore.ll63 define void @func8(i32 %p, i64* %a) {
64 ; CHECK-LABEL: func8:
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dfriend2.cpp79 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 Dusub_sat.ll41 define i8 @func8(i8 %x, i8 %y) nounwind {
42 ; CHECK-LABEL: func8:
H A Duadd_sat.ll43 define i8 @func8(i8 %x, i8 %y) nounwind {
44 ; CHECK-LABEL: func8:
H A Dusub_sat_plus.ll46 define i8 @func8(i8 %x, i8 %y, i8 %z) nounwind {
47 ; CHECK-LABEL: func8:
H A Duadd_sat_plus.ll48 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 Dp2.cpp39 void func8() { in func8() function
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dusub_sat_plus.ll82 define zeroext i8 @func8(i8 zeroext %x, i8 zeroext %y, i8 zeroext %z) nounwind {
83 ; X86-LABEL: func8:
95 ; X64-LABEL: func8:
H A Duadd_sat_plus.ll80 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 Dc2x-noreturn.c45 noreturn void func8(void);

123