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.h2543 function_ref<void(unsigned int, Value *)> DeviceAddrCB = nullptr);
2556 function_ref<void(unsigned int, Value *)> DeviceAddrCB = nullptr);
3066 function_ref<void(unsigned int, Value *)> DeviceAddrCB = nullptr,
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp6666 function_ref<void(unsigned int, Value *)> DeviceAddrCB, Value *SrcLocInfo) { in createTargetData() argument
6693 /*IsNonContiguous=*/true, DeviceAddrCB)) in createTargetData()
7760 bool ForEndCall, function_ref<void(unsigned int, Value *)> DeviceAddrCB) { in emitOffloadingArraysAndArgs() argument
7763 CustomMapperCB, IsNonContiguous, DeviceAddrCB)) in emitOffloadingArraysAndArgs()
8544 function_ref<void(unsigned int, Value *)> DeviceAddrCB) { in emitOffloadingArrays() argument
8684 if (DeviceAddrCB) in emitOffloadingArrays()
8685 DeviceAddrCB(I, Info.DevicePtrInfoMap[BPVal].second); in emitOffloadingArrays()
8688 if (DeviceAddrCB) in emitOffloadingArrays()
8689 DeviceAddrCB(I, BP); in emitOffloadingArrays()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp9193 auto DeviceAddrCB = [&](unsigned int I, llvm::Value *NewDecl) { in emitOffloadingArraysAndArgs() local
9210 IsNonContiguous, ForEndCall, DeviceAddrCB)); in emitOffloadingArraysAndArgs()
10382 auto DeviceAddrCB = [&](unsigned int I, llvm::Value *NewDecl) { in emitTargetDataCalls() local
10410 /*MapperFunc=*/nullptr, BodyCB, DeviceAddrCB, RTLoc)); in emitTargetDataCalls()