LLVM
17.0.0git
|
Struct that keeps the information that should be kept throughout a 'target data' region. More...
#include "llvm/Frontend/OpenMP/OMPIRBuilder.h"
Public Member Functions | |
TargetDataInfo () | |
TargetDataInfo (bool RequiresDevicePointerInfo, bool SeparateBeginEndCalls) | |
void | clearArrayInfo () |
Clear information about the data arrays. More... | |
bool | isValid () |
Return true if the current target data information has valid arrays. More... | |
bool | requiresDevicePointerInfo () |
bool | separateBeginEndCalls () |
Public Attributes | |
TargetDataRTArgs | RTArgs |
bool | HasMapper = false |
Indicate whether any user-defined mapper exists. More... | |
unsigned | NumberOfPtrs = 0u |
The total number of pointers passed to the runtime library. More... | |
Struct that keeps the information that should be kept throughout a 'target data' region.
Definition at line 1151 of file OMPIRBuilder.h.
|
inlineexplicit |
Definition at line 1166 of file OMPIRBuilder.h.
|
inlineexplicit |
Definition at line 1167 of file OMPIRBuilder.h.
|
inline |
Clear information about the data arrays.
Definition at line 1172 of file OMPIRBuilder.h.
References HasMapper, NumberOfPtrs, and RTArgs.
|
inline |
Return true if the current target data information has valid arrays.
Definition at line 1178 of file OMPIRBuilder.h.
References llvm::OpenMPIRBuilder::TargetDataRTArgs::BasePointersArray, HasMapper, llvm::OpenMPIRBuilder::TargetDataRTArgs::MappersArray, llvm::OpenMPIRBuilder::TargetDataRTArgs::MapTypesArray, NumberOfPtrs, llvm::OpenMPIRBuilder::TargetDataRTArgs::PointersArray, RTArgs, and llvm::OpenMPIRBuilder::TargetDataRTArgs::SizesArray.
|
inline |
Definition at line 1183 of file OMPIRBuilder.h.
|
inline |
Definition at line 1184 of file OMPIRBuilder.h.
bool llvm::OpenMPIRBuilder::TargetDataInfo::HasMapper = false |
Indicate whether any user-defined mapper exists.
Definition at line 1162 of file OMPIRBuilder.h.
Referenced by clearArrayInfo(), and isValid().
unsigned llvm::OpenMPIRBuilder::TargetDataInfo::NumberOfPtrs = 0u |
The total number of pointers passed to the runtime library.
Definition at line 1164 of file OMPIRBuilder.h.
Referenced by clearArrayInfo(), and isValid().
TargetDataRTArgs llvm::OpenMPIRBuilder::TargetDataInfo::RTArgs |
Definition at line 1159 of file OMPIRBuilder.h.
Referenced by clearArrayInfo(), and isValid().