Home
last modified time | relevance | path

Searched refs:mappings (Results 1 – 25 of 142) sorted by relevance

123456

/llvm-project-15.0.7/llvm/test/tools/llvm-mca/X86/
H A Dregister-file-statistics.s25 # ALL-NEXT: Total number of mappings created: 2
26 # ALL-NEXT: Max number of mappings used: 2
29 # BARCELONA-NEXT: Total number of mappings created: 2
30 # BARCELONA-NEXT: Max number of mappings used: 2
34 # BDVER2-NEXT: Total number of mappings created: 0
35 # BDVER2-NEXT: Max number of mappings used: 0
39 # BTVER2-NEXT: Total number of mappings created: 0
40 # BTVER2-NEXT: Max number of mappings used: 0
44 # ZNVER1-NEXT: Total number of mappings created: 0
45 # ZNVER1-NEXT: Max number of mappings used: 0
[all …]
/llvm-project-15.0.7/llvm/test/tools/llvm-mca/X86/Znver3/
H A Dzero-idioms-avx-ymm.s130 # CHECK-NEXT: Max number of mappings used: 9
135 # CHECK-NEXT: Max number of mappings used: 9
139 # CHECK-NEXT: Total number of mappings created: 0
140 # CHECK-NEXT: Max number of mappings used: 0
221 # CHECK-NEXT: Max number of mappings used: 9
226 # CHECK-NEXT: Max number of mappings used: 9
230 # CHECK-NEXT: Total number of mappings created: 0
231 # CHECK-NEXT: Max number of mappings used: 0
312 # CHECK-NEXT: Max number of mappings used: 9
317 # CHECK-NEXT: Max number of mappings used: 9
[all …]
H A Dzero-idioms-avx-xmm.s120 # CHECK-NEXT: Max number of mappings used: 9
125 # CHECK-NEXT: Max number of mappings used: 9
129 # CHECK-NEXT: Total number of mappings created: 0
130 # CHECK-NEXT: Max number of mappings used: 0
211 # CHECK-NEXT: Max number of mappings used: 9
216 # CHECK-NEXT: Max number of mappings used: 9
220 # CHECK-NEXT: Total number of mappings created: 0
221 # CHECK-NEXT: Max number of mappings used: 0
302 # CHECK-NEXT: Max number of mappings used: 9
307 # CHECK-NEXT: Max number of mappings used: 9
[all …]
H A Dzero-idioms-sse-xmm.s120 # CHECK-NEXT: Max number of mappings used: 37
125 # CHECK-NEXT: Max number of mappings used: 37
129 # CHECK-NEXT: Total number of mappings created: 0
130 # CHECK-NEXT: Max number of mappings used: 0
211 # CHECK-NEXT: Max number of mappings used: 37
216 # CHECK-NEXT: Max number of mappings used: 37
220 # CHECK-NEXT: Total number of mappings created: 0
221 # CHECK-NEXT: Max number of mappings used: 0
311 # CHECK-NEXT: Total number of mappings created: 0
312 # CHECK-NEXT: Max number of mappings used: 0
[all …]
H A Done-idioms-avx-xmm.s49 # CHECK-NEXT: Total number of mappings created: 2000
50 # CHECK-NEXT: Max number of mappings used: 74
54 # CHECK-NEXT: Total number of mappings created: 2000
55 # CHECK-NEXT: Max number of mappings used: 74
59 # CHECK-NEXT: Total number of mappings created: 0
60 # CHECK-NEXT: Max number of mappings used: 0
141 # CHECK-NEXT: Max number of mappings used: 74
146 # CHECK-NEXT: Max number of mappings used: 74
150 # CHECK-NEXT: Total number of mappings created: 0
151 # CHECK-NEXT: Max number of mappings used: 0
[all …]
H A Done-idioms-avx-ymm.s49 # CHECK-NEXT: Total number of mappings created: 2000
50 # CHECK-NEXT: Max number of mappings used: 74
54 # CHECK-NEXT: Total number of mappings created: 2000
55 # CHECK-NEXT: Max number of mappings used: 74
59 # CHECK-NEXT: Total number of mappings created: 0
60 # CHECK-NEXT: Max number of mappings used: 0
141 # CHECK-NEXT: Max number of mappings used: 74
146 # CHECK-NEXT: Max number of mappings used: 74
150 # CHECK-NEXT: Total number of mappings created: 0
151 # CHECK-NEXT: Max number of mappings used: 0
[all …]
H A Done-idioms-sse-xmm.s49 # CHECK-NEXT: Total number of mappings created: 2000
50 # CHECK-NEXT: Max number of mappings used: 74
54 # CHECK-NEXT: Total number of mappings created: 2000
55 # CHECK-NEXT: Max number of mappings used: 74
59 # CHECK-NEXT: Total number of mappings created: 0
60 # CHECK-NEXT: Max number of mappings used: 0
141 # CHECK-NEXT: Max number of mappings used: 74
146 # CHECK-NEXT: Max number of mappings used: 74
150 # CHECK-NEXT: Total number of mappings created: 0
151 # CHECK-NEXT: Max number of mappings used: 0
[all …]
H A Done-idioms-mmx.s44 # CHECK-NEXT: Total number of mappings created: 2000
45 # CHECK-NEXT: Max number of mappings used: 74
49 # CHECK-NEXT: Total number of mappings created: 2000
50 # CHECK-NEXT: Max number of mappings used: 74
54 # CHECK-NEXT: Total number of mappings created: 0
55 # CHECK-NEXT: Max number of mappings used: 0
136 # CHECK-NEXT: Max number of mappings used: 74
141 # CHECK-NEXT: Max number of mappings used: 74
145 # CHECK-NEXT: Total number of mappings created: 0
146 # CHECK-NEXT: Max number of mappings used: 0
[all …]
H A Dzero-idioms-gpr.s49 # CHECK-NEXT: Total number of mappings created: 2000
50 # CHECK-NEXT: Max number of mappings used: 18
54 # CHECK-NEXT: Total number of mappings created: 0
55 # CHECK-NEXT: Max number of mappings used: 0
59 # CHECK-NEXT: Total number of mappings created: 2000
60 # CHECK-NEXT: Max number of mappings used: 18
157 # CHECK-NEXT: Max number of mappings used: 18
161 # CHECK-NEXT: Total number of mappings created: 0
162 # CHECK-NEXT: Max number of mappings used: 0
167 # CHECK-NEXT: Max number of mappings used: 18
[all …]
/llvm-project-15.0.7/compiler-rt/test/msan/
H A Dmmap.cpp35 } mappings[] = { in AddrIsApp() local
52 const size_t mappingsSize = sizeof (mappings) / sizeof (mappings[0]); in AddrIsApp()
55 if (addr >= mappings[i].start && addr < mappings[i].end) in AddrIsApp()
/llvm-project-15.0.7/mlir/lib/Dialect/Transform/IR/
H A DTransformInterfaces.cpp29 auto result = mappings.try_emplace(&region); in TransformState()
80 Mappings &mappings = getMapping(value); in setPayloadOps() local
90 if (failed(tryEmplaceReverseMapping(mappings, op, value))) in setPayloadOps()
98 Mappings &mappings = getMapping(value); in removePayloadOps() local
99 for (Operation *op : mappings.direct[value]) in removePayloadOps()
100 mappings.reverse.erase(op); in removePayloadOps()
101 mappings.direct.erase(value); in removePayloadOps()
106 Mappings &mappings = getMapping(value); in updatePayloadOps() local
107 auto it = mappings.direct.find(value); in updatePayloadOps()
108 assert(it != mappings.direct.end() && "unknown handle"); in updatePayloadOps()
[all …]
/llvm-project-15.0.7/llvm/test/Transforms/Util/
H A Dadd-TLI-mappings.ll1 ; RUN: opt -vector-library=SVML -inject-tli-mappings -S < %s | FileCheck %s --check-p…
2 ; RUN: opt -vector-library=SVML -passes=inject-tli-mappings -S < %s | FileCheck %s --check-p…
3 ; RUN: opt -vector-library=MASSV -inject-tli-mappings -S < %s | FileCheck %s --check-p…
4 ; RUN: opt -vector-library=MASSV -passes=inject-tli-mappings -S < %s | FileCheck %s --check-p…
5 ; RUN: opt -vector-library=Accelerate -inject-tli-mappings -S < %s | FileCheck %s --check-p…
6 ; RUN: opt -vector-library=LIBMVEC-X86 -inject-tli-mappings -S < %s | FileCheck %s --check-…
7 ; RUN: opt -vector-library=LIBMVEC-X86 -passes=inject-tli-mappings -S < %s | FileCheck %s --check-…
8 ; RUN: opt -vector-library=Accelerate -passes=inject-tli-mappings -S < %s | FileCheck %s --check-p…
/llvm-project-15.0.7/clang/utils/hmaptool/
H A Dhmaptool106 def mappings(self): member in HeaderMap
153 mappings = sorted(hmap.mappings)
154 for key,value in mappings:
179 mappings = input_data['mappings']
180 num_buckets = next_power_of_two(len(mappings) * 3)
186 for key,value in mappings.items():
219 header = (1, 0, strtable_offset, len(mappings),
260 for key,value in hmap.mappings:
/llvm-project-15.0.7/llvm/test/tools/llvm-mca/X86/BtVer2/
H A Dregister-files-4.s42 # CHECK-NEXT: Total number of mappings created: 66
43 # CHECK-NEXT: Max number of mappings used: 63
47 # CHECK-NEXT: Total number of mappings created: 0
48 # CHECK-NEXT: Max number of mappings used: 0
52 # CHECK-NEXT: Total number of mappings created: 66
53 # CHECK-NEXT: Max number of mappings used: 63
H A Dregister-files-3.s42 # CHECK-NEXT: Total number of mappings created: 6
43 # CHECK-NEXT: Max number of mappings used: 3
47 # CHECK-NEXT: Total number of mappings created: 0
48 # CHECK-NEXT: Max number of mappings used: 0
52 # CHECK-NEXT: Total number of mappings created: 6
53 # CHECK-NEXT: Max number of mappings used: 3
H A Dregister-files-2.s33 # CHECK-NEXT: Total number of mappings created: 10
34 # CHECK-NEXT: Max number of mappings used: 5
38 # CHECK-NEXT: Total number of mappings created: 10
39 # CHECK-NEXT: Max number of mappings used: 5
43 # CHECK-NEXT: Total number of mappings created: 0
44 # CHECK-NEXT: Max number of mappings used: 0
H A Dregister-files-1.s32 # CHECK-NEXT: Total number of mappings created: 10
33 # CHECK-NEXT: Max number of mappings used: 10
37 # CHECK-NEXT: Total number of mappings created: 10
38 # CHECK-NEXT: Max number of mappings used: 10
42 # CHECK-NEXT: Total number of mappings created: 0
43 # CHECK-NEXT: Max number of mappings used: 0
H A Dreg-move-elimination-1.s35 # CHECK-NEXT: Total number of mappings created: 3
36 # CHECK-NEXT: Max number of mappings used: 3
40 # CHECK-NEXT: Total number of mappings created: 3
41 # CHECK-NEXT: Max number of mappings used: 3
49 # CHECK-NEXT: Total number of mappings created: 0
50 # CHECK-NEXT: Max number of mappings used: 0
H A Dreg-move-elimination-5.s36 # CHECK-NEXT: Total number of mappings created: 0
37 # CHECK-NEXT: Max number of mappings used: 0
41 # CHECK-NEXT: Total number of mappings created: 0
42 # CHECK-NEXT: Max number of mappings used: 0
46 # CHECK-NEXT: Total number of mappings created: 0
47 # CHECK-NEXT: Max number of mappings used: 0
/llvm-project-15.0.7/llvm/test/tools/llvm-mca/X86/BdVer2/
H A Dregister-files-4.s42 # CHECK-NEXT: Total number of mappings created: 66
43 # CHECK-NEXT: Max number of mappings used: 66
47 # CHECK-NEXT: Total number of mappings created: 0
48 # CHECK-NEXT: Max number of mappings used: 0
52 # CHECK-NEXT: Total number of mappings created: 66
53 # CHECK-NEXT: Max number of mappings used: 66
H A Dregister-files-3.s42 # CHECK-NEXT: Total number of mappings created: 6
43 # CHECK-NEXT: Max number of mappings used: 3
47 # CHECK-NEXT: Total number of mappings created: 0
48 # CHECK-NEXT: Max number of mappings used: 0
52 # CHECK-NEXT: Total number of mappings created: 6
53 # CHECK-NEXT: Max number of mappings used: 3
H A Dregister-files-1.s33 # CHECK-NEXT: Total number of mappings created: 10
34 # CHECK-NEXT: Max number of mappings used: 10
38 # CHECK-NEXT: Total number of mappings created: 10
39 # CHECK-NEXT: Max number of mappings used: 10
43 # CHECK-NEXT: Total number of mappings created: 0
44 # CHECK-NEXT: Max number of mappings used: 0
H A Dreg-move-elimination-1.s35 # CHECK-NEXT: Total number of mappings created: 6
36 # CHECK-NEXT: Max number of mappings used: 6
40 # CHECK-NEXT: Total number of mappings created: 6
41 # CHECK-NEXT: Max number of mappings used: 6
45 # CHECK-NEXT: Total number of mappings created: 0
46 # CHECK-NEXT: Max number of mappings used: 0
H A Dregister-files-2.s33 # CHECK-NEXT: Total number of mappings created: 10
34 # CHECK-NEXT: Max number of mappings used: 5
38 # CHECK-NEXT: Total number of mappings created: 10
39 # CHECK-NEXT: Max number of mappings used: 5
43 # CHECK-NEXT: Total number of mappings created: 0
44 # CHECK-NEXT: Max number of mappings used: 0
H A Dreg-move-elimination-5.s36 # CHECK-NEXT: Total number of mappings created: 12
37 # CHECK-NEXT: Max number of mappings used: 11
41 # CHECK-NEXT: Total number of mappings created: 0
42 # CHECK-NEXT: Max number of mappings used: 0
46 # CHECK-NEXT: Total number of mappings created: 12
47 # CHECK-NEXT: Max number of mappings used: 11

123456