Searched refs:DeviceAddrCB (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.h | 1769 function_ref<void(unsigned int, Value *)> DeviceAddrCB = nullptr, 2204 function_ref<void(unsigned int, Value *)> DeviceAddrCB = nullptr,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 4789 function_ref<void(unsigned int, Value *)> DeviceAddrCB, in createTargetData() argument 4807 /*IsNonContiguous=*/true, DeviceAddrCB, in createTargetData() 5442 function_ref<void(unsigned int, Value *)> DeviceAddrCB, in emitOffloadingArrays() argument 5582 if (DeviceAddrCB) in emitOffloadingArrays() 5583 DeviceAddrCB(I, Info.DevicePtrInfoMap[BPVal].second); in emitOffloadingArrays() 5586 if (DeviceAddrCB) in emitOffloadingArrays() 5587 DeviceAddrCB(I, BP); in emitOffloadingArrays()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.cpp | 8845 auto DeviceAddrCB = [&](unsigned int I, llvm::Value *NewDecl) { in emitOffloadingArrays() local 8861 /*IsNonContiguous=*/true, DeviceAddrCB, in emitOffloadingArrays() 10285 auto DeviceAddrCB = [&](unsigned int I, llvm::Value *NewDecl) { in emitTargetDataCalls() local 10311 /*MapperFunc=*/nullptr, BodyCB, DeviceAddrCB, CustomMapperCB, RTLoc)); in emitTargetDataCalls()
|