Home
last modified time | relevance | path

Searched defs:ids (Results 1 – 25 of 35) sorted by relevance

12

/llvm-project/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()
102 int *ids = (int *)malloc(sizeof(int) * num_procs); in check_thread_affinity() local
/llvm-project/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_stack_store_test.cpp81 std::vector<StackStore::Id> ids; in TEST_F() local
99 std::vector<StackStore::Id> ids; in TEST_F() local
145 std::vector<StackStore::Id> ids; in TEST_P() local
/llvm-project/polly/lib/External/isl/
H A Disl_space_private.h23 isl_id **ids; member
H A Disl_vertices_private.h49 int *ids; member
H A Disl_space.c233 isl_id **ids; in extend_ids() local
1167 unsigned first, unsigned n, __isl_keep isl_id **ids) in get_ids()
1178 isl_id **ids = NULL; in space_extend() local
1316 isl_id **ids = NULL; in isl_space_insert_dims() local
1415 isl_id **ids; in isl_space_move_dims() local
1897 isl_id **ids = NULL; in isl_space_map_from_set() local
1954 unsigned first, unsigned n, __isl_take isl_id **ids) in set_ids()
1969 isl_id **ids = NULL; in isl_space_reverse() local
/llvm-project/clang/lib/ARCMigrate/
H A DTransAPIUses.cpp40 IdentifierTable &ids = Pass.Ctx.Idents; in APIChecker() local
/llvm-project/openmp/runtime/src/
H A Dkmp_stats_timing.cpp43 int ids = cpuinfo.eax; in tick_time() local
H A Dkmp_affinity.cpp267 _insert_layer(kmp_hw_t type,const int * ids) _insert_layer() argument
320 int *ids = (int *)__kmp_allocate(sizeof(int) * num_hw_threads); _insert_windows_proc_groups() local
4320 __kmp_affinity_get_mask_topology_info(const kmp_affin_mask_t * mask,kmp_affinity_ids_t & ids,kmp_affinity_attrs_t & attrs) __kmp_affinity_get_mask_topology_info() argument
4371 kmp_affinity_ids_t &ids = th->th.th_topology_ids; __kmp_affinity_get_thread_topology_info() local
4416 kmp_affinity_ids_t &ids = affinity.ids[i]; __kmp_affinity_get_topology_info() local
[all...]
/llvm-project/clang-tools-extra/clangd/index/remote/
H A DIndex.proto16 message LookupRequest { repeated string ids = 1; } field
47 repeated string ids = 1; field
/llvm-project/lldb/source/Plugins/Instruction/PPC64/
H A DEmulateInstructionPPC64.cpp233 int32_t ids = llvm::SignExtend32<16>(ds << 2); in EmulateLD() local
277 int32_t ids = llvm::SignExtend32<16>(ds << 2); in EmulateSTD() local
/llvm-project/openmp/runtime/test/affinity/
H A Droot-threads-affinity.c44 int *ids = (int*)malloc(sizeof(int) * num_procs); in place_and_affinity_match() local
H A Dlibomp_test_topology.h210 int *ids = (int *)malloc(sizeof(int) * num_procs); in topology_alloc_openmp_places() local
236 int *ids = (int *)malloc(sizeof(int) * num_procs); in topology_alloc_openmp_partition() local
/llvm-project/mlir/lib/Dialect/DLTI/
H A DDLTI.cpp119 DenseSet<StringAttr> ids; verify() local
348 DenseSet<StringAttr> ids; verify() local
/llvm-project/cross-project-tests/debuginfo-tests/dexter/dex/debugger/dbgeng/
H A Ddbgeng.py100 def delete_breakpoints(self, ids): argument
/llvm-project/clang/docs/tools/
H A Ddump_ast_matchers.py40 ids = collections.defaultdict(int) global() variable
/llvm-project/mlir/lib/Dialect/GPU/TransformOps/
H A DUtils.cpp94 SmallVector<Value> ids; in commonLinearIdBuilderFn() local
140 SmallVector<Value> ids{ common3DIdBuilderFn() local
[all...]
/llvm-project/cross-project-tests/debuginfo-tests/dexter/dex/debugger/lldb/
H A DLLDB.py163 for id in ids: argument
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DVforkChecker.cpp102 const char *ids[] = { in isCallExplicitelyAllowed() local
/llvm-project/cross-project-tests/debuginfo-tests/dexter/dex/debugger/visualstudio/
H A DVisualStudio.py235 def delete_breakpoints(self, ids): argument
/llvm-project/mlir/lib/Dialect/SparseTensor/IR/Detail/
H A DVar.h324 llvm::StringMap<VarInfo::ID> ids; variable
/llvm-project/mlir/lib/Interfaces/
H A DDataLayoutInterfaces.cpp689 DenseMap<StringAttr, DataLayoutEntryInterface> &ids) { in bucketEntriesByType() argument
708 DenseMap<StringAttr, DataLayoutEntryInterface> ids; in verifyDataLayoutSpec() local
/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.h250 LazyRandomTypeCollection &ids() { in ids() function
/llvm-project/cross-project-tests/debuginfo-tests/dexter/dex/debugger/
H A DDebuggerBase.py170 def delete_breakpoints(self, ids): argument
/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DInputFile.cpp461 codeview::LazyRandomTypeCollection &InputFile::ids() { in ids() function in InputFile
/llvm-project/clang/test/CodeGen/
H A Dinit.c58 long ids[] = { (long) &x }; in f6() local

12