Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGCUDANV.cpp1134 OMPBuilder.emitOffloadingEntry(KernelHandles[I.Kernel->getName()], in createOffloadingEntries()
1142 OMPBuilder.emitOffloadingEntry( in createOffloadingEntries()
1148 OMPBuilder.emitOffloadingEntry(I.Var, getDeviceSideName(I.D), VarSize, in createOffloadingEntries()
1152 OMPBuilder.emitOffloadingEntry(I.Var, getDeviceSideName(I.D), VarSize, in createOffloadingEntries()
/openbsd-src/gnu/llvm/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h968 void emitOffloadingEntry(Constant *Addr, StringRef Name, uint64_t Size,
/openbsd-src/gnu/llvm/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp777 void OpenMPIRBuilder::emitOffloadingEntry(Constant *Addr, StringRef Name, in emitOffloadingEntry() function in OpenMPIRBuilder
4770 emitOffloadingEntry(ID, Addr->getName(), Size, Flags); in createOffloadEntry()