Home
last modified time | relevance | path

Searched refs:IdentTy (Results 1 – 25 of 57) sorted by relevance

123

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/openmp/libomptarget/DeviceRTL/include/
H A DInterface.h242 void __kmpc_ordered(IdentTy *Loc, int32_t TId);
244 void __kmpc_end_ordered(IdentTy *Loc, int32_t TId);
248 void __kmpc_barrier(IdentTy *Loc_ref, int32_t TId);
252 int32_t __kmpc_master(IdentTy *Loc, int32_t TId);
254 void __kmpc_end_master(IdentTy *Loc, int32_t TId);
256 int32_t __kmpc_single(IdentTy *Loc, int32_t TId);
258 void __kmpc_end_single(IdentTy *Loc, int32_t TId);
260 void __kmpc_flush(IdentTy *Loc);
311 int32_t __kmpc_omp_task(IdentTy *Loc, uint32_t TId,
327 void __kmpc_taskgroup(IdentTy *Loc, uint32_t TId);
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/openmp/libomptarget/DeviceRTL/include/
H A DInterface.h230 void __kmpc_ordered(IdentTy *Loc, int32_t TId);
232 void __kmpc_end_ordered(IdentTy *Loc, int32_t TId);
236 void __kmpc_barrier(IdentTy *Loc_ref, int32_t TId);
240 int32_t __kmpc_master(IdentTy *Loc, int32_t TId);
242 void __kmpc_end_master(IdentTy *Loc, int32_t TId);
244 int32_t __kmpc_single(IdentTy *Loc, int32_t TId);
246 void __kmpc_end_single(IdentTy *Loc, int32_t TId);
248 void __kmpc_flush(IdentTy *Loc);
299 int32_t __kmpc_omp_task(IdentTy *Loc, uint32_t TId,
315 void __kmpc_taskgroup(IdentTy *Loc, uint32_t TId);
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/openmp/libomptarget/DeviceRTL/include/
H A DInterface.h230 void __kmpc_ordered(IdentTy *Loc, int32_t TId);
232 void __kmpc_end_ordered(IdentTy *Loc, int32_t TId);
236 void __kmpc_barrier(IdentTy *Loc_ref, int32_t TId);
240 int32_t __kmpc_master(IdentTy *Loc, int32_t TId);
242 void __kmpc_end_master(IdentTy *Loc, int32_t TId);
244 int32_t __kmpc_single(IdentTy *Loc, int32_t TId);
246 void __kmpc_end_single(IdentTy *Loc, int32_t TId);
248 void __kmpc_flush(IdentTy *Loc);
299 int32_t __kmpc_omp_task(IdentTy *Loc, uint32_t TId,
315 void __kmpc_taskgroup(IdentTy *Loc, uint32_t TId);
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/openmp/libomptarget/DeviceRTL/include/
H A DInterface.h230 void __kmpc_ordered(IdentTy *Loc, int32_t TId);
232 void __kmpc_end_ordered(IdentTy *Loc, int32_t TId);
236 void __kmpc_barrier(IdentTy *Loc_ref, int32_t TId);
240 int32_t __kmpc_master(IdentTy *Loc, int32_t TId);
242 void __kmpc_end_master(IdentTy *Loc, int32_t TId);
244 int32_t __kmpc_single(IdentTy *Loc, int32_t TId);
246 void __kmpc_end_single(IdentTy *Loc, int32_t TId);
248 void __kmpc_flush(IdentTy *Loc);
299 int32_t __kmpc_omp_task(IdentTy *Loc, uint32_t TId,
315 void __kmpc_taskgroup(IdentTy *Loc, uint32_t TId);
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/openmp/libomptarget/DeviceRTL/src/
H A DTasking.cpp25 TaskDescriptorTy *__kmpc_omp_task_alloc(IdentTy *, uint32_t, int32_t, in __kmpc_omp_task_alloc() argument
41 int32_t __kmpc_omp_task(IdentTy *Loc, uint32_t TId, in __kmpc_omp_task()
46 int32_t __kmpc_omp_task_with_deps(IdentTy *Loc, uint32_t TId, in __kmpc_omp_task_with_deps()
57 void __kmpc_omp_task_begin_if0(IdentTy *Loc, uint32_t TId, in __kmpc_omp_task_begin_if0()
62 void __kmpc_omp_task_complete_if0(IdentTy *Loc, uint32_t TId, in __kmpc_omp_task_complete_if0()
69 void __kmpc_omp_wait_deps(IdentTy *Loc, uint32_t TId, int32_t, void *, int32_t, in __kmpc_omp_wait_deps()
72 void __kmpc_taskgroup(IdentTy *Loc, uint32_t TId) {} in __kmpc_taskgroup()
74 void __kmpc_end_taskgroup(IdentTy *Loc, uint32_t TId) {} in __kmpc_end_taskgroup()
76 int32_t __kmpc_omp_taskyield(IdentTy *Loc, uint32_t TId, int) { return 0; } in __kmpc_omp_taskyield()
78 int32_t __kmpc_omp_taskwait(IdentTy *Loc, uint32_t TId) { return 0; } in __kmpc_omp_taskwait()
[all …]
H A DWorkshare.cpp210 static void dispatch_init(IdentTy *loc, int32_t threadId, in dispatch_init()
382 static int dispatch_next(IdentTy *loc, int32_t gtid, int32_t *plast, in dispatch_next()
535 void __kmpc_dispatch_fini_4(IdentTy *loc, int32_t tid) { in __kmpc_dispatch_fini_4()
540 void __kmpc_dispatch_fini_4u(IdentTy *loc, int32_t tid) { in __kmpc_dispatch_fini_4u()
545 void __kmpc_dispatch_fini_8(IdentTy *loc, int32_t tid) { in __kmpc_dispatch_fini_8()
550 void __kmpc_dispatch_fini_8u(IdentTy *loc, int32_t tid) { in __kmpc_dispatch_fini_8u()
559 void __kmpc_for_static_init_4(IdentTy *loc, int32_t global_tid, in __kmpc_for_static_init_4()
568 void __kmpc_for_static_init_4u(IdentTy *loc, int32_t global_tid, in __kmpc_for_static_init_4u()
577 void __kmpc_for_static_init_8(IdentTy *loc, int32_t global_tid, in __kmpc_for_static_init_8()
586 void __kmpc_for_static_init_8u(IdentTy *loc, int32_t global_tid, in __kmpc_for_static_init_8u()
[all …]
H A DParallelism.cpp81 void __kmpc_parallel_51(IdentTy *ident, int32_t, int32_t if_expr, in __kmpc_parallel_51()
174 void __kmpc_serialized_parallel(IdentTy *, uint32_t TId) { in __kmpc_serialized_parallel() argument
179 void __kmpc_end_serialized_parallel(IdentTy *, uint32_t TId) { in __kmpc_end_serialized_parallel() argument
184 uint16_t __kmpc_parallel_level(IdentTy *, uint32_t) { return omp_get_level(); } in __kmpc_parallel_level() argument
186 int32_t __kmpc_global_thread_num(IdentTy *) { return omp_get_thread_num(); } in __kmpc_global_thread_num() argument
188 void __kmpc_push_num_threads(IdentTy *, int32_t, int32_t NumThreads) { in __kmpc_push_num_threads() argument
192 void __kmpc_push_num_teams(IdentTy *loc, int32_t tid, int32_t num_teams, in __kmpc_push_num_teams()
195 void __kmpc_push_proc_bind(IdentTy *loc, uint32_t tid, int proc_bind) {} in __kmpc_push_proc_bind()
H A DSynchronization.cpp249 void __kmpc_ordered(IdentTy *Loc, int32_t TId) {} in __kmpc_ordered()
251 void __kmpc_end_ordered(IdentTy *Loc, int32_t TId) {} in __kmpc_end_ordered()
253 int32_t __kmpc_cancel_barrier(IdentTy *Loc, int32_t TId) { in __kmpc_cancel_barrier()
258 void __kmpc_barrier(IdentTy *Loc, int32_t TId) { in __kmpc_barrier()
268 __attribute__((noinline)) void __kmpc_barrier_simple_spmd(IdentTy *Loc, in __kmpc_barrier_simple_spmd()
273 int32_t __kmpc_master(IdentTy *Loc, int32_t TId) { in __kmpc_master()
277 void __kmpc_end_master(IdentTy *Loc, int32_t TId) {} in __kmpc_end_master()
279 int32_t __kmpc_single(IdentTy *Loc, int32_t TId) { in __kmpc_single()
283 void __kmpc_end_single(IdentTy *Loc, int32_t TId) { in __kmpc_end_single()
287 void __kmpc_flush(IdentTy *Loc) { fence::kernel(__ATOMIC_SEQ_CST); } in __kmpc_flush()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/openmp/libomptarget/DeviceRTL/src/
H A DTasking.cpp25 TaskDescriptorTy *__kmpc_omp_task_alloc(IdentTy *, uint32_t, int32_t, in __kmpc_omp_task_alloc() argument
41 int32_t __kmpc_omp_task(IdentTy *Loc, uint32_t TId, in __kmpc_omp_task()
46 int32_t __kmpc_omp_task_with_deps(IdentTy *Loc, uint32_t TId, in __kmpc_omp_task_with_deps()
57 void __kmpc_omp_task_begin_if0(IdentTy *Loc, uint32_t TId, in __kmpc_omp_task_begin_if0()
62 void __kmpc_omp_task_complete_if0(IdentTy *Loc, uint32_t TId, in __kmpc_omp_task_complete_if0()
69 void __kmpc_omp_wait_deps(IdentTy *Loc, uint32_t TId, int32_t, void *, int32_t, in __kmpc_omp_wait_deps()
72 void __kmpc_taskgroup(IdentTy *Loc, uint32_t TId) {} in __kmpc_taskgroup()
74 void __kmpc_end_taskgroup(IdentTy *Loc, uint32_t TId) {} in __kmpc_end_taskgroup()
76 int32_t __kmpc_omp_taskyield(IdentTy *Loc, uint32_t TId, int) { return 0; } in __kmpc_omp_taskyield()
78 int32_t __kmpc_omp_taskwait(IdentTy *Loc, uint32_t TId) { return 0; } in __kmpc_omp_taskwait()
[all …]
H A DParallelism.cpp81 void __kmpc_parallel_51(IdentTy *ident, int32_t, int32_t if_expr, in __kmpc_parallel_51()
173 void __kmpc_serialized_parallel(IdentTy *, uint32_t TId) { in __kmpc_serialized_parallel() argument
178 void __kmpc_end_serialized_parallel(IdentTy *, uint32_t TId) { in __kmpc_end_serialized_parallel() argument
183 uint16_t __kmpc_parallel_level(IdentTy *, uint32_t) { return omp_get_level(); } in __kmpc_parallel_level() argument
185 int32_t __kmpc_global_thread_num(IdentTy *) { return omp_get_thread_num(); } in __kmpc_global_thread_num() argument
187 void __kmpc_push_num_threads(IdentTy *, int32_t, int32_t NumThreads) { in __kmpc_push_num_threads() argument
191 void __kmpc_push_num_teams(IdentTy *loc, int32_t tid, int32_t num_teams, in __kmpc_push_num_teams()
194 void __kmpc_push_proc_bind(IdentTy *loc, uint32_t tid, int proc_bind) {} in __kmpc_push_proc_bind()
H A DSynchronization.cpp249 void __kmpc_ordered(IdentTy *Loc, int32_t TId) {} in __kmpc_ordered()
251 void __kmpc_end_ordered(IdentTy *Loc, int32_t TId) {} in __kmpc_end_ordered()
253 int32_t __kmpc_cancel_barrier(IdentTy *Loc, int32_t TId) { in __kmpc_cancel_barrier()
258 void __kmpc_barrier(IdentTy *Loc, int32_t TId) { in __kmpc_barrier()
268 __attribute__((noinline)) void __kmpc_barrier_simple_spmd(IdentTy *Loc, in __kmpc_barrier_simple_spmd()
273 int32_t __kmpc_master(IdentTy *Loc, int32_t TId) { in __kmpc_master()
277 void __kmpc_end_master(IdentTy *Loc, int32_t TId) {} in __kmpc_end_master()
279 int32_t __kmpc_single(IdentTy *Loc, int32_t TId) { in __kmpc_single()
283 void __kmpc_end_single(IdentTy *Loc, int32_t TId) { in __kmpc_end_single()
287 void __kmpc_flush(IdentTy *Loc) { fence::kernel(__ATOMIC_SEQ_CST); } in __kmpc_flush()
[all …]
H A DWorkshare.cpp210 static void dispatch_init(IdentTy *loc, int32_t threadId, in dispatch_init()
382 static int dispatch_next(IdentTy *loc, int32_t gtid, int32_t *plast, in dispatch_next()
535 void __kmpc_dispatch_fini_4(IdentTy *loc, int32_t tid) { in __kmpc_dispatch_fini_4()
540 void __kmpc_dispatch_fini_4u(IdentTy *loc, int32_t tid) { in __kmpc_dispatch_fini_4u()
545 void __kmpc_dispatch_fini_8(IdentTy *loc, int32_t tid) { in __kmpc_dispatch_fini_8()
550 void __kmpc_dispatch_fini_8u(IdentTy *loc, int32_t tid) { in __kmpc_dispatch_fini_8u()
559 void __kmpc_for_static_init_4(IdentTy *loc, int32_t global_tid, in __kmpc_for_static_init_4()
568 void __kmpc_for_static_init_4u(IdentTy *loc, int32_t global_tid, in __kmpc_for_static_init_4u()
577 void __kmpc_for_static_init_8(IdentTy *loc, int32_t global_tid, in __kmpc_for_static_init_8()
586 void __kmpc_for_static_init_8u(IdentTy *loc, int32_t global_tid, in __kmpc_for_static_init_8u()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/openmp/libomptarget/DeviceRTL/src/
H A DTasking.cpp25 TaskDescriptorTy *__kmpc_omp_task_alloc(IdentTy *, uint32_t, int32_t, in __kmpc_omp_task_alloc() argument
41 int32_t __kmpc_omp_task(IdentTy *Loc, uint32_t TId, in __kmpc_omp_task()
46 int32_t __kmpc_omp_task_with_deps(IdentTy *Loc, uint32_t TId, in __kmpc_omp_task_with_deps()
57 void __kmpc_omp_task_begin_if0(IdentTy *Loc, uint32_t TId, in __kmpc_omp_task_begin_if0()
62 void __kmpc_omp_task_complete_if0(IdentTy *Loc, uint32_t TId, in __kmpc_omp_task_complete_if0()
69 void __kmpc_omp_wait_deps(IdentTy *Loc, uint32_t TId, int32_t, void *, int32_t, in __kmpc_omp_wait_deps()
72 void __kmpc_taskgroup(IdentTy *Loc, uint32_t TId) {} in __kmpc_taskgroup()
74 void __kmpc_end_taskgroup(IdentTy *Loc, uint32_t TId) {} in __kmpc_end_taskgroup()
76 int32_t __kmpc_omp_taskyield(IdentTy *Loc, uint32_t TId, int) { return 0; } in __kmpc_omp_taskyield()
78 int32_t __kmpc_omp_taskwait(IdentTy *Loc, uint32_t TId) { return 0; } in __kmpc_omp_taskwait()
[all …]
H A DParallelism.cpp81 void __kmpc_parallel_51(IdentTy *ident, int32_t, int32_t if_expr, in __kmpc_parallel_51()
173 void __kmpc_serialized_parallel(IdentTy *, uint32_t TId) { in __kmpc_serialized_parallel() argument
178 void __kmpc_end_serialized_parallel(IdentTy *, uint32_t TId) { in __kmpc_end_serialized_parallel() argument
183 uint16_t __kmpc_parallel_level(IdentTy *, uint32_t) { return omp_get_level(); } in __kmpc_parallel_level() argument
185 int32_t __kmpc_global_thread_num(IdentTy *) { return omp_get_thread_num(); } in __kmpc_global_thread_num() argument
187 void __kmpc_push_num_threads(IdentTy *, int32_t, int32_t NumThreads) { in __kmpc_push_num_threads() argument
191 void __kmpc_push_num_teams(IdentTy *loc, int32_t tid, int32_t num_teams, in __kmpc_push_num_teams()
194 void __kmpc_push_proc_bind(IdentTy *loc, uint32_t tid, int proc_bind) {} in __kmpc_push_proc_bind()
H A DSynchronization.cpp249 void __kmpc_ordered(IdentTy *Loc, int32_t TId) {} in __kmpc_ordered()
251 void __kmpc_end_ordered(IdentTy *Loc, int32_t TId) {} in __kmpc_end_ordered()
253 int32_t __kmpc_cancel_barrier(IdentTy *Loc, int32_t TId) { in __kmpc_cancel_barrier()
258 void __kmpc_barrier(IdentTy *Loc, int32_t TId) { in __kmpc_barrier()
268 __attribute__((noinline)) void __kmpc_barrier_simple_spmd(IdentTy *Loc, in __kmpc_barrier_simple_spmd()
273 int32_t __kmpc_master(IdentTy *Loc, int32_t TId) { in __kmpc_master()
277 void __kmpc_end_master(IdentTy *Loc, int32_t TId) {} in __kmpc_end_master()
279 int32_t __kmpc_single(IdentTy *Loc, int32_t TId) { in __kmpc_single()
283 void __kmpc_end_single(IdentTy *Loc, int32_t TId) { in __kmpc_end_single()
287 void __kmpc_flush(IdentTy *Loc) { fence::kernel(__ATOMIC_SEQ_CST); } in __kmpc_flush()
[all …]
H A DWorkshare.cpp210 static void dispatch_init(IdentTy *loc, int32_t threadId, in dispatch_init()
382 static int dispatch_next(IdentTy *loc, int32_t gtid, int32_t *plast, in dispatch_next()
535 void __kmpc_dispatch_fini_4(IdentTy *loc, int32_t tid) { in __kmpc_dispatch_fini_4()
540 void __kmpc_dispatch_fini_4u(IdentTy *loc, int32_t tid) { in __kmpc_dispatch_fini_4u()
545 void __kmpc_dispatch_fini_8(IdentTy *loc, int32_t tid) { in __kmpc_dispatch_fini_8()
550 void __kmpc_dispatch_fini_8u(IdentTy *loc, int32_t tid) { in __kmpc_dispatch_fini_8u()
559 void __kmpc_for_static_init_4(IdentTy *loc, int32_t global_tid, in __kmpc_for_static_init_4()
568 void __kmpc_for_static_init_4u(IdentTy *loc, int32_t global_tid, in __kmpc_for_static_init_4u()
577 void __kmpc_for_static_init_8(IdentTy *loc, int32_t global_tid, in __kmpc_for_static_init_8()
586 void __kmpc_for_static_init_8u(IdentTy *loc, int32_t global_tid, in __kmpc_for_static_init_8u()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/openmp/libomptarget/DeviceRTL/src/
H A DTasking.cpp25 TaskDescriptorTy *__kmpc_omp_task_alloc(IdentTy *, uint32_t, int32_t, in __kmpc_omp_task_alloc() argument
41 int32_t __kmpc_omp_task(IdentTy *Loc, uint32_t TId, in __kmpc_omp_task()
46 int32_t __kmpc_omp_task_with_deps(IdentTy *Loc, uint32_t TId, in __kmpc_omp_task_with_deps()
57 void __kmpc_omp_task_begin_if0(IdentTy *Loc, uint32_t TId, in __kmpc_omp_task_begin_if0()
62 void __kmpc_omp_task_complete_if0(IdentTy *Loc, uint32_t TId, in __kmpc_omp_task_complete_if0()
69 void __kmpc_omp_wait_deps(IdentTy *Loc, uint32_t TId, int32_t, void *, int32_t, in __kmpc_omp_wait_deps()
72 void __kmpc_taskgroup(IdentTy *Loc, uint32_t TId) {} in __kmpc_taskgroup()
74 void __kmpc_end_taskgroup(IdentTy *Loc, uint32_t TId) {} in __kmpc_end_taskgroup()
76 int32_t __kmpc_omp_taskyield(IdentTy *Loc, uint32_t TId, int) { return 0; } in __kmpc_omp_taskyield()
78 int32_t __kmpc_omp_taskwait(IdentTy *Loc, uint32_t TId) { return 0; } in __kmpc_omp_taskwait()
[all …]
H A DParallelism.cpp81 void __kmpc_parallel_51(IdentTy *ident, int32_t, int32_t if_expr,
173 void __kmpc_serialized_parallel(IdentTy *, uint32_t TId) {
178 void __kmpc_end_serialized_parallel(IdentTy *, uint32_t TId) {
183 uint16_t __kmpc_parallel_level(IdentTy *, uint32_t) { return omp_get_level(); }
185 int32_t __kmpc_global_thread_num(IdentTy *) { return omp_get_thread_num(); }
187 void __kmpc_push_num_threads(IdentTy *, int32_t, int32_t NumThreads) {
191 void __kmpc_push_num_teams(IdentTy *loc, int32_t tid, int32_t num_teams,
194 void __kmpc_push_proc_bind(IdentTy *loc, uint32_t tid, int proc_bind) {}
H A DSynchronization.cpp249 void __kmpc_ordered(IdentTy *Loc, int32_t TId) {} in __kmpc_ordered()
251 void __kmpc_end_ordered(IdentTy *Loc, int32_t TId) {} in __kmpc_end_ordered()
253 int32_t __kmpc_cancel_barrier(IdentTy *Loc, int32_t TId) { in __kmpc_cancel_barrier()
258 void __kmpc_barrier(IdentTy *Loc, int32_t TId) { in __kmpc_barrier()
268 __attribute__((noinline)) void __kmpc_barrier_simple_spmd(IdentTy *Loc, in __kmpc_barrier_simple_spmd()
273 int32_t __kmpc_master(IdentTy *Loc, int32_t TId) { in __kmpc_master()
277 void __kmpc_end_master(IdentTy *Loc, int32_t TId) {} in __kmpc_end_master()
279 int32_t __kmpc_single(IdentTy *Loc, int32_t TId) { in __kmpc_single()
283 void __kmpc_end_single(IdentTy *Loc, int32_t TId) { in __kmpc_end_single()
287 void __kmpc_flush(IdentTy *Loc) { fence::kernel(__ATOMIC_SEQ_CST); } in __kmpc_flush()
[all …]
H A DWorkshare.cpp210 static void dispatch_init(IdentTy *loc, int32_t threadId,
382 static int dispatch_next(IdentTy *loc, int32_t gtid, int32_t *plast,
535 void __kmpc_dispatch_fini_4(IdentTy *loc, int32_t tid) {
540 void __kmpc_dispatch_fini_4u(IdentTy *loc, int32_t tid) {
545 void __kmpc_dispatch_fini_8(IdentTy *loc, int32_t tid) {
550 void __kmpc_dispatch_fini_8u(IdentTy *loc, int32_t tid) {
559 void __kmpc_for_static_init_4(IdentTy *loc, int32_t global_tid,
568 void __kmpc_for_static_init_4u(IdentTy *loc, int32_t global_tid,
577 void __kmpc_for_static_init_8(IdentTy *loc, int32_t global_tid,
586 void __kmpc_for_static_init_8u(IdentTy *loc, int32_t global_tid,
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/polly/lib/CodeGen/
H A DLoopGeneratorsKMP.cpp38 StructType *IdentTy = M->getTypeByName("struct.ident_t"); in createCallSpawnThreads() local
320 Type *Params[] = {IdentTy->getPointerTo()}; in createCallGlobalThreadNum()
359 StructType *IdentTy = M->getTypeByName("struct.ident_t"); in createCallStaticInit() local
365 Type *Params[] = {IdentTy->getPointerTo(), in createCallStaticInit()
398 StructType *IdentTy = M->getTypeByName("struct.ident_t"); in createCallStaticFini() local
420 StructType *IdentTy = M->getTypeByName("struct.ident_t"); in createCallDispatchInit() local
426 Type *Params[] = {IdentTy->getPointerTo(), in createCallDispatchInit()
466 Type *Params[] = {IdentTy->getPointerTo(), in createCallDispatchNext()
491 StructType *IdentTy = M->getTypeByName(StructName); in createSourceLocation() local
495 if (!IdentTy) { in createSourceLocation()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/polly/lib/CodeGen/
H A DLoopGeneratorsKMP.cpp38 StructType *IdentTy = M->getTypeByName("struct.ident_t"); in createCallSpawnThreads() local
320 Type *Params[] = {IdentTy->getPointerTo()}; in createCallGlobalThreadNum()
359 StructType *IdentTy = M->getTypeByName("struct.ident_t"); in createCallStaticInit() local
365 Type *Params[] = {IdentTy->getPointerTo(), in createCallStaticInit()
398 StructType *IdentTy = M->getTypeByName("struct.ident_t"); in createCallStaticFini() local
420 StructType *IdentTy = M->getTypeByName("struct.ident_t"); in createCallDispatchInit() local
426 Type *Params[] = {IdentTy->getPointerTo(), in createCallDispatchInit()
466 Type *Params[] = {IdentTy->getPointerTo(), in createCallDispatchNext()
491 StructType *IdentTy = M->getTypeByName(StructName); in createSourceLocation() local
495 if (!IdentTy) { in createSourceLocation()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/polly/lib/CodeGen/
H A DLoopGeneratorsKMP.cpp38 StructType *IdentTy = M->getTypeByName("struct.ident_t"); in createCallSpawnThreads() local
281 Type *Params[] = {IdentTy->getPointerTo()}; in createCallGlobalThreadNum()
320 StructType *IdentTy = M->getTypeByName("struct.ident_t"); in createCallStaticInit() local
326 Type *Params[] = {IdentTy->getPointerTo(), in createCallStaticInit()
359 StructType *IdentTy = M->getTypeByName("struct.ident_t"); in createCallStaticFini() local
381 StructType *IdentTy = M->getTypeByName("struct.ident_t"); in createCallDispatchInit() local
387 Type *Params[] = {IdentTy->getPointerTo(), in createCallDispatchInit()
427 Type *Params[] = {IdentTy->getPointerTo(), in createCallDispatchNext()
452 StructType *IdentTy = M->getTypeByName(StructName); in createSourceLocation() local
456 if (!IdentTy) { in createSourceLocation()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/polly/lib/CodeGen/
H A DLoopGeneratorsKMP.cpp38 StructType *IdentTy = in createCallSpawnThreads() local
322 StructType *IdentTy = in createCallGlobalThreadNum() local
342 StructType *IdentTy = in createCallPushNumThreads() local
366 StructType *IdentTy = in createCallStaticInit() local
373 Type *Params[] = {IdentTy->getPointerTo(), in createCallStaticInit()
406 StructType *IdentTy = in createCallStaticFini() local
429 StructType *IdentTy = in createCallDispatchInit() local
470 StructType *IdentTy = in createCallDispatchNext() local
502 StructType *IdentTy = in createSourceLocation() local
507 if (!IdentTy) { in createSourceLocation()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/polly/lib/CodeGen/
H A DLoopGeneratorsKMP.cpp38 StructType *IdentTy = in createCallSpawnThreads() local
318 StructType *IdentTy = in createCallGlobalThreadNum() local
338 StructType *IdentTy = in createCallPushNumThreads() local
362 StructType *IdentTy = in createCallStaticInit() local
369 Type *Params[] = {IdentTy->getPointerTo(), in createCallStaticInit()
402 StructType *IdentTy = in createCallStaticFini() local
425 StructType *IdentTy = in createCallDispatchInit() local
466 StructType *IdentTy = in createCallDispatchNext() local
498 StructType *IdentTy = in createSourceLocation() local
503 if (!IdentTy) { in createSourceLocation()
[all …]

123