LLVM 20.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 2154 of file OMPIRBuilder.h.
|
inlineexplicit |
Definition at line 2175 of file OMPIRBuilder.h.
|
inlineexplicit |
Definition at line 2176 of file OMPIRBuilder.h.
Value* llvm::OpenMPIRBuilder::TargetDataRTArgs::BasePointersArray = nullptr |
The array of base pointer passed to the runtime library.
Definition at line 2156 of file OMPIRBuilder.h.
Referenced by llvm::OpenMPIRBuilder::createTargetData(), llvm::OpenMPIRBuilder::emitOffloadingArraysArgument(), 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 2173 of file OMPIRBuilder.h.
Referenced by llvm::OpenMPIRBuilder::createTargetData(), llvm::OpenMPIRBuilder::emitOffloadingArraysArgument(), and llvm::OpenMPIRBuilder::getKernelArgsVector().
Value* llvm::OpenMPIRBuilder::TargetDataRTArgs::MappersArray = nullptr |
The array of user-defined mappers passed to the runtime library.
Definition at line 2170 of file OMPIRBuilder.h.
Referenced by llvm::OpenMPIRBuilder::createTargetData(), llvm::OpenMPIRBuilder::emitOffloadingArraysArgument(), 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 2164 of file OMPIRBuilder.h.
Referenced by llvm::OpenMPIRBuilder::createTargetData(), llvm::OpenMPIRBuilder::emitOffloadingArraysArgument(), 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 2168 of file OMPIRBuilder.h.
Value* llvm::OpenMPIRBuilder::TargetDataRTArgs::PointersArray = nullptr |
The array of section pointers passed to the runtime library.
Definition at line 2158 of file OMPIRBuilder.h.
Referenced by llvm::OpenMPIRBuilder::createTargetData(), llvm::OpenMPIRBuilder::emitOffloadingArraysArgument(), 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 2160 of file OMPIRBuilder.h.
Referenced by llvm::OpenMPIRBuilder::createTargetData(), llvm::OpenMPIRBuilder::emitOffloadingArraysArgument(), llvm::OpenMPIRBuilder::getKernelArgsVector(), and llvm::OpenMPIRBuilder::TargetDataInfo::isValid().