Home
last modified time | relevance | path

Searched refs:func4 (Results 1 – 25 of 109) sorted by relevance

12345

/llvm-project-15.0.7/llvm/test/Transforms/PGOProfile/
H A Dindirect_call_promotion_unique.ll53 ; "func4.__uniq.140291095734751150107370763113257199296.llvm.10650195578168450516".
55 ; "func4.__uniq.140291095734751150107370763113257199296".
56 define i32 @func4.__uniq.140291095734751150107370763113257199296.llvm.10650195578168450516() {
64 ; CHECK: icmp eq ptr %tmp4, @func4.__uniq.140291095734751150107370763113257199296.llvm.106501955781…
70 ; "func4.__uniq.127882361580787111523790444488985774976.part.818292359123831.llvm.10650195578168450…
72 ; "func4.__uniq.127882361580787111523790444488985774976".
95 ; GUID of "func4.__uniq.140291095734751150107370763113257199296" is 1491826207425861106.
H A Dindirect_call_promotion.ll5 ; PASS-REMARK: remark: <unknown>:0:0: Promote indirect call to func4 with count 1030 out of 1600
10 ; PASS2-REMARK: remark: <unknown>:0:0: Promote indirect call to func4 with count 1030 out of 1600
35 define i32 @func4() {
43 ; ICALL-PROM: [[CMP:%[0-9]+]] = icmp eq ptr %tmp, @func4
46 ; ICALL-PROM: [[DIRCALL_RET:%[0-9]+]] = call i32 @func4()
47 ; ICALL-PROM-SAMPLEPGO: call i32 @func4(), !prof [[CALL_METADATA:![0-9]+]]
H A Dindirect_call_promotion_musttail.ll20 define ptr @func4() {
27 ; ICALL-PROM: [[CMP1:%[0-9]+]] = icmp eq ptr %tmp, @func4
30 ; ICALL-PROM: [[DIRCALL_RET1:%[0-9]+]] = musttail call ptr @func4()
54 ; ICALL-PROM: [[CMP1:%[0-9]+]] = icmp eq ptr %tmp, @func4
57 ; ICALL-PROM: [[DIRCALL_RET1:%[0-9]+]] = musttail call ptr @func4()
H A Dicp_mismatch_msg.ll3 ; CHECK: remark: <unknown>:0:0: Cannot promote indirect call to func4 with count of 1234: The numbe…
14 define i32 @func4(i32 %i) {
/llvm-project-15.0.7/clang/test/CXX/temp/temp.spec/
H A Dfunc.spec.cpp42 template <typename T> A::B<int> func4();
56 …template <> class A::B<int> func4<A::B<char>>() { return {}; } template <> A::B<A::D<int>> func5<A…
75 template <typename T> A::B<int> E::func4() { return {}; } in func4() function in E
89 } template <> class A::B<int> E::func4<A::B<int>>() { in func3()
105 template <> class A::B<int> E::func4<A::B<int>>();
122 template <typename T> class A::B<int> func4();
161 template <typename T> class A::B<int> func4() { A::B<A::C> x; } in func4() function
199 template <> class A::B<int> func4<A::C>();
/llvm-project-15.0.7/llvm/test/Transforms/Attributor/
H A Dcallgraph.ll27 declare void @func4()
31 ; CHECK-NEXT: call void @func4()
34 call void @func4()
42 ; CHECK-NEXT: [[TMP3:%.*]] = select i1 [[TMP2]], void ()* @func4, void ()* @func3
47 %3 = select i1 %2, void ()* @func4, void ()* @func3
93 !2 = !{void ()* @func3, void ()* @func4}
101 ; DOT-DAG: Node[[FUNC4:0x[a-z0-9]+]] [shape=record,label="{func4}"];
/llvm-project-15.0.7/llvm/test/Transforms/Inline/
H A Dinline_negative_result.ll6 define internal fastcc void @func4() {
7 ; CHECK-LABEL: @func4(
25 ; CHECK-NEXT: tail call fastcc void @func4()
29 tail call fastcc void @func4()
H A Dinline-indirect-chain.ll17 %t = bitcast void ()* @func4 to void ()*
22 define void @func4() {
/llvm-project-15.0.7/llvm/test/MC/ARM/
H A Deh-directive-cantunwind-diagnostics.s77 .globl func4
79 .type func4,%function
81 func4: label
H A Deh-directive-setfp-diagnostics.s62 .globl func4
64 .type func4,%function
66 func4: label
H A Dseh-checks2.s55 .seh_proc func4
56 func4: label
H A Deh-directive-multiple-offsets.s103 .globl func4
104 .type func4,%function
107 func4: label
/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/
H A Duniform-work-group-test.ll18 define void @func4() {
19 ; CHECK-LABEL: define {{[^@]+}}@func4
31 ; CHECK-NEXT: call void @func4()
35 call void @func4()
/llvm-project-15.0.7/llvm/test/Transforms/MergeFunc/
H A Dmerge-weak-crash.ll11 ; CHECK-LABEL: define i32 @func4
22 %sum3 = call i32 @func4(i32 %sum, i32 %sum2)
26 define i32 @func4(i32 %x, i32 %y) {
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dmangle-extern-local.cpp39 extern int var5, func4(); in f4()
40 return var5 + func4(); in f4()
/llvm-project-15.0.7/llvm/test/Transforms/SimplifyCFG/
H A Dpreserve-branchweights-switch-create.ll5 declare void @func4(i32)
22 ; CHECK-NEXT: call void @func4(i32 [[N]]) #[[ATTR1]]
43 call void @func4(i32 %N) nounwind
73 ; CHECK-NEXT: call void @func4(i32 [[N]]) #[[ATTR1]]
104 call void @func4(i32 %N) nounwind
143 ; CHECK-NEXT: call void @func4(i32 [[N]]) #[[ATTR1]]
175 call void @func4(i32 %N) nounwind
/llvm-project-15.0.7/lld/test/ELF/Inputs/
H A Darm-exidx-cantunwind.s29 .globl func4
30 func4: label
/llvm-project-15.0.7/clang/test/CoverageMapping/
H A Dmacros.c41 void func4(void) { // CHECK-NEXT: File 0, [[@LINE]]:18 -> [[@LINE+8]]:2 = #0 in func4() function
94 func4(); in main()
/llvm-project-15.0.7/llvm/test/tools/llvm-readobj/COFF/
H A Darm64-packed-unwind.s285 func4: label
307 .long func4@IMGREL
H A Darm-unwind-opcodes.s174 func4: label
200 .rva func4
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dfriend2.cpp39 void func4(int);
41 friend void func4(int) {} in func4() function
44 friend void func4(int) {} in func4() function
H A Dformat-strings.cpp156 static void func4(const char *, ...) __attribute__((__format__(printf, 1, 2)));
163 t::func4("Hello %s"); // expected-warning {{more '%' conversions than data arguments}} in f()
/llvm-project-15.0.7/llvm/test/Transforms/Util/
H A Dcall-promotion-utils-ptrcast-attribute.ll14 define i8* @func4(i8* %a) {
22 ; CHECK: call noalias i8* @func4(i8* nonnull
/llvm-project-15.0.7/clang/test/CodeGen/
H A Darm64-microsoft-arguments.cpp52 S4 func4(S4 x);
55 return func4(x); in f4()
/llvm-project-15.0.7/llvm/test/Instrumentation/
H A Dcgprofile.ll14 declare i32 @func4()
38 ; CHECK: ![[e1]] = !{void (i1)* @freq, i32 ()* @func4, i64 1030}

12345