Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGCUDANV.cpp1121 OMPBuilder.emitOffloadingEntry(KernelHandles[I.Kernel], in createOffloadingEntries()
1129 OMPBuilder.emitOffloadingEntry( in createOffloadingEntries()
1135 OMPBuilder.emitOffloadingEntry(I.Var, getDeviceSideName(I.D), VarSize, in createOffloadingEntries()
1139 OMPBuilder.emitOffloadingEntry(I.Var, getDeviceSideName(I.D), VarSize, in createOffloadingEntries()
H A DCGOpenMPRuntime.cpp3094 OMPBuilder.emitOffloadingEntry(ID, Addr->getName(), Size, Flags); in createOffloadEntry()
/llvm-project-15.0.7/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h820 void emitOffloadingEntry(Constant *Addr, StringRef Name, uint64_t Size,
/llvm-project-15.0.7/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp756 void OpenMPIRBuilder::emitOffloadingEntry(Constant *Addr, StringRef Name, in emitOffloadingEntry() function in OpenMPIRBuilder