Home
last modified time | relevance | path

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

/external/llvm-project/openmp/libomptarget/plugins/amdgpu/src/
Drtl.cpp123 void *kernarg_region = nullptr; member
131 if (kernarg_region) { in ~KernelArgPool()
132 auto r = hsa_amd_memory_pool_free(kernarg_region); in ~KernelArgPool()
152 &kernarg_region); in KernelArgPool()
154 core::allow_access_to_all_gpu_agents(kernarg_region); in KernelArgPool()
169 res = static_cast<void *>(static_cast<char *>(kernarg_region) + in allocate()
186 static_cast<char *>(ptr) - static_cast<char *>(kernarg_region); in pointer_to_index()