Home
last modified time | relevance | path

Searched refs:allocGlobal (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/src/
H A DState.cpp140 void *GlobalMemory = memory::allocGlobal( in push()
170 void *memory::allocGlobal(uint64_t Bytes, const char *Reason) { in allocGlobal() function in memory
432 SharedMemVariableSharingSpacePtr = (void **)memory::allocGlobal( in __kmpc_begin_sharing_variables()
H A DTasking.cpp33 TaskDescriptorTy *TaskDescriptor = (TaskDescriptorTy *)memory::allocGlobal( in __kmpc_omp_task_alloc()
H A DWorkshare.cpp454 memory::allocGlobal(sizeof(DynamicScheduleTracker), "new DST")); in pushDST()
/llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/include/
H A DState.h37 void *allocGlobal(uint64_t Size, const char *Reason);
154 ThreadStates[TId] = reinterpret_cast<ThreadStateTy *>(memory::allocGlobal( in lookupForModify32Impl()