Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h707 bool hasDeviceGlobalVarEntryInfo(StringRef VarName) const { in hasDeviceGlobalVarEntryInfo() function
H A DCGOpenMPRuntime.cpp3074 if (!hasDeviceGlobalVarEntryInfo(VarName)) in registerDeviceGlobalVarEntryInfo()
3077 if (Entry.getAddress() && hasDeviceGlobalVarEntryInfo(VarName)) { in registerDeviceGlobalVarEntryInfo()
3088 if (hasDeviceGlobalVarEntryInfo(VarName)) { in registerDeviceGlobalVarEntryInfo()
10809 if (!OffloadEntriesInfoManager.hasDeviceGlobalVarEntryInfo(VarName)) in registerTargetGlobalVariable()