/llvm-project/offload/src/ |
H A D | LegacyAPI.cpp | 25 int64_t *ArgSizes, int64_t *ArgTypes) { in __tgt_target_data_begin() 34 int64_t *ArgSizes, int64_t *ArgTypes, in __tgt_target_data_begin_nowait() 46 int64_t *ArgSizes, int64_t *ArgTypes) { in __tgt_target_data_end() 55 int64_t *ArgSizes, int64_t *ArgTypes) { in __tgt_target_data_update() 64 int64_t *ArgSizes, int64_t *ArgTypes, int32_t DepNum, void *DepList, in __tgt_target_data_update_nowait() 74 int64_t *ArgSizes, int64_t *ArgTypes, in __tgt_target_data_end_nowait() 86 int64_t *ArgSizes, int64_t *ArgTypes, in __tgt_target_mapper() 97 void **ArgsBase, void **Args, int64_t *ArgSizes, in __tgt_target() 106 void **ArgsBase, void **Args, int64_t *ArgSizes, in __tgt_target_nowait() 117 void **ArgsBase, void **Args, int64_t *ArgSizes, int64_t *ArgTypes, in __tgt_target_nowait_mapper() [all …]
|
H A D | interface.cpp | 183 void **Args, int64_t *ArgSizes, in __tgt_target_data_end_nowait_mapper() argument 74 targetData(ident_t * Loc,int64_t DeviceId,int32_t ArgNum,void ** ArgsBase,void ** Args,int64_t * ArgSizes,int64_t * ArgTypes,map_var_info_t * ArgNames,void ** ArgMappers,TargetDataFuncPtrTy TargetDataFunction,const char * RegionTypeMsg,const char * RegionName) targetData() argument 143 __tgt_target_data_begin_mapper(ident_t * Loc,int64_t DeviceId,int32_t ArgNum,void ** ArgsBase,void ** Args,int64_t * ArgSizes,int64_t * ArgTypes,map_var_info_t * ArgNames,void ** ArgMappers) __tgt_target_data_begin_mapper() argument 156 __tgt_target_data_begin_nowait_mapper(ident_t * Loc,int64_t DeviceId,int32_t ArgNum,void ** ArgsBase,void ** Args,int64_t * ArgSizes,int64_t * ArgTypes,map_var_info_t * ArgNames,void ** ArgMappers,int32_t DepNum,void * DepList,int32_t NoAliasDepNum,void * NoAliasDepList) __tgt_target_data_begin_nowait_mapper() argument 171 __tgt_target_data_end_mapper(ident_t * Loc,int64_t DeviceId,int32_t ArgNum,void ** ArgsBase,void ** Args,int64_t * ArgSizes,int64_t * ArgTypes,map_var_info_t * ArgNames,void ** ArgMappers) __tgt_target_data_end_mapper() argument 195 __tgt_target_data_update_mapper(ident_t * Loc,int64_t DeviceId,int32_t ArgNum,void ** ArgsBase,void ** Args,int64_t * ArgSizes,int64_t * ArgTypes,map_var_info_t * ArgNames,void ** ArgMappers) __tgt_target_data_update_mapper() argument 209 __tgt_target_data_update_nowait_mapper(ident_t * Loc,int64_t DeviceId,int32_t ArgNum,void ** ArgsBase,void ** Args,int64_t * ArgSizes,int64_t * ArgTypes,map_var_info_t * ArgNames,void ** ArgMappers,int32_t DepNum,void * DepList,int32_t NoAliasDepNum,void * NoAliasDepList) __tgt_target_data_update_nowait_mapper() argument [all...] |
H A D | private.h | 46 printKernelArguments(const ident_t * Loc,const int64_t DeviceId,const int32_t ArgNum,const int64_t * ArgSizes,const int64_t * ArgTypes,const map_var_info_t * ArgNames,const char * RegionType) printKernelArguments() argument
|
H A D | omptarget.cpp | 549 targetDataBegin(ident_t * Loc,DeviceTy & Device,int32_t ArgNum,void ** ArgsBase,void ** Args,int64_t * ArgSizes,int64_t * ArgTypes,map_var_info_t * ArgNames,void ** ArgMappers,AsyncInfoTy & AsyncInfo,bool FromMapper) targetDataBegin() argument 840 targetDataEnd(ident_t * Loc,DeviceTy & Device,int32_t ArgNum,void ** ArgBases,void ** Args,int64_t * ArgSizes,int64_t * ArgTypes,map_var_info_t * ArgNames,void ** ArgMappers,AsyncInfoTy & AsyncInfo,bool FromMapper) targetDataEnd() argument 1116 targetDataUpdate(ident_t * Loc,DeviceTy & Device,int32_t ArgNum,void ** ArgsBase,void ** Args,int64_t * ArgSizes,int64_t * ArgTypes,map_var_info_t * ArgNames,void ** ArgMappers,AsyncInfoTy & AsyncInfo,bool) targetDataUpdate() argument 1420 processDataBefore(ident_t * Loc,int64_t DeviceId,void * HostPtr,int32_t ArgNum,void ** ArgBases,void ** Args,int64_t * ArgSizes,int64_t * ArgTypes,map_var_info_t * ArgNames,void ** ArgMappers,SmallVector<void * > & TgtArgs,SmallVector<ptrdiff_t> & TgtOffsets,PrivateArgumentManagerTy & PrivateArgumentManager,AsyncInfoTy & AsyncInfo) processDataBefore() argument 1555 processDataAfter(ident_t * Loc,int64_t DeviceId,void * HostPtr,int32_t ArgNum,void ** ArgBases,void ** Args,int64_t * ArgSizes,int64_t * ArgTypes,map_var_info_t * ArgNames,void ** ArgMappers,PrivateArgumentManagerTy & PrivateArgumentManager,AsyncInfoTy & AsyncInfo) processDataAfter() argument [all...] |
/llvm-project/offload/include/Shared/ |
H A D | APITypes.h | 97 int64_t *ArgSizes = nullptr; // Size of the argument data in bytes. global() member
|
/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
H A D | OMPIRBuilder.h | 2124 AllocaInst *ArgSizes = nullptr; global() member
|
/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 6804 AllocaInst *ArgSizes = Builder.CreateAlloca( createMapperAllocas() local
|