| /llvm-project-15.0.7/llvm/test/tools/llvm-profgen/ |
| H A D | symbolize.test | 6 ; CHECK: <funcA.llvm.1000>: 7 ; CHECK-NEXT: 5e0: mov eax, edi funcA.llvm.1000:0 8 ; CHECK-NEXT: 5e2: mov edx, dword ptr [rip + 2099768] funcLeaf:2 @ funcA.llvm.1000:1 13 ; CHECK-NEXT: 5f3: sub eax, ecx funcLeaf:2 @ funcA.llvm.1000:1 14 ; CHECK-NEXT: 5f5: ret funcA.llvm.1000:2 15 ; CHECK-CANO: <funcA>: 16 ; CHECK-CANO-NEXT: 5e0: mov eax, edi funcA:0 17 ; CHECK-CANO-NEXT: 5e2: mov edx, dword ptr [rip + 2099768] funcLeaf:2 @ funcA:1 18 ; CHECK-CANO-NEXT: 5e8: mov ecx, edx fib:2 @ funcLeaf:2 @ funcA:1 22 ; CHECK-CANO-NEXT: 5f3: sub eax, ecx funcLeaf:2 @ funcA:1 [all …]
|
| /llvm-project-15.0.7/llvm/test/Transforms/SLPVectorizer/X86/ |
| H A D | catchswitch.ll | 13 declare void @funcA() 20 ; CHECK-NEXT: invoke void @funcA() 23 ; CHECK-NEXT: invoke void @funcA() 31 ; CHECK-NEXT: invoke void @funcA() 39 ; CHECK-NEXT: invoke void @funcA() 55 invoke void @funcA() 59 invoke void @funcA() 69 invoke void @funcA() 79 invoke void @funcA()
|
| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | no_callconv.cpp | 9 void __attribute__((vectorcall)) funcA() {} // expected-error {{'vectorcall' calling convention is … in funcA() function 25 void __attribute__((vectorcall)) funcA() {} in funcA() function
|
| /llvm-project-15.0.7/clang/test/VFS/ |
| H A D | module_missing_vfs.m | 2 // RUN: echo "void funcA(void);" >> %t/a.h 14 funcA();
|
| /llvm-project-15.0.7/mlir/lib/Analysis/Presburger/ |
| H A D | PWMAFunction.cpp | 247 for (const MultiAffineFunction &funcA : pieces) { in unionFunction() local 248 PresburgerSet dom(funcA.getDomain()); in unionFunction() 250 PresburgerSet better = tiebreak(funcB, funcA); in unionFunction() 267 result.addPiece(dom, funcA.getOutputMatrix()); in unionFunction()
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-profgen/Inputs/ |
| H A D | symbolize.ll | 6 define dso_local i32 @funcA.llvm.1000(i32 %x) !dbg !12 { 57 !12 = distinct !DISubprogram(name: "funcA.llvm.1000", scope: !3, file: !3, line: 6, type: !13, scop…
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | avx-cvt.ll | 108 define double @funcA(ptr nocapture %e) nounwind uwtable readonly ssp { 109 ; CHECK-LABEL: funcA:
|
| H A D | avx-splat.ll | 5 define <32 x i8> @funcA(<32 x i8> %a) nounwind uwtable readnone ssp { 6 ; CHECK-LABEL: funcA:
|
| /llvm-project-15.0.7/llvm/test/Transforms/SampleProfile/ |
| H A D | csspgo-summary.ll | 91 !6 = !DISubprogram(name: "funcA", linkageName: "_Z5funcAi", scope: !3, file: !3, line: 6, type: !7,… 125 !40 = distinct !DISubprogram(name: "funcA", linkageName: "_Z5funcAi", scope: !3, file: !3, line: 26…
|
| H A D | csspgo-use-preinliner.ll | 103 !6 = !DISubprogram(name: "funcA", linkageName: "_Z5funcAi", scope: !3, file: !3, line: 6, type: !7,… 137 !40 = distinct !DISubprogram(name: "funcA", linkageName: "_Z5funcAi", scope: !3, file: !3, line: 26…
|
| H A D | csspgo-inline-debug.ll | 104 !6 = !DISubprogram(name: "funcA", linkageName: "_Z5funcAi", scope: !3, file: !3, line: 6, type: !7,… 138 !40 = distinct !DISubprogram(name: "funcA", linkageName: "_Z5funcAi", scope: !3, file: !3, line: 26…
|
| H A D | profile-topdown-order.ll | 115 !6 = !DISubprogram(name: "funcA", linkageName: "_Z5funcAi", scope: !3, file: !3, line: 6, type: !7,… 149 !40 = distinct !DISubprogram(name: "funcA", linkageName: "_Z5funcAi", scope: !3, file: !3, line: 26…
|
| H A D | profile-context-order.ll | 134 !6 = !DISubprogram(name: "funcA", linkageName: "_Z5funcAi", scope: !3, file: !3, line: 6, type: !7,… 168 !40 = distinct !DISubprogram(name: "funcA", linkageName: "_Z5funcAi", scope: !3, file: !3, line: 26…
|
| H A D | csspgo-inline.ll | 125 !6 = !DISubprogram(name: "funcA", linkageName: "_Z5funcAi", scope: !3, file: !3, line: 6, type: !7,… 159 !40 = distinct !DISubprogram(name: "funcA", linkageName: "_Z5funcAi", scope: !3, file: !3, line: 26…
|
| H A D | profile-context-tracker.ll | 168 !6 = !DISubprogram(name: "funcA", linkageName: "_Z5funcAi", scope: !3, file: !3, line: 6, type: !7,… 202 !40 = distinct !DISubprogram(name: "funcA", linkageName: "_Z5funcAi", scope: !3, file: !3, line: 26…
|
| H A D | profile-context-tracker-debug.ll | 171 !6 = !DISubprogram(name: "funcA", linkageName: "_Z5funcAi", scope: !3, file: !3, line: 6, type: !7,… 205 !40 = distinct !DISubprogram(name: "funcA", linkageName: "_Z5funcAi", scope: !3, file: !3, line: 26…
|
| H A D | csspgo-import-list.ll | 71 !6 = !DISubprogram(name: "funcA", linkageName: "_Z5funcAi", scope: !3, file: !3, line: 6, type: !7,…
|