| /llvm-project-15.0.7/llvm/test/tools/llvm-profdata/ |
| H A D | sample-overlap.test | 1 ; RUN: llvm-profdata overlap --sample %S/Inputs/sample-overlap-0.proftext %S/Inputs/sample-overlap-… 9 ; OVERLAP0: Function overlap: 100.000% 10 ; OVERLAP0: overlap functions: 4 14 ; OVERLAP0: overlap hot functions: 4 18 ; OVERLAP0: overlap hot blocks: 12 31 ; OVERLAP1: overlap functions: 4 52 ; OVERLAP2: overlap functions: 4 129 ; CS: Function overlap: 100.000% 130 ; CS: overlap functions: 8 134 ; CS: overlap hot functions: 2 [all …]
|
| H A D | overlap.test | 1 RUN: llvm-profdata overlap %p/Inputs/overlap_1.proftext %p/Inputs/overlap_2.proftext | FileCheck %s… 2 RUN: llvm-profdata overlap -function=main %p/Inputs/overlap_1.proftext %p/Inputs/overlap_2.proftext… 3 RUN: llvm-profdata overlap -value-cutoff=15000 %p/Inputs/overlap_1.proftext %p/Inputs/overlap_2.pro… 6 RUN: llvm-profdata overlap %t_1.profdata %t_2.profdata | FileCheck %s -check-prefix=OVERLAP 8 MAINFUNC: # of edge counters overlap: 2 9 MAINFUNC: Edge profile overlap: 100.000% 12 OVERLAP: Profile overlap infomation for base_profile: {{.*}} and test_profile: 14 OVERLAP: # of functions overlap: 2 17 OVERLAP: Edge profile overlap: 60.000%
|
| H A D | overlap_vp.test | 1 RUN: llvm-profdata overlap %p/Inputs/overlap_1_vp.proftext %p/Inputs/overlap_2_vp.proftext | FileCh… 4 RUN: llvm-profdata overlap %t_1_vp.profdata %t_2_vp.profdata | FileCheck %s -check-prefix=OVERLAP 5 OVERLAP: Profile overlap infomation for base_profile: {{.*}} and test_profile: 7 OVERLAP: # of functions overlap: 1 8 OVERLAP: Edge profile overlap: 80.000% 11 OVERLAP: IndirectCall profile overlap: 80.000% 14 OVERLAP: MemOP profile overlap: 80.000%
|
| H A D | overlap_cs.test | 1 RUN: llvm-profdata overlap -cs %p/Inputs/overlap_1_cs.proftext %p/Inputs/overlap_2_cs.proftext | Fi… 4 RUN: llvm-profdata overlap -cs %t_1_cs.profdata %t_2_cs.profdata | FileCheck %s -check-prefix=OVERL… 5 OVERLAP: Profile overlap infomation for base_profile: {{.*}} and test_profile: 7 OVERLAP: # of functions overlap: 1 8 OVERLAP: Edge profile overlap: 80.000%
|
| H A D | compact-sample.proftext | 15 # Make sure "llvm-profdata overlap" works for sample profile in binary compact format 16 # RUN: llvm-profdata overlap -sample %S/Inputs/compat-sample.profdata %S/Inputs/compat-sample.profd… 20 # OVERLAP-NEXT: Whole program sample overlap: 100.000%
|
| /llvm-project-15.0.7/llvm/test/MC/RISCV/rvv/ |
| H A D | invalid.s | 96 # CHECK-ERROR: The destination vector register group cannot overlap the mask register. 104 # CHECK-ERROR: The destination vector register group cannot overlap the mask register. 112 # CHECK-ERROR: The destination vector register group cannot overlap the mask register. 120 # CHECK-ERROR: The destination vector register group cannot overlap the mask register. 128 # CHECK-ERROR: The destination vector register group cannot overlap the mask register. 136 # CHECK-ERROR: The destination vector register group cannot overlap the mask register. 144 # CHECK-ERROR: The destination vector register group cannot overlap the mask register. 152 # CHECK-ERROR: The destination vector register group cannot overlap the mask register. 160 # CHECK-ERROR: The destination vector register group cannot overlap the mask register. 168 # CHECK-ERROR: The destination vector register group cannot overlap the mask register. [all …]
|
| /llvm-project-15.0.7/llvm/test/CodeGen/ARM/ |
| H A D | lsr-unfolded-offset.ll | 24 %overlap.081 = phi i32 [ %overlap.4, %for.inc69 ], [ 0, %entry ] 34 %overlap.178 = phi i32 [ %overlap.081, %outer.loop ], [ %overlap.4, %for.inc ] 48 %overlap.2 = select i1 %or.cond, i32 1, i32 %overlap.178 52 %overlap.3 = select i1 %or.cond74, i32 1, i32 %overlap.2 62 %overlap.4 = phi i32 [ %overlap.178, %inner.loop ], [ 1, %if.then66 ], [ %overlap.3, %if.end ] 73 %overlap.0.lcssa = phi i32 [ 0, %entry ], [ %overlap.4, %for.inc69 ] 74 ret i32 %overlap.0.lcssa
|
| /llvm-project-15.0.7/llvm/test/FileCheck/ |
| H A D | check-dag-overlap.txt | 2 ; RUN: not FileCheck -allow-deprecated-dag-overlap -input-file %s %s \ 19 ; RUN: not FileCheck -allow-deprecated-dag-overlap -input-file %s %s \ 38 ; RUN: FileCheck -allow-deprecated-dag-overlap -input-file %s %s \ 57 ; RUN: FileCheck -allow-deprecated-dag-overlap -input-file %s %s \ 76 ; RUN: FileCheck -allow-deprecated-dag-overlap -input-file %s %s \ 95 ; RUN: FileCheck -allow-deprecated-dag-overlap -input-file %s %s \ 114 ; RUN: not FileCheck -allow-deprecated-dag-overlap -input-file %s %s \ 118 ; RUN: not FileCheck -allow-deprecated-dag-overlap -input-file %s %s \ 123 ; RUN: not FileCheck -allow-deprecated-dag-overlap -input-file %s %s \ 145 ; RUN: not FileCheck -allow-deprecated-dag-overlap -input-file %s %s \ [all …]
|
| H A D | check-dag-overlap-torture.txt | 2 ; RUN: not FileCheck -allow-deprecated-dag-overlap -input-file %s %s \ 65 ; RUN: not FileCheck -allow-deprecated-dag-overlap -input-file %s %s \ 121 ; RUN: not FileCheck -allow-deprecated-dag-overlap -input-file %s %s \ 170 ; RUN: not FileCheck -allow-deprecated-dag-overlap -input-file %s %s \ 212 ; RUN: not FileCheck -allow-deprecated-dag-overlap -input-file %s %s \ 247 ; RUN: FileCheck -allow-deprecated-dag-overlap -input-file %s %s \ 277 ; RUN: FileCheck -allow-deprecated-dag-overlap -input-file %s %s \
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/ |
| H A D | arange-overlap.test | 1 RUN: llvm-symbolizer --no-demangle --obj=%p/Inputs/arange-overlap.elf-x86_64 0x714 | FileCheck %s 4 CHECK-NEXT: {{.*}}arange-overlap.cc:6
|
| /llvm-project-15.0.7/llvm/docs/CommandGuide/ |
| H A D | llvm-profdata.rst | 22 * :ref:`overlap <profdata-overlap>` 315 .. program:: llvm-profdata overlap 317 .. _profdata-overlap: 330 :program:`llvm-profdata overlap` takes two profile data files and displays the 331 *overlap* of counter distribution between the whole files and between any of the 334 In this command, *overlap* is defined as follows: 344 *overlap* = min(c1_1/sum_1, c2_1/sum_2) + min(c1_2/sum_1, c2_2/sum_2) + ... 347 The result overlap distribution is a percentage number, ranging from 0.0% to 348 100.0%, where 0.0% means there is no overlap and 100.0% means a perfect 349 overlap. [all …]
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | bsd-string.c | 16 char overlap[] = "123456789"; in f1() local 17 strlcpy(overlap, overlap + 1, 3); // expected-warning{{Arguments must not be overlapping buffers}} in f1()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/ |
| H A D | llvm.log2.ll | 1 ;RUN: llc < %s -march=r600 -mcpu=redwood | FileCheck -allow-deprecated-dag-overlap %s --check-prefi… 2 ;RUN: llc < %s -march=r600 -mcpu=cayman | FileCheck -allow-deprecated-dag-overlap %s --check-prefix… 3 ;RUN: llc < %s -march=amdgcn -mcpu=tahiti | FileCheck -allow-deprecated-dag-overlap %s --check-pref… 4 ;RUN: llc < %s -march=amdgcn -mcpu=tonga | FileCheck -allow-deprecated-dag-overlap %s --check-prefi…
|
| H A D | llvm.exp2.ll | 1 ;RUN: llc < %s -march=r600 -mcpu=redwood | FileCheck -allow-deprecated-dag-overlap %s --check-prefi… 2 ;RUN: llc < %s -march=r600 -mcpu=cayman | FileCheck -allow-deprecated-dag-overlap %s --check-prefix… 3 ;RUN: llc < %s -march=amdgcn | FileCheck -allow-deprecated-dag-overlap %s --check-prefix=SI --check… 4 ;RUN: llc < %s -march=amdgcn -mcpu=tonga | FileCheck -allow-deprecated-dag-overlap %s --check-prefi…
|
| H A D | llvm.log10.ll | 1 ; RUN: llc -march=amdgcn < %s | FileCheck -allow-deprecated-dag-overlap --check-prefixes=GCN,FUNC … 2 ; RUN: llc -march=amdgcn -mcpu=tonga < %s | FileCheck -allow-deprecated-dag-overlap --check-prefixe… 3 ; RUN: llc -march=r600 -mcpu=redwood < %s | FileCheck -allow-deprecated-dag-overlap --check-prefixe… 4 ; RUN: llc -march=r600 -mcpu=cayman < %s | FileCheck -allow-deprecated-dag-overlap --check-prefixes…
|
| H A D | llvm.log.ll | 1 ; RUN: llc -march=amdgcn < %s | FileCheck -allow-deprecated-dag-overlap --check-prefixes=GCN,FUNC … 2 ; RUN: llc -march=amdgcn -mcpu=tonga < %s | FileCheck -allow-deprecated-dag-overlap --check-prefixe… 3 ; RUN: llc -march=r600 -mcpu=redwood < %s | FileCheck -allow-deprecated-dag-overlap --check-prefixe… 4 ; RUN: llc -march=r600 -mcpu=cayman < %s | FileCheck -allow-deprecated-dag-overlap --check-prefixes…
|
| H A D | store-v3i64.ll | 1 ; RUN: llc -march=amdgcn -verify-machineinstrs < %s | FileCheck -allow-deprecated-dag-overlap -chec… 2 …cpu=bonaire -verify-machineinstrs < %s | FileCheck -allow-deprecated-dag-overlap -check-prefix=GCN… 3 …-for-global -verify-machineinstrs < %s | FileCheck -allow-deprecated-dag-overlap -check-prefix=GCN…
|
| H A D | mul.ll | 1 …-mcpu=verde -verify-machineinstrs < %s | FileCheck -allow-deprecated-dag-overlap -check-prefixes=G… 2 …-for-global -verify-machineinstrs < %s | FileCheck -allow-deprecated-dag-overlap -check-prefixes=G… 3 …-for-global -verify-machineinstrs < %s | FileCheck -allow-deprecated-dag-overlap -check-prefixes=F… 4 …-for-global -verify-machineinstrs < %s | FileCheck -allow-deprecated-dag-overlap -check-prefixes=F… 5 …-for-global -verify-machineinstrs < %s | FileCheck -allow-deprecated-dag-overlap -check-prefixes=F… 6 …=false -march=r600 -mcpu=redwood < %s | FileCheck -allow-deprecated-dag-overlap -check-prefixes=E…
|
| /llvm-project-15.0.7/mlir/test/Integration/Dialect/SparseTensor/CPU/ |
| H A D | sparse_binary.mlir | 56 overlap={ 81 overlap={ 105 overlap={} 124 overlap={ 150 overlap={ 176 overlap={ 198 overlap={ 228 overlap={ 263 overlap={ 308 overlap={ [all …]
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/X86/ |
| H A D | debug-cu-index-overlap.s | 17 # they're all shared. So demonstrate that the TU index ignores non-info overlap, 18 # but the CU index diagnoses such overlap (in the abbrev section, in this case)
|
| /llvm-project-15.0.7/mlir/test/Dialect/SparseTensor/ |
| H A D | invalid.mlir | 181 // expected-error@+1 {{overlap region must have exactly 2 arguments}} 183 overlap={ 197 overlap={} 209 // expected-error@+1 {{overlap region argument 2 type mismatch}} 211 overlap={ 225 overlap={} 240 overlap={} 251 overlap={}
|
| /llvm-project-15.0.7/polly/lib/External/ppcg/ |
| H A D | grouping.c | 611 isl_union_set *domain, *left, *overlap; in complete_grouping() local 622 overlap = isl_union_set_universe(grouping->domain); in complete_grouping() 624 overlap = isl_union_set_intersect(isl_union_set_copy(left), overlap); in complete_grouping() 625 left = isl_union_set_subtract(left, isl_union_set_copy(overlap)); in complete_grouping() 627 left = isl_union_set_union(left, overlap); in complete_grouping()
|
| /llvm-project-15.0.7/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrFormats.td | 63 // cannot overlap the source mask register (v0), unless the destination vector 68 // EMUL is at least 1. The destination vector register group cannot overlap 73 // destination vector register group cannot overlap with the source vector 77 // * vmsbf.m/vmsif.m/vmsof.m: The destination register cannot overlap the 78 // source register and, if masked, cannot overlap the mask register ('v0'). 80 // * viota: The destination register cannot overlap the source register and, 81 // if masked, cannot overlap the mask register ('v0'). 84 // overlap the source vector register group. 86 // * vrgather: The destination vector register group cannot overlap with the 89 // * vcompress: The destination vector register group cannot overlap the
|
| /llvm-project-15.0.7/llvm/test/Object/ |
| H A D | macho-invalid.test | 437 RUN: not llvm-objdump --macho --private-headers %p/Inputs/macho-invalid-symtab-overlap 2>&1 | FileC… 440 RUN: not llvm-objdump --macho --private-headers %p/Inputs/macho-invalid-strtab-overlap 2>&1 | FileC… 443 RUN: not llvm-objdump --macho --private-headers %p/Inputs/macho-invalid-section-overlap 2>&1 | File… 446 RUN: not llvm-objdump --macho --private-headers %p/Inputs/macho-invalid-reloc-overlap 2>&1 | FileCh… 449 RUN: not llvm-objdump --macho --private-headers %p/Inputs/macho-invalid-toc-overlap 2>&1 | FileChec… 452 RUN: not llvm-objdump --macho --private-headers %p/Inputs/macho-invalid-modtab-overlap 2>&1 | FileC… 467 RUN: not llvm-objdump --macho --private-headers %p/Inputs/macho-invalid-hints-overlap 2>&1 | FileCh… 470 RUN: not llvm-objdump --macho --private-headers %p/Inputs/macho-invalid-codesig-overlap 2>&1 | File… 473 RUN: not llvm-objdump --macho --private-headers %p/Inputs/macho-invalid-rebase-overlap 2>&1 | FileC… 476 RUN: not llvm-objdump --macho --private-headers %p/Inputs/macho-invalid-bind-overlap 2>&1 | FileChe… [all …]
|
| /llvm-project-15.0.7/llvm/test/Instrumentation/MemorySanitizer/ |
| H A D | msan-disable-checks.ll | 3 …dule(msan-module),function(msan)' 2>&1 | FileCheck -allow-deprecated-dag-overlap -check-prefixes=C… 4 …ion(msan)' -msan-disable-checks=1 2>&1 | FileCheck -allow-deprecated-dag-overlap -check-prefixes=C…
|