| /llvm-project-15.0.7/llvm/test/Transforms/PGOProfile/ |
| H A D | indirect_call_promotion_unique.ll | 53 ; "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 D | indirect_call_promotion.ll | 5 ; 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 D | indirect_call_promotion_musttail.ll | 20 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 D | icp_mismatch_msg.ll | 3 ; 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 D | func.spec.cpp | 42 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 D | callgraph.ll | 27 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 D | inline_negative_result.ll | 6 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 D | inline-indirect-chain.ll | 17 %t = bitcast void ()* @func4 to void ()* 22 define void @func4() {
|
| /llvm-project-15.0.7/llvm/test/MC/ARM/ |
| H A D | eh-directive-cantunwind-diagnostics.s | 77 .globl func4 79 .type func4,%function 81 func4: label
|
| H A D | eh-directive-setfp-diagnostics.s | 62 .globl func4 64 .type func4,%function 66 func4: label
|
| H A D | seh-checks2.s | 55 .seh_proc func4 56 func4: label
|
| H A D | eh-directive-multiple-offsets.s | 103 .globl func4 104 .type func4,%function 107 func4: label
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/ |
| H A D | uniform-work-group-test.ll | 18 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 D | merge-weak-crash.ll | 11 ; 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 D | mangle-extern-local.cpp | 39 extern int var5, func4(); in f4() 40 return var5 + func4(); in f4()
|
| /llvm-project-15.0.7/llvm/test/Transforms/SimplifyCFG/ |
| H A D | preserve-branchweights-switch-create.ll | 5 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 D | arm-exidx-cantunwind.s | 29 .globl func4 30 func4: label
|
| /llvm-project-15.0.7/clang/test/CoverageMapping/ |
| H A D | macros.c | 41 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 D | arm64-packed-unwind.s | 285 func4: label 307 .long func4@IMGREL
|
| H A D | arm-unwind-opcodes.s | 174 func4: label 200 .rva func4
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | friend2.cpp | 39 void func4(int); 41 friend void func4(int) {} in func4() function 44 friend void func4(int) {} in func4() function
|
| H A D | format-strings.cpp | 156 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 D | call-promotion-utils-ptrcast-attribute.ll | 14 define i8* @func4(i8* %a) { 22 ; CHECK: call noalias i8* @func4(i8* nonnull
|
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | arm64-microsoft-arguments.cpp | 52 S4 func4(S4 x); 55 return func4(x); in f4()
|
| /llvm-project-15.0.7/llvm/test/Instrumentation/ |
| H A D | cgprofile.ll | 14 declare i32 @func4() 38 ; CHECK: ![[e1]] = !{void (i1)* @freq, i32 ()* @func4, i64 1030}
|