Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h2367 function_ref<void(unsigned int, Value *)> DeviceAddrCB = nullptr,
2804 function_ref<void(unsigned int, Value *)> DeviceAddrCB = nullptr,
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp6346 function_ref<void(unsigned int, Value *)> DeviceAddrCB, in createTargetData() argument
6367 /*IsNonContiguous=*/true, DeviceAddrCB, in createTargetData()
7405 function_ref<void(unsigned int, Value *)> DeviceAddrCB, in emitOffloadingArrays() argument
7545 if (DeviceAddrCB) in emitOffloadingArrays()
7546 DeviceAddrCB(I, Info.DevicePtrInfoMap[BPVal].second); in emitOffloadingArrays()
7549 if (DeviceAddrCB) in emitOffloadingArrays()
7550 DeviceAddrCB(I, BP); in emitOffloadingArrays()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp8905 auto DeviceAddrCB = [&](unsigned int I, llvm::Value *NewDecl) { in emitOffloadingArrays() local
8921 /*IsNonContiguous=*/true, DeviceAddrCB, in emitOffloadingArrays()
10310 auto DeviceAddrCB = [&](unsigned int I, llvm::Value *NewDecl) { in emitTargetDataCalls() local
10336 /*MapperFunc=*/nullptr, BodyCB, DeviceAddrCB, CustomMapperCB, RTLoc)); in emitTargetDataCalls()