Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/libomptarget/plugins/remote/lib/
H A DUtils.cpp47 CurEntry != CurImage->EntriesEnd; CurEntry++) { in loadTargetBinaryDescription()
102 CurImage->EntriesEnd = nullptr; in unloadTargetBinaryDescription()
112 CurImage->EntriesEnd = CurEntry + 1; in unloadTargetBinaryDescription()
153 for (auto *Entry = Table->EntriesBegin; Entry != Table->EntriesEnd; Entry++) in freeTargetTable()
163 CurEntry != Table->EntriesEnd; CurEntry++, ImageEntry++) { in loadTargetTable()
187 Table->EntriesEnd = CurEntry; in unloadTargetTable()
267 for (auto *CurEntry = Table->EntriesBegin; CurEntry != Table->EntriesEnd; in dump()
285 for (; EntryItr != Image->EntriesEnd; EntryItr++) in dump()
/llvm-project-15.0.7/openmp/libomptarget/plugins/generic-elf-64bit/src/
H A Drtl.cpp69 E.Table.EntriesEnd = End; in createOffloadTable()
79 *End = E.Table.EntriesEnd; in findOffloadEntry()
138 size_t NumEntries = (size_t)(Image->EntriesEnd - Image->EntriesBegin); in __tgt_rtl_load_binary()
237 __tgt_offload_entry *EntriesEnd = EntriesBegin + NumEntries; in __tgt_rtl_load_binary() local
246 DPxPTR(EntriesBegin), DPxPTR(EntriesEnd)); in __tgt_rtl_load_binary()
247 DeviceInfo.createOffloadTable(DeviceId, EntriesBegin, EntriesEnd); in __tgt_rtl_load_binary()
/llvm-project-15.0.7/openmp/libomptarget/plugins/ve/src/
H A Drtl.cpp94 FuncOrGblEntry[device_id].back().Table.EntriesEnd = &T.back() + 1; in buildOffloadTableFromHost()
223 size_t NumEntries = (size_t)(Image->EntriesEnd - Image->EntriesBegin); in __tgt_rtl_load_binary()
318 Image->EntriesEnd); in __tgt_rtl_load_binary()
/llvm-project-15.0.7/openmp/libomptarget/include/
H A Domptarget.h143 __tgt_offload_entry *EntriesEnd; // End of table (non inclusive) member
164 *EntriesEnd; // End of the table with all the entries (non inclusive) member
/llvm-project-15.0.7/clang/docs/
H A DClangOffloadWrapper.rst109 | __tgt_offload_entry* | EntriesEnd | End of table (non inclusive) |
179 __stop_omp_offloading_entries /*EntriesEnd*/
186 __stop_omp_offloading_entries /*EntriesEnd*/
H A DOffloadingDesign.rst303 | __tgt_offload_entry* | EntriesEnd | End of table (non inclusive) |
377 __stop_omp_offloading_entries /*EntriesEnd*/
384 __stop_omp_offloading_entries /*EntriesEnd*/
/llvm-project-15.0.7/openmp/libomptarget/src/
H A Drtl.cpp274 Entry != Img->EntriesEnd; ++Entry) { in registerGlobalCtorsDtorsForImage()
311 return {Begin, End, Image->EntriesBegin, Image->EntriesEnd}; in getExecutableImage()
444 TransTable.HostTable.EntriesEnd = Desc->HostEntriesEnd; in registerLib()
H A Domptarget.cpp90 TransTable->HostTable.EntriesEnd && in initLibrary()
124 TransTable->HostTable.EntriesEnd - TransTable->HostTable.EntriesBegin; in initLibrary()
125 size_t Tsize = TargetTable->EntriesEnd - TargetTable->EntriesBegin; in initLibrary()
144 *EntryDeviceEnd = TargetTable->EntriesEnd; in initLibrary()
1114 for (uint32_t I = 0; Cur < TransTable->HostTable.EntriesEnd; ++Cur, ++I) { in getTableMap()
/llvm-project-15.0.7/openmp/libomptarget/plugins/cuda/src/
H A Drtl.cpp469 E.Table.EntriesEnd = E.Entries.data() + E.Entries.size(); in getOffloadEntriesTable()
479 E.Table.EntriesBegin = E.Table.EntriesEnd = nullptr; in clearOffloadEntriesTable()
825 const __tgt_offload_entry *HostEnd = Image->EntriesEnd; in loadBinary()
/llvm-project-15.0.7/openmp/libomptarget/plugins/amdgpu/src/
H A Drtl.cpp849 E.Table.EntriesEnd = ++End; in getOffloadEntriesTable()
862 E.Table.EntriesBegin = E.Table.EntriesEnd = 0; in clearOffloadEntriesTable()
2387 __tgt_offload_entry *HostEnd = Image->EntriesEnd; in __tgt_rtl_load_binary_locked()
/llvm-project-15.0.7/openmp/libomptarget/plugins/remote/src/
H A DClient.cpp124 while (EntryItr != Image->EntriesEnd) in isValidBinary()