Home
last modified time | relevance | path

Searched refs:ids (Results 1 – 25 of 97) sorted by relevance

1234

/llvm-project-15.0.7/clang/lib/ARCMigrate/
H A DTransAPIUses.cpp40 IdentifierTable &ids = Pass.Ctx.Idents; in APIChecker() local
41 getReturnValueSel = sels.getUnarySelector(&ids.get("getReturnValue")); in APIChecker()
42 setReturnValueSel = sels.getUnarySelector(&ids.get("setReturnValue")); in APIChecker()
45 selIds[0] = &ids.get("getArgument"); in APIChecker()
46 selIds[1] = &ids.get("atIndex"); in APIChecker()
48 selIds[0] = &ids.get("setArgument"); in APIChecker()
51 zoneSel = sels.getNullarySelector(&ids.get("zone")); in APIChecker()
/llvm-project-15.0.7/polly/lib/External/ppcg/
H A Dschedule.c25 __isl_keep isl_id_list *ids) in add_params() argument
30 n = isl_id_list_n_id(ids); in add_params()
38 id = isl_id_list_get_id(ids, i); in add_params()
50 int first, __isl_keep isl_id_list *ids) in parametrize() argument
57 set = add_params(set, ids); in parametrize()
59 n = isl_id_list_n_id(ids); in parametrize()
72 int len, int first, __isl_keep isl_id_list *ids) in parametrization() argument
80 return parametrize(set, first, ids); in parametrization()
/llvm-project-15.0.7/openmp/runtime/test/affinity/format/
H A Daffinity_values.c60 void list_to_ids(const char* affinity, int* ids, int ids_size) { in list_to_ids() argument
81 ids[ids_index++] = id; in list_to_ids()
102 int *ids = (int *)malloc(sizeof(int) * num_procs); in check_thread_affinity() local
107 omp_get_place_proc_ids(place, ids); in check_thread_affinity()
118 omp_get_thread_num(), j, ids[j], j, ids2[j]); in check_thread_affinity()
119 check(ids[j] == ids2[j]); in check_thread_affinity()
124 free(ids); in check_thread_affinity()
/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_space.c249 if (!ids) in extend_ids()
251 space->ids = ids; in extend_ids()
1129 if (!space1->ids && !space2->ids) in match()
1203 if (!ids) in space_extend()
1210 space->ids = ids; in space_extend()
1219 free(ids); in space_extend()
1343 if (!ids) in isl_space_insert_dims()
1362 space->ids = ids; in isl_space_insert_dims()
1449 space->ids = ids; in isl_space_move_dims()
1889 space->ids = ids; in isl_space_map_from_set()
[all …]
H A Disl_vertices.c1145 if (cell->n_vertices && !cell->ids) in isl_cell_alloc()
1166 free(cell->ids); in isl_cell_free()
1382 cell->ids[i]); in isl_cell_foreach_vertex()
1469 if (!simplex->ids) in call_on_simplex()
1473 simplex->ids[i] = simplex_ids[i]; in call_on_simplex()
1529 int *ids; in triangulate() local
1549 if (!ids) in triangulate()
1561 ids[k++] = other_ids[j]; in triangulate()
1567 ids, k, fn, user) < 0) in triangulate()
1570 free(ids); in triangulate()
[all …]
H A Disl_vertices_private.h49 int *ids; member
/llvm-project-15.0.7/lldb/test/Shell/SymbolFile/Breakpad/
H A Dline-table-discontinuous-file-ids.test3 # RUN: yaml2obj %S/Inputs/basic-elf.yaml -o %T/line-table-discontinuous-file-ids.out
4 # RUN: %lldb %T/line-table-discontinuous-file-ids.out \
5 …arget symbols add -s line-table-discontinuous-file-ids.out %S/Inputs/line-table-discontinuous-file…
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_stack_store_test.cpp81 std::vector<StackStore::Id> ids; in TEST_F() local
84 ids.push_back(store_.Store(s, &pack)); in TEST_F()
87 auto id = ids.begin(); in TEST_F()
99 std::vector<StackStore::Id> ids; in TEST_F() local
102 ids.push_back(store_.Store(s, &pack)); in TEST_F()
145 std::vector<StackStore::Id> ids; in TEST_P() local
150 ids.push_back(store_.Store(s, &pack)); in TEST_P()
167 auto id = ids.begin(); in TEST_P()
/llvm-project-15.0.7/llvm/test/TableGen/
H A DListSlices.td45 class Class1<list<int> ids> {
46 int Zero = ids[0];
47 list<int> TwoFive = ids[2...5];
72 multiclass MC1<list<int> ids> {
74 int Zero = ids[0];
75 list<int> TwoFive = ids[2...5];
/llvm-project-15.0.7/openmp/runtime/test/affinity/
H A Droot-threads-affinity.c44 int *ids = (int*)malloc(sizeof(int) * num_procs); in place_and_affinity_match() local
45 omp_get_place_proc_ids(place, ids); in place_and_affinity_match()
52 int cpu = ids[i]; in place_and_affinity_match()
63 if (ids[j] == cpu) { in place_and_affinity_match()
74 free(ids); in place_and_affinity_match()
H A Dlibomp_test_topology.h210 int *ids = (int *)malloc(sizeof(int) * num_procs); in topology_alloc_openmp_places() local
211 omp_get_place_proc_ids(place, ids); in topology_alloc_openmp_places()
214 affinity_mask_set(mask, ids[i]); in topology_alloc_openmp_places()
236 int *ids = (int *)malloc(sizeof(int) * num_procs); in topology_alloc_openmp_partition() local
241 omp_get_place_proc_ids(place, ids); in topology_alloc_openmp_partition()
244 affinity_mask_set(mask, ids[i]); in topology_alloc_openmp_partition()
/llvm-project-15.0.7/lldb/source/Plugins/Instruction/PPC64/
H A DEmulateInstructionPPC64.cpp233 int32_t ids = llvm::SignExtend32<16>(ds << 2); in EmulateLD() local
237 if (ra != gpr_r1_ppc64le || rt != gpr_r1_ppc64le || ids != 0) in EmulateLD()
241 LLDB_LOG(log, "EmulateLD: {0:X+8}: ld r{1}, {2}(r{3})", m_addr, rt, ids, ra); in EmulateLD()
276 int32_t ids = llvm::SignExtend32<16>(ds << 2); in EmulateSTD() local
279 u ? "u" : "", rs, ids, ra); in EmulateSTD()
302 ctx.SetRegisterToRegisterPlusOffset(rs_info, ra_info, ids); in EmulateSTD()
309 lldb::addr_t addr = ra_val + ids; in EmulateSTD()
/llvm-project-15.0.7/llvm/test/DebugInfo/PDB/
H A Dpdbdump-mergeids.test1 ; RUN: llvm-pdbutil yaml2pdb -pdb=%t.1.pdb %p/Inputs/merge-ids-1.yaml
2 ; RUN: llvm-pdbutil yaml2pdb -pdb=%t.2.pdb %p/Inputs/merge-ids-2.yaml
4 ; RUN: llvm-pdbutil dump -ids %t.3.pdb | FileCheck -check-prefix=MERGED %s
H A Dpdbdump-merge-ids-and-types.test1 ; RUN: llvm-pdbutil yaml2pdb -pdb=%t.1.pdb %p/Inputs/merge-ids-and-types-1.yaml
2 ; RUN: llvm-pdbutil yaml2pdb -pdb=%t.2.pdb %p/Inputs/merge-ids-and-types-2.yaml
5 ; RUN: llvm-pdbutil dump -ids %t.3.pdb | FileCheck -check-prefix=IPI-TYPES %s
/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_affinity.cpp160 if (ahwthread->ids[level] < bhwthread->ids[level]) in compare_ids()
162 else if (ahwthread->ids[level] > bhwthread->ids[level]) in compare_ids()
202 printf("%4d ", ids[i]); in print()
232 int new_id = ids[i]; in _insert_layer()
257 hw_threads[k].ids[j] = hw_threads[k].ids[i]; in _insert_layer()
258 hw_threads[k].ids[target_layer] = ids[k]; in _insert_layer()
280 __kmp_free(ids); in _insert_windows_proc_groups()
358 hw_thread.ids[d] = hw_thread.ids[d + 1]; in _remove_radix1_layers()
611 if (previous_thread.ids[j] != current_thread.ids[j]) { in check_ids()
1255 if (t1.ids[i] != t2.ids[i]) in is_close()
[all …]
H A Dkmp_stats_timing.cpp43 int ids = cpuinfo.eax; in tick_time() local
45 for (unsigned int i = 2; i < (ids ^ 0x80000000) + 2; i++) in tick_time()
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Dlldbinline.py130 ids = set()
132 ids.add(thread.GetStopReasonDataAtIndex(i))
133 self.assertGreater(len(ids), 0)
134 return sorted(ids)
/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/debugger/visualstudio/
H A DVisualStudio.py200 ids = self._vs_to_dex_ids[vsbp]
204 bp_id_list += ids
207 def delete_breakpoints(self, ids): argument
213 for id in ids:
/llvm-project-15.0.7/mlir/lib/Interfaces/
H A DDataLayoutInterfaces.cpp465 DenseMap<StringAttr, DataLayoutEntryInterface> &ids) { in bucketEntriesByType() argument
470 ids[entry.getKey().get<StringAttr>()] = entry; in bucketEntriesByType()
484 DenseMap<StringAttr, DataLayoutEntryInterface> ids; in verifyDataLayoutSpec() local
485 spec.bucketEntriesByType(types, ids); in verifyDataLayoutSpec()
541 for (const auto &kvp : ids) { in verifyDataLayoutSpec()
/llvm-project-15.0.7/lld/test/COFF/
H A Dpdb-global-hashes.test7 RUN: llvm-pdbutil dump -types -ids -dont-resolve-forward-refs %t.nohash.pdb | FileCheck %s
8 RUN: llvm-pdbutil dump -types -ids -dont-resolve-forward-refs %t.hash.pdb | FileCheck %s
9 RUN: llvm-pdbutil dump -types -ids -dont-resolve-forward-refs %t.mixed.pdb | FileCheck %s
H A Dpdb-type-server-simple.test24 RUN: llvm-pdbutil dump -symbols -types -ids -globals %t/t.pdb | FileCheck %s
28 RUN: llvm-pdbutil dump -symbols -types -ids -globals %t/t.pdb | FileCheck %s
127 SUMMARY-NEXT: llvm-pdbutil dump -ids -id-index 0x1006 t.pdb
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DVforkChecker.cpp101 const char *ids[] = { in isCallExplicitelyAllowed() local
115 for (const char **id = ids; *id; ++id) in isCallExplicitelyAllowed()
/llvm-project-15.0.7/llvm/test/CodeGen/BPF/
H A Dreloc-btf-2.ll5 ; int g __attribute__((section("ids"))) = 4;
13 @g = dso_local local_unnamed_addr global i32 4, section "ids", align 4, !dbg !0
/llvm-project-15.0.7/mlir/include/mlir/Support/
H A DTypeID.h296 TypeID allocate() { return TypeID(ids.Allocate()); } in allocate()
301 llvm::SpecificBumpPtrAllocator<TypeID::Storage> ids;
/llvm-project-15.0.7/clang-tools-extra/clangd/index/remote/
H A DIndex.proto16 message LookupRequest { repeated string ids = 1; } field
47 repeated string ids = 1; field

1234