Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h679 return OffloadEntriesDeviceGlobalVar.count(VarName) > 0; in hasDeviceGlobalVarEntryInfo()
705 OffloadEntriesDeviceGlobalVarTy OffloadEntriesDeviceGlobalVar; variable
H A DCGOpenMPRuntime.cpp2972 OffloadEntriesDeviceGlobalVar.empty(); in empty()
3058 OffloadEntriesDeviceGlobalVar.try_emplace(Name, Order, Flags); in initializeDeviceGlobalVarEntryInfo()
3071 auto &Entry = OffloadEntriesDeviceGlobalVar[VarName]; in registerDeviceGlobalVarEntryInfo()
3084 auto &Entry = OffloadEntriesDeviceGlobalVar[VarName]; in registerDeviceGlobalVarEntryInfo()
3093 OffloadEntriesDeviceGlobalVar.try_emplace( in registerDeviceGlobalVarEntryInfo()
3103 for (const auto &E : OffloadEntriesDeviceGlobalVar) in actOnDeviceGlobalVarEntriesInfo()