Searched refs:DeviceAddrCB (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
H A D | OMPIRBuilder.h | 2367 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 D | OMPIRBuilder.cpp | 6346 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 D | CGOpenMPRuntime.cpp | 8905 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()
|