Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/include/
H A DInterface.h247 void __kmpc_ordered(IdentTy *Loc, int32_t TId);
249 void __kmpc_end_ordered(IdentTy *Loc, int32_t TId);
253 void __kmpc_barrier(IdentTy *Loc_ref, int32_t TId);
259 int32_t __kmpc_master(IdentTy *Loc, int32_t TId);
261 void __kmpc_end_master(IdentTy *Loc, int32_t TId);
263 int32_t __kmpc_single(IdentTy *Loc, int32_t TId);
265 void __kmpc_end_single(IdentTy *Loc, int32_t TId);
267 void __kmpc_flush(IdentTy *Loc);
310 int32_t __kmpc_omp_task(IdentTy *Loc, uint32_t TId,
326 void __kmpc_taskgroup(IdentTy *Loc, uint32_t TId);
[all …]
H A DState.h133 void enterDataEnvironment(IdentTy *Ident);
140 DateEnvironmentRAII(IdentTy *Ident) { enterDataEnvironment(Ident); } in DateEnvironmentRAII()
148 IdentTy *Ident, bool ForceTeamState) { in lookupForModify32Impl()
173 lookup32(ValueKind Kind, bool IsReadonly, IdentTy *Ident, bool ForceTeamState) { in lookup32()
249 assert_eq(const Ty &V, IdentTy *Ident = nullptr,
256 lookup(bool IsReadonly, IdentTy *Ident, bool ForceTeamState) { in lookup()
262 IdentTy *Ident) { in inc()
268 IdentTy *Ident) { in set()
291 Ty &lookup(bool IsReadonly, IdentTy *, bool ForceTeamState) { in lookup()
304 ValueRAII(VTy &V, Ty NewValue, Ty OldValue, bool Active, IdentTy *Ident,
H A DTypes.h146 struct IdentTy { struct
/llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/src/
H A DTasking.cpp25 TaskDescriptorTy *__kmpc_omp_task_alloc(IdentTy *, uint32_t, int32_t, in __kmpc_omp_task_alloc() argument
42 int32_t __kmpc_omp_task(IdentTy *Loc, uint32_t TId, in __kmpc_omp_task()
48 int32_t __kmpc_omp_task_with_deps(IdentTy *Loc, uint32_t TId, in __kmpc_omp_task_with_deps()
60 void __kmpc_omp_task_begin_if0(IdentTy *Loc, uint32_t TId, in __kmpc_omp_task_begin_if0()
66 void __kmpc_omp_task_complete_if0(IdentTy *Loc, uint32_t TId, in __kmpc_omp_task_complete_if0()
74 void __kmpc_omp_wait_deps(IdentTy *Loc, uint32_t TId, int32_t, void *, int32_t, in __kmpc_omp_wait_deps()
79 void __kmpc_taskgroup(IdentTy *Loc, uint32_t TId) { FunctionTracingRAII(); } in __kmpc_taskgroup()
81 void __kmpc_end_taskgroup(IdentTy *Loc, uint32_t TId) { FunctionTracingRAII(); } in __kmpc_end_taskgroup()
83 int32_t __kmpc_omp_taskyield(IdentTy *Loc, uint32_t TId, int) { in __kmpc_omp_taskyield()
88 int32_t __kmpc_omp_taskwait(IdentTy *Loc, uint32_t TId) { in __kmpc_omp_taskwait()
[all …]
H A DWorkshare.cpp209 static void dispatch_init(IdentTy *loc, int32_t threadId, in dispatch_init()
381 static int dispatch_next(IdentTy *loc, int32_t gtid, int32_t *plast, in dispatch_next()
542 void __kmpc_dispatch_fini_4(IdentTy *loc, int32_t tid) { in __kmpc_dispatch_fini_4()
548 void __kmpc_dispatch_fini_4u(IdentTy *loc, int32_t tid) { in __kmpc_dispatch_fini_4u()
554 void __kmpc_dispatch_fini_8(IdentTy *loc, int32_t tid) { in __kmpc_dispatch_fini_8()
560 void __kmpc_dispatch_fini_8u(IdentTy *loc, int32_t tid) { in __kmpc_dispatch_fini_8u()
570 void __kmpc_for_static_init_4(IdentTy *loc, int32_t global_tid, in __kmpc_for_static_init_4()
580 void __kmpc_for_static_init_4u(IdentTy *loc, int32_t global_tid, in __kmpc_for_static_init_4u()
590 void __kmpc_for_static_init_8(IdentTy *loc, int32_t global_tid, in __kmpc_for_static_init_8()
600 void __kmpc_for_static_init_8u(IdentTy *loc, int32_t global_tid, in __kmpc_for_static_init_8u()
[all …]
H A DSynchronization.cpp340 void __kmpc_ordered(IdentTy *Loc, int32_t TId) { FunctionTracingRAII(); } in __kmpc_ordered()
344 int32_t __kmpc_cancel_barrier(IdentTy *Loc, int32_t TId) { in __kmpc_cancel_barrier()
350 void __kmpc_barrier(IdentTy *Loc, int32_t TId) { in __kmpc_barrier()
361 __attribute__((noinline)) void __kmpc_barrier_simple_spmd(IdentTy *Loc, in __kmpc_barrier_simple_spmd()
367 __attribute__((noinline)) void __kmpc_barrier_simple_generic(IdentTy *Loc, in __kmpc_barrier_simple_generic()
373 int32_t __kmpc_master(IdentTy *Loc, int32_t TId) { in __kmpc_master()
380 int32_t __kmpc_single(IdentTy *Loc, int32_t TId) { in __kmpc_single()
385 void __kmpc_end_single(IdentTy *Loc, int32_t TId) { in __kmpc_end_single()
390 void __kmpc_flush(IdentTy *Loc) { in __kmpc_flush()
405 void __kmpc_critical(IdentTy *Loc, int32_t TId, CriticalNameTy *Name) { in __kmpc_critical()
[all …]
H A DParallelism.cpp82 void __kmpc_parallel_51(IdentTy *ident, int32_t, int32_t if_expr, in __kmpc_parallel_51()
272 uint16_t __kmpc_parallel_level(IdentTy *, uint32_t) { in __kmpc_parallel_level() argument
277 int32_t __kmpc_global_thread_num(IdentTy *) { in __kmpc_global_thread_num() argument
282 void __kmpc_push_num_teams(IdentTy *loc, int32_t tid, int32_t num_teams, in __kmpc_push_num_teams()
287 void __kmpc_push_proc_bind(IdentTy *loc, uint32_t tid, int proc_bind) { in __kmpc_push_proc_bind()
H A DKernel.cpp32 static void genericStateMachine(IdentTy *Ident) { in genericStateMachine()
68 int32_t __kmpc_target_init(IdentTy *Ident, int8_t Mode, in __kmpc_target_init()
128 void __kmpc_target_deinit(IdentTy *Ident, int8_t Mode, bool) { in __kmpc_target_deinit()
H A DMisc.cpp69 int32_t __kmpc_cancellationpoint(IdentTy *, int32_t, int32_t) { in __kmpc_cancellationpoint() argument
74 int32_t __kmpc_cancel(IdentTy *, int32_t, int32_t) { in __kmpc_cancel() argument
H A DReduction.cpp177 IdentTy *Loc, int32_t TId, int32_t num_vars, uint64_t reduce_size, in __kmpc_nvptx_parallel_reduce_nowait_v2()
186 IdentTy *Loc, int32_t TId, void *GlobalBuffer, uint32_t num_of_records, in __kmpc_nvptx_teams_reduce_nowait_v2()
H A DState.cpp255 void state::enterDataEnvironment(IdentTy *Ident) { in enterDataEnvironment()
/llvm-project-15.0.7/polly/lib/CodeGen/
H A DLoopGeneratorsKMP.cpp38 StructType *IdentTy = in createCallSpawnThreads() local
323 StructType *IdentTy = in createCallGlobalThreadNum() local
345 StructType *IdentTy = in createCallPushNumThreads() local
370 StructType *IdentTy = in createCallStaticInit() local
377 Type *Params[] = {IdentTy->getPointerTo(), in createCallStaticInit()
411 StructType *IdentTy = in createCallStaticFini() local
435 StructType *IdentTy = in createCallDispatchInit() local
477 StructType *IdentTy = in createCallDispatchNext() local
511 StructType *IdentTy = in createSourceLocation() local
516 if (!IdentTy) { in createSourceLocation()
[all …]