Home
last modified time | relevance | path

Searched refs:extras (Results 1 – 14 of 14) sorted by relevance

/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_sched.cpp318 UT extras = trip_count % nth; in __kmp_for_static_init() local
319 *plower += incr * (tid * small_chunk + (tid < extras ? tid : extras)); in __kmp_for_static_init()
320 *pupper = *plower + small_chunk * incr - (tid < extras ? 0 : incr); in __kmp_for_static_init()
568 UT extras = trip_count % nteams; in __kmp_dist_for_static_init() local
570 incr * (team_id * chunkD + (team_id < extras ? team_id : extras)); in __kmp_dist_for_static_init()
571 *pupperDist = *plower + chunkD * incr - (team_id < extras ? 0 : incr); in __kmp_dist_for_static_init()
637 UT extras = trip_count % nth; in __kmp_dist_for_static_init() local
638 *plower += incr * (tid * chunkL + (tid < extras ? tid : extras)); in __kmp_dist_for_static_init()
639 *pupper = *plower + chunkL * incr - (tid < extras ? 0 : incr); in __kmp_dist_for_static_init()
H A Dkmp_dispatch.cpp379 T small_chunk, extras; in __kmp_dispatch_init_algorithm() local
392 extras = ntc % nproc; in __kmp_dispatch_init_algorithm()
394 init = id * small_chunk + (id < extras ? id : extras); in __kmp_dispatch_init_algorithm()
446 T extras = tc % nproc; in __kmp_dispatch_init_algorithm() local
447 init = id * small_chunk + (id < extras ? id : extras); in __kmp_dispatch_init_algorithm()
1264 T small_chunk, extras; in __kmp_dispatch_next_algorithm() local
1267 init = id * small_chunk + (id < extras ? id : extras); in __kmp_dispatch_next_algorithm()
1407 T small_chunk, extras; in __kmp_dispatch_next_algorithm() local
1410 init = id * small_chunk + (id < extras ? id : extras); in __kmp_dispatch_next_algorithm()
2582 UT extras = trip_count % nteams; in __kmp_dist_get_bounds() local
[all …]
H A Dkmp_tasking.cpp4634 if (extras == 0) { in __kmp_taskloop_linear()
4712 kmp_uint64 extras; member
4743 kmp_uint64 extras = p->extras; in __kmp_taskloop_task() local
4841 } else if (n_tsk0 <= extras) { in __kmp_taskloop_recur()
4849 ext0 = extras; in __kmp_taskloop_recur()
4882 p->extras = ext1; in __kmp_taskloop_recur()
4991 extras = 0; in __kmp_taskloop()
4995 extras = tc % num_tasks; in __kmp_taskloop()
5002 extras = 0; in __kmp_taskloop()
5007 extras = 0; in __kmp_taskloop()
[all …]
/llvm-project-15.0.7/mlir/utils/spirv/
H A Dgen_spirv_dialect.py803 extras=existing_info.get('extras', ''))
906 extras = rest.strip(' }\n')
907 if extras:
908 extras = '\n {}\n'.format(extras)
919 'extras': extras
/llvm-project-15.0.7/clang-tools-extra/modularize/
H A DCMakeLists.txt27 COMPONENT clang-extras)
/llvm-project-15.0.7/lld/test/COFF/
H A Dpdb-tpi-hash-size.test7 # RUN: llvm-pdbutil dump -types -type-extras %t.pdb | FileCheck %s
H A Dpdb.test11 # RUN: -publics -public-extras -types -ids -type-extras -id-extras %t.pdb \
/llvm-project-15.0.7/llvm/test/DebugInfo/PDB/
H A Dobj-globalhash.test4 RUN: llvm-pdbutil dump -type-extras %T/obj-hashes-1.obj >> %T/hashes-combined.out
6 RUN: llvm-pdbutil dump -type-extras %T/obj-hashes-2.obj >> %T/hashes-combined.out
/llvm-project-15.0.7/mlir/utils/tree-sitter-mlir/
H A Dgrammar.js3 extras : $ => [/\s/,
/llvm-project-15.0.7/llvm/docs/CommandGuide/
H A Dllvm-pdbutil.rst324 .. option:: -global-extras
333 .. option:: -public-extras
354 .. option:: -type-extras
372 .. option:: -id-extras
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRAttributes.cpp177 c.def("__add__", [](PyArrayAttribute arr, py::list extras) { in bindDerived() argument
180 attributes.reserve(numOldElements + py::len(extras)); in bindDerived()
183 for (py::handle attr : extras) in bindDerived()
/llvm-project-15.0.7/polly/utils/
H A Dargparse.py1817 extras.append(arg_strings[start_index])
1900 extras = []
1928 extras.extend(strings)
1938 extras.extend(arg_strings[stop_index:])
1968 return namespace, extras
/llvm-project-15.0.7/llvm/docs/
H A DPasses.rst1185 #. PHI nodes must have an entry for each predecessor, with no extras.
/llvm-project-15.0.7/clang/docs/
H A DInternalsManual.rst3257 #. There are some "extras" that make other features work better. It's worth
3258 handling these extras to give your expression complete integration into