Searched refs:ForEndCall (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.h | 2526 OpenMPIRBuilder::TargetDataInfo &Info, bool ForEndCall = false); 2555 bool ForEndCall = false,
|
| /freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 7760 bool ForEndCall, function_ref<void(unsigned int, Value *)> DeviceAddrCB) { in emitOffloadingArraysAndArgs() argument 7765 emitOffloadingArraysArgument(Builder, RTArgs, Info, ForEndCall); in emitOffloadingArraysAndArgs() 8126 bool ForEndCall) { in emitOffloadingArraysArgument() argument 8127 assert((!ForEndCall || Info.separateBeginEndCalls()) && in emitOffloadingArraysArgument() 8158 ForEndCall && Info.RTArgs.MapTypesArrayEnd ? Info.RTArgs.MapTypesArrayEnd in emitOffloadingArraysArgument()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.cpp | 9184 bool IsNonContiguous = false, bool ForEndCall = false) { in emitOffloadingArraysAndArgs() argument 9210 IsNonContiguous, ForEndCall, DeviceAddrCB)); in emitOffloadingArraysAndArgs()
|