|
LLVM 23.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 ()=default | |
| 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 2685 of file OMPIRBuilder.h.
|
explicitdefault |
|
inlineexplicit |
Definition at line 2707 of file OMPIRBuilder.h.
References BasePointersArray, MapNamesArray, MappersArray, MapTypesArray, MapTypesArrayEnd, PointersArray, and SizesArray.
| Value* llvm::OpenMPIRBuilder::TargetDataRTArgs::BasePointersArray = nullptr |
The array of base pointer passed to the runtime library.
Definition at line 2687 of file OMPIRBuilder.h.
Referenced by llvm::OpenMPIRBuilder::createTargetData(), llvm::OpenMPIRBuilder::emitOffloadingArraysArgument(), llvm::OpenMPIRBuilder::emitTargetTask(), llvm::OpenMPIRBuilder::getKernelArgsVector(), and TargetDataRTArgs().
| 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 2704 of file OMPIRBuilder.h.
Referenced by llvm::OpenMPIRBuilder::createTargetData(), llvm::OpenMPIRBuilder::emitOffloadingArraysArgument(), llvm::OpenMPIRBuilder::emitTargetTask(), llvm::OpenMPIRBuilder::getKernelArgsVector(), and TargetDataRTArgs().
| Value* llvm::OpenMPIRBuilder::TargetDataRTArgs::MappersArray = nullptr |
The array of user-defined mappers passed to the runtime library.
Definition at line 2701 of file OMPIRBuilder.h.
Referenced by llvm::OpenMPIRBuilder::createTargetData(), llvm::OpenMPIRBuilder::emitOffloadingArraysArgument(), llvm::OpenMPIRBuilder::emitTargetTask(), llvm::OpenMPIRBuilder::getKernelArgsVector(), and TargetDataRTArgs().
| 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 2695 of file OMPIRBuilder.h.
Referenced by llvm::OpenMPIRBuilder::createTargetData(), llvm::OpenMPIRBuilder::emitOffloadingArraysArgument(), llvm::OpenMPIRBuilder::emitTargetTask(), llvm::OpenMPIRBuilder::getKernelArgsVector(), and TargetDataRTArgs().
| 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 2699 of file OMPIRBuilder.h.
Referenced by llvm::OpenMPIRBuilder::emitTargetTask(), and TargetDataRTArgs().
| Value* llvm::OpenMPIRBuilder::TargetDataRTArgs::PointersArray = nullptr |
The array of section pointers passed to the runtime library.
Definition at line 2689 of file OMPIRBuilder.h.
Referenced by llvm::OpenMPIRBuilder::createTargetData(), llvm::OpenMPIRBuilder::emitOffloadingArraysArgument(), llvm::OpenMPIRBuilder::emitTargetTask(), llvm::OpenMPIRBuilder::getKernelArgsVector(), and TargetDataRTArgs().
| Value* llvm::OpenMPIRBuilder::TargetDataRTArgs::SizesArray = nullptr |
The array of sizes passed to the runtime library.
Definition at line 2691 of file OMPIRBuilder.h.
Referenced by llvm::OpenMPIRBuilder::createTargetData(), llvm::OpenMPIRBuilder::emitOffloadingArraysArgument(), llvm::OpenMPIRBuilder::emitTargetTask(), llvm::OpenMPIRBuilder::getKernelArgsVector(), and TargetDataRTArgs().