LLVM 22.0.0git
|
Container for the arguments used to pass data to the runtime library. More...
#include "llvm/Frontend/OpenMP/OMPIRBuilder.h"
Public Member Functions | |
TargetDataRTArgs () | |
TargetDataRTArgs (Value *BasePointersArray, Value *PointersArray, Value *SizesArray, Value *MapTypesArray, Value *MapTypesArrayEnd, Value *MappersArray, Value *MapNamesArray) | |
Public Attributes | |
Value * | BasePointersArray = nullptr |
The array of base pointer passed to the runtime library. | |
Value * | PointersArray = nullptr |
The array of section pointers passed to the runtime library. | |
Value * | SizesArray = nullptr |
The array of sizes passed to the runtime library. | |
Value * | MapTypesArray = nullptr |
The array of map types passed to the runtime library for the beginning of the region or for the entire region if there are no separate map types for the region end. | |
Value * | MapTypesArrayEnd = nullptr |
The array of map types passed to the runtime library for the end of the region, or nullptr if there are no separate map types for the region end. | |
Value * | MappersArray = nullptr |
The array of user-defined mappers passed to the runtime library. | |
Value * | MapNamesArray = nullptr |
The array of original declaration names of mapped pointers sent to the runtime library for debugging. | |
Container for the arguments used to pass data to the runtime library.
Definition at line 2351 of file OMPIRBuilder.h.
|
inlineexplicit |
Definition at line 2372 of file OMPIRBuilder.h.
|
inlineexplicit |
Definition at line 2373 of file OMPIRBuilder.h.
Value* llvm::OpenMPIRBuilder::TargetDataRTArgs::BasePointersArray = nullptr |
The array of base pointer passed to the runtime library.
Definition at line 2353 of file OMPIRBuilder.h.
Referenced by llvm::OpenMPIRBuilder::createTargetData(), llvm::OpenMPIRBuilder::emitOffloadingArraysArgument(), llvm::OpenMPIRBuilder::emitTargetTask(), llvm::OpenMPIRBuilder::getKernelArgsVector(), and llvm::OpenMPIRBuilder::TargetDataInfo::isValid().
Value* llvm::OpenMPIRBuilder::TargetDataRTArgs::MapNamesArray = nullptr |
The array of original declaration names of mapped pointers sent to the runtime library for debugging.
Definition at line 2370 of file OMPIRBuilder.h.
Referenced by llvm::OpenMPIRBuilder::createTargetData(), llvm::OpenMPIRBuilder::emitOffloadingArraysArgument(), llvm::OpenMPIRBuilder::emitTargetTask(), and llvm::OpenMPIRBuilder::getKernelArgsVector().
Value* llvm::OpenMPIRBuilder::TargetDataRTArgs::MappersArray = nullptr |
The array of user-defined mappers passed to the runtime library.
Definition at line 2367 of file OMPIRBuilder.h.
Referenced by llvm::OpenMPIRBuilder::createTargetData(), llvm::OpenMPIRBuilder::emitOffloadingArraysArgument(), llvm::OpenMPIRBuilder::emitTargetTask(), llvm::OpenMPIRBuilder::getKernelArgsVector(), and llvm::OpenMPIRBuilder::TargetDataInfo::isValid().
Value* llvm::OpenMPIRBuilder::TargetDataRTArgs::MapTypesArray = nullptr |
The array of map types passed to the runtime library for the beginning of the region or for the entire region if there are no separate map types for the region end.
Definition at line 2361 of file OMPIRBuilder.h.
Referenced by llvm::OpenMPIRBuilder::createTargetData(), llvm::OpenMPIRBuilder::emitOffloadingArraysArgument(), llvm::OpenMPIRBuilder::emitTargetTask(), llvm::OpenMPIRBuilder::getKernelArgsVector(), and llvm::OpenMPIRBuilder::TargetDataInfo::isValid().
Value* llvm::OpenMPIRBuilder::TargetDataRTArgs::MapTypesArrayEnd = nullptr |
The array of map types passed to the runtime library for the end of the region, or nullptr if there are no separate map types for the region end.
Definition at line 2365 of file OMPIRBuilder.h.
Referenced by llvm::OpenMPIRBuilder::emitTargetTask().
Value* llvm::OpenMPIRBuilder::TargetDataRTArgs::PointersArray = nullptr |
The array of section pointers passed to the runtime library.
Definition at line 2355 of file OMPIRBuilder.h.
Referenced by llvm::OpenMPIRBuilder::createTargetData(), llvm::OpenMPIRBuilder::emitOffloadingArraysArgument(), llvm::OpenMPIRBuilder::emitTargetTask(), llvm::OpenMPIRBuilder::getKernelArgsVector(), and llvm::OpenMPIRBuilder::TargetDataInfo::isValid().
Value* llvm::OpenMPIRBuilder::TargetDataRTArgs::SizesArray = nullptr |
The array of sizes passed to the runtime library.
Definition at line 2357 of file OMPIRBuilder.h.
Referenced by llvm::OpenMPIRBuilder::createTargetData(), llvm::OpenMPIRBuilder::emitOffloadingArraysArgument(), llvm::OpenMPIRBuilder::emitTargetTask(), llvm::OpenMPIRBuilder::getKernelArgsVector(), and llvm::OpenMPIRBuilder::TargetDataInfo::isValid().