Home
last modified time | relevance | path

Searched refs:OVERLAP (Results 1 – 25 of 26) sorted by relevance

12

/external/llvm-project/llvm/test/tools/llvm-profdata/
Doverlap_vp.test1 …p/Inputs/overlap_1_vp.proftext %p/Inputs/overlap_2_vp.proftext | FileCheck %s -check-prefix=OVERLAP
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:
6 OVERLAP: Program level:
7 OVERLAP: # of functions overlap: 1
8 OVERLAP: Edge profile overlap: 80.000%
9 OVERLAP: Edge profile base count sum: 100000
10 OVERLAP: Edge profile test count sum: 50000
11 OVERLAP: IndirectCall profile overlap: 80.000%
12 OVERLAP: IndirectCall profile base count sum: 100000
[all …]
Doverlap.test1 …rlap %p/Inputs/overlap_1.proftext %p/Inputs/overlap_2.proftext | FileCheck %s -check-prefix=OVERLAP
2 …ts/overlap_1.proftext %p/Inputs/overlap_2.proftext | FileCheck %s --check-prefixes=MAINFUNC,OVERLAP
3 …ts/overlap_1.proftext %p/Inputs/overlap_2.proftext | FileCheck %s --check-prefixes=MAINFUNC,OVERLAP
6 RUN: llvm-profdata overlap %t_1.profdata %t_2.profdata | FileCheck %s -check-prefix=OVERLAP
12 OVERLAP: Profile overlap infomation for base_profile: {{.*}} and test_profile:
13 OVERLAP: Program level:
14 OVERLAP: # of functions overlap: 2
15 OVERLAP: # of functions mismatch: 1
16 OVERLAP: # of functions only in test_profile: 1
17 OVERLAP: Edge profile overlap: 60.000%
[all …]
Doverlap_cs.test1 …p/Inputs/overlap_1_cs.proftext %p/Inputs/overlap_2_cs.proftext | FileCheck %s -check-prefix=OVERLAP
4 …N: llvm-profdata overlap -cs %t_1_cs.profdata %t_2_cs.profdata | FileCheck %s -check-prefix=OVERLAP
5 OVERLAP: Profile overlap infomation for base_profile: {{.*}} and test_profile:
6 OVERLAP: Program level:
7 OVERLAP: # of functions overlap: 1
8 OVERLAP: Edge profile overlap: 80.000%
9 OVERLAP: Edge profile base count sum: 10000
10 OVERLAP: Edge profile test count sum: 10000
Dcompact-sample.proftext16 …nputs/compat-sample.profdata %S/Inputs/compat-sample.profdata | FileCheck %s --check-prefix=OVERLAP
18 # OVERLAP: Program level:
19 # OVERLAP-NEXT: Whole program profile similarity: 100.000%
20 # OVERLAP-NEXT: Whole program sample overlap: 100.000%
/external/llvm-project/llvm/test/FileCheck/
Dcheck-substring-multi-prefix.txt1 // RUN: FileCheck -check-prefix=AAAOVERLAP -check-prefix=OVERLAP -input-file %s %s
8 OVERLAP: fo{{o}}
10 OVERLAP: buz{{z}}
/external/llvm/test/FileCheck/
Dcheck-substring-multi-prefix.txt1 // RUN: FileCheck -check-prefix=AAAOVERLAP -check-prefix=OVERLAP -input-file %s %s
8 OVERLAP: fo{{o}}
10 OVERLAP: buz{{z}}
/external/llvm-project/lld/test/ELF/linkerscript/
Doverlapping-sections.s8 …null -T %t-lma.script %t.o -shared --no-rosegment 2>&1 | FileCheck %s -check-prefix LMA-OVERLAP-ERR
9 # LMA-OVERLAP-ERR: error: section .sec1 load address range overlaps with .sec2
10 # LMA-OVERLAP-ERR-NEXT: >>> .sec1 range is [0x8000, 0x80FF]
11 # LMA-OVERLAP-ERR-NEXT: >>> .sec2 range is [0x8080, 0x817F]
/external/llvm-project/llvm/test/Object/
Dmacho-invalid.test437 …rs %p/Inputs/macho-invalid-symtab-overlap 2>&1 | FileCheck --check-prefix=INVALID-SYMTAB-OVERLAP %s
438 INVALID-SYMTAB-OVERLAP: macho-invalid-symtab-overlap': truncated or malformed object (symbol table …
440 …rs %p/Inputs/macho-invalid-strtab-overlap 2>&1 | FileCheck --check-prefix=INVALID-STRTAB-OVERLAP %s
441 INVALID-STRTAB-OVERLAP: macho-invalid-strtab-overlap': truncated or malformed object (string table …
443 … %p/Inputs/macho-invalid-section-overlap 2>&1 | FileCheck --check-prefix=INVALID-SECTION-OVERLAP %s
444 INVALID-SECTION-OVERLAP: macho-invalid-section-overlap': truncated or malformed object (symbol tabl…
446 …ders %p/Inputs/macho-invalid-reloc-overlap 2>&1 | FileCheck --check-prefix=INVALID-RELOC-OVERLAP %s
447 INVALID-RELOC-OVERLAP: macho-invalid-reloc-overlap': truncated or malformed object (section relocat…
449 …-headers %p/Inputs/macho-invalid-toc-overlap 2>&1 | FileCheck --check-prefix=INVALID-TOC-OVERLAP %s
450 INVALID-TOC-OVERLAP: macho-invalid-toc-overlap': truncated or malformed object (table of contents a…
[all …]
/external/llvm-project/llvm/test/DebugInfo/X86/
Ddwarfdump-str-offsets-invalid-6.s2 # RUN: not llvm-dwarfdump -v %t.o 2>&1 | FileCheck --check-prefix=OVERLAP %s
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/search/
DSearchTest.java376 SearchData OVERLAP[] = { field in SearchTest
1558 for (count = 0; count < OVERLAP.length; count++) { in TestOverlap()
1559 if (!assertEqualWithAttribute(OVERLAP[count], false, true)) { in TestOverlap()
1570 for (count = 0; count < OVERLAP.length && count < NONOVERLAP.length; count++) { in TestOverlap()
1571 SearchData search = (OVERLAP[count]); in TestOverlap()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/search/
DSearchTest.java379 SearchData OVERLAP[] = { field in SearchTest
1561 for (count = 0; count < OVERLAP.length; count++) { in TestOverlap()
1562 if (!assertEqualWithAttribute(OVERLAP[count], false, true)) { in TestOverlap()
1573 for (count = 0; count < OVERLAP.length && count < NONOVERLAP.length; count++) { in TestOverlap()
1574 SearchData search = (OVERLAP[count]); in TestOverlap()
/external/elfutils/libdwfl/
DlibdwflP.h72 DWFL_ERROR (OVERLAP, N_("address range overlaps an existing module")) \
/external/icu/icu4c/source/test/intltest/
Dsrchtest.cpp988 while (OVERLAP[count].text != NULL) { in TestOverlap()
989 if (!assertEqualWithAttribute(&OVERLAP[count], USEARCH_OFF, in TestOverlap()
1005 const SearchData *search = &(OVERLAP[count]); in TestOverlap()
/external/icu/icu4c/source/test/cintltst/
Dusrchdat.c224 static const SearchData OVERLAP[] = { variable
Dusrchtst.c864 while (OVERLAP[count].text != NULL) { in TestOverlap()
865 if (!assertEqualWithAttribute(OVERLAP[count], USEARCH_OFF, in TestOverlap()
883 const SearchData *search = &(OVERLAP[count]); in TestOverlap()
/external/llvm-project/llvm/docs/CommandGuide/
Dllvm-profdata.rst312 OVERLAP chapter
/external/unicode/
DDerivedAge.txt1434 1BCA0..1BCA3 ; 7.0 # [4] SHORTHAND FORMAT LETTER OVERLAP..SHORTHAND FORMAT UP STEP
/external/icu/icu4c/source/data/unidata/norm2/
Duts46.txt6491 1BCA0..1BCA3 > # 7.0 SHORTHAND FORMAT LETTER OVERLAP..SHORTHAND FORMAT UP…
/external/cldr/common/uca/
Dallkeys_CLDR.txt345 1BCA0 ; [.0000.0000.0000] # SHORTHAND FORMAT LETTER OVERLAP
346 1BCA1 ; [.0000.0000.0000] # SHORTHAND FORMAT CONTINUING OVERLAP
7306 1F5D7 ; [.163E.0020.0002] # OVERLAP
DUCA_Rules.txt344 = '\U0001BCA0' # 7.0 [Cf] [0000.0000.0000] U+1BCA0 SHORTHAND FORMAT LETTER OVERLAP
345 = '\U0001BCA1' # 7.0 [Cf] [0000.0000.0000] U+1BCA1 SHORTHAND FORMAT CONTINUING OVERLAP
7227 < �� # 7.0 [So] [163E.0020.0002] U+1F5D7 OVERLAP
DFractionalUCA.txt811 1BCA0; [,,] # Zyyy Cf [0000.0000.0000] * SHORTHAND FORMAT LETTER OVERLAP
812 1BCA1; [,,] # Zyyy Cf [0000.0000.0000] * SHORTHAND FORMAT CONTINUING OVERLAP
13252 1F5D7; [0D 20 07, 05, 05] # Zyyy So [163E.0020.0002] * OVERLAP
/external/rust/crates/idna/src/
DIdnaMappingTable.txt6474 1BCA0..1BCA3 ; ignored # 7.0 SHORTHAND FORMAT LETTER OVERLAP..SHOR…
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/unicode/
DUnicodeData.txt27323 1BCA0;SHORTHAND FORMAT LETTER OVERLAP;Cf;0;BN;;;;;N;;;;;
27324 1BCA1;SHORTHAND FORMAT CONTINUING OVERLAP;Cf;0;BN;;;;;N;;;;;
31632 1F5D7;OVERLAP;So;0;ON;;;;;N;;;;;
/external/icu/icu4c/source/data/unidata/
DUnicodeData.txt27323 1BCA0;SHORTHAND FORMAT LETTER OVERLAP;Cf;0;BN;;;;;N;;;;;
27324 1BCA1;SHORTHAND FORMAT CONTINUING OVERLAP;Cf;0;BN;;;;;N;;;;;
31632 1F5D7;OVERLAP;So;0;ON;;;;;N;;;;;
/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/unicode/
DUnicodeData.txt27323 1BCA0;SHORTHAND FORMAT LETTER OVERLAP;Cf;0;BN;;;;;N;;;;;
27324 1BCA1;SHORTHAND FORMAT CONTINUING OVERLAP;Cf;0;BN;;;;;N;;;;;
31632 1F5D7;OVERLAP;So;0;ON;;;;;N;;;;;

12