Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/libomptarget/plugins/remote/lib/
H A DUtils.cpp24 for (auto *CurEntry = Desc->HostEntriesBegin; in loadTargetBinaryDescription()
75 Desc->HostEntriesBegin = new __tgt_offload_entry[Request->entries_size()]; in unloadTargetBinaryDescription()
77 Desc->HostEntriesBegin = nullptr; in unloadTargetBinaryDescription()
82 __tgt_offload_entry *CurEntry = Desc->HostEntriesBegin; in unloadTargetBinaryDescription()
97 CurEntry = Desc->HostEntriesBegin; in unloadTargetBinaryDescription()
100 if (!Desc->HostEntriesBegin) { in unloadTargetBinaryDescription()
143 for (auto *Entry = Desc->HostEntriesBegin; Entry != Desc->HostEntriesEnd; in freeTargetBinaryDescription()
149 delete[] Desc->HostEntriesBegin; in freeTargetBinaryDescription()
/llvm-project-15.0.7/openmp/libomptarget/src/
H A Drtl.cpp439 if (!PM->HostEntriesBeginToTransTable.count(Desc->HostEntriesBegin)) { in registerLib()
440 PM->HostEntriesBeginRegistrationOrder.push_back(Desc->HostEntriesBegin); in registerLib()
442 (PM->HostEntriesBeginToTransTable)[Desc->HostEntriesBegin]; in registerLib()
443 TransTable.HostTable.EntriesBegin = Desc->HostEntriesBegin; in registerLib()
449 (PM->HostEntriesBeginToTransTable)[Desc->HostEntriesBegin]; in registerLib()
549 for (__tgt_offload_entry *Cur = Desc->HostEntriesBegin; in unregisterLib()
556 PM->HostEntriesBeginToTransTable.find(Desc->HostEntriesBegin); in unregisterLib()
559 DPxPTR(Desc->HostEntriesBegin)); in unregisterLib()
564 DPxPTR(Desc->HostEntriesBegin)); in unregisterLib()
H A Domptarget.cpp86 for (auto *HostEntriesBegin : PM->HostEntriesBeginRegistrationOrder) { in initLibrary() local
88 &PM->HostEntriesBeginToTransTable[HostEntriesBegin]; in initLibrary()
/llvm-project-15.0.7/clang/docs/
H A DClangOffloadWrapper.rst122 | __tgt_offload_entry* | HostEntriesBegin | Begin of table with all host entries |
192 __start_omp_offloading_entries, /*HostEntriesBegin*/
H A DOffloadingDesign.rst319 | __tgt_offload_entry* | HostEntriesBegin | Begin of table with all host entries |
390 __start_omp_offloading_entries, /*HostEntriesBegin*/
/llvm-project-15.0.7/openmp/libomptarget/include/
H A Domptarget.h156 __tgt_offload_entry *HostEntriesBegin; // Begin of table with all host entries member