Home
last modified time | relevance | path

Searched defs:IdentTy (Results 1 – 6 of 6) sorted by relevance

/llvm-project/offload/DeviceRTL/include/
H A DTypes.h
/llvm-project/polly/lib/CodeGen/
H A DLoopGeneratorsKMP.cpp38 StructType *IdentTy = createCallSpawnThreads() local
319 StructType *IdentTy = createCallGlobalThreadNum() local
341 StructType *IdentTy = createCallPushNumThreads() local
366 StructType *IdentTy = createCallStaticInit() local
407 StructType *IdentTy = createCallStaticFini() local
431 StructType *IdentTy = createCallDispatchInit() local
473 StructType *IdentTy = createCallDispatchNext() local
507 StructType *IdentTy = createSourceLocation() local
/llvm-project/offload/DeviceRTL/src/
H A DMisc.cpp120 __kmpc_cancellationpoint(IdentTy *,int32_t,int32_t) __kmpc_cancellationpoint() argument
122 __kmpc_cancel(IdentTy *,int32_t,int32_t) __kmpc_cancel() argument
H A DParallelism.cpp305 uint16_t __kmpc_parallel_level(IdentTy *, uint32_t) { return omp_get_level(); } in __kmpc_global_thread_num() argument
303 __kmpc_parallel_level(IdentTy *,uint32_t) __kmpc_parallel_level() argument
H A DTasking.cpp27 TaskDescriptorTy *__kmpc_omp_task_alloc(IdentTy *, int32_t, int32_t, in __kmpc_omp_task_alloc() argument
[all...]
/llvm-project/offload/include/Shared/
H A DEnvironment.h23 using IdentTy = ident_t; variable