Home
last modified time | relevance | path

Searched defs:Device (Results 1 – 25 of 37) sorted by relevance

12

/llvm-project/offload/plugins-nextgen/common/src/
H A DRPC.cpp28 isDeviceUsingRPC(plugin::GenericDeviceTy & Device,plugin::GenericGlobalHandlerTy & Handler,plugin::DeviceImageTy & Image) isDeviceUsingRPC() argument
38 initDevice(plugin::GenericDeviceTy & Device,plugin::GenericGlobalHandlerTy & Handler,plugin::DeviceImageTy & Image) initDevice() argument
43 plugin::GenericDeviceTy &Device = initDevice() local
61 plugin::GenericDeviceTy &Device = initDevice() local
79 plugin::GenericDeviceTy &Device = initDevice() local
112 runServer(plugin::GenericDeviceTy & Device) runServer() argument
123 deinitDevice(plugin::GenericDeviceTy & Device) deinitDevice() argument
127 plugin::GenericDeviceTy &Device = deinitDevice() local
[all...]
H A DGlobalHandler.cpp37 moveGlobalBetweenDeviceAndHost(GenericDeviceTy & Device,DeviceImageTy & Image,const GlobalTy & HostGlobal,bool Device2Host) moveGlobalBetweenDeviceAndHost() argument
54 moveGlobalBetweenDeviceAndHost(GenericDeviceTy & Device,const GlobalTy & HostGlobal,const GlobalTy & DeviceGlobal,bool Device2Host) moveGlobalBetweenDeviceAndHost() argument
79 isSymbolInImage(GenericDeviceTy & Device,DeviceImageTy & Image,StringRef SymName) isSymbolInImage() argument
102 getGlobalMetadataFromImage(GenericDeviceTy & Device,DeviceImageTy & Image,GlobalTy & ImageGlobal) getGlobalMetadataFromImage() argument
135 readGlobalFromImage(GenericDeviceTy & Device,DeviceImageTy & Image,const GlobalTy & HostGlobal) readGlobalFromImage() argument
[all...]
H A DPluginInterface.cpp55 GenericDeviceTy *Device = nullptr; global() member
370 setupIndirectCallTable(GenericPluginTy & Plugin,GenericDeviceTy & Device,DeviceImageTy & Image) setupIndirectCallTable() argument
412 AsyncInfoWrapperTy(GenericDeviceTy & Device,__tgt_async_info * AsyncInfoPtr) AsyncInfoWrapperTy() argument
1556 GenericDeviceTy *Device = createDevice(*this, DeviceId, NumDevices); initDevice() local
1708 GenericDeviceTy &Device = getDevice(DeviceId); initialize_record_replay() local
1730 GenericDeviceTy &Device = getDevice(DeviceId); load_binary() local
2048 GenericDeviceTy &Device = Image.getDevice(); get_global() local
2075 GenericDeviceTy &Device = Image.getDevice(); get_function() local
[all...]
H A DJIT.cpp313 const std::string &ComputeUnitKind = Device.getComputeUnitKind(); in process() argument
/llvm-project/llvm/include/llvm/Support/FileSystem/
H A DUniqueID.h27 uint64_t Device; variable
32 UniqueID(uint64_t Device, uint64_t File) : Device(Device), File(File) {} in UniqueID()
/llvm-project/offload/plugins-nextgen/common/include/
H A DGlobalHandler.h134 Error getGlobalMetadataFromImage(GenericDeviceTy &Device, in readGlobalFromDevice() argument
162 Error readGlobalFromDevice(GenericDeviceTy &Device, DeviceImageTy &Image, in writeGlobalToDevice() argument
144 readGlobalFromDevice(GenericDeviceTy & Device,DeviceImageTy & Image,const GlobalTy & HostGlobal) readGlobalFromDevice() argument
153 writeGlobalToDevice(GenericDeviceTy & Device,const GlobalTy & HostGlobal,const GlobalTy & DeviceGlobal) writeGlobalToDevice() argument
[all...]
H A DPluginInterface.h515 GenericDeviceTy &Device; in PinnedAllocationMapTy() argument
196 GenericDeviceTy &Device; global() variable
205 DeviceImageTy(int32_t Id,GenericDeviceTy & Device,const __tgt_device_image * Image) DeviceImageTy() argument
442 GenericDeviceTy &Device; global() variable
1301 GenericDeviceResourceManagerTy(GenericDeviceTy & Device) GenericDeviceResourceManagerTy() argument
1450 GenericDeviceTy &Device; global() variable
[all...]
/llvm-project/offload/include/
H A Domptarget.h133 DeviceTy &Device; variable
140 : Device(Device), SyncType(SyncType) {} in Device() argument
210 TaskAsyncInfoWrapperTy(DeviceTy &Device) in TaskAsyncInfoWrapperTy() argument
/llvm-project/libc/utils/gpu/server/
H A Drpc_server.cpp384 struct Device { global() struct
385 DeviceDevice Device() argument
389 handle_serverDevice handle_server() argument
424 callback_dataDevice rpc_server_init() argument
/llvm-project/clang/test/CodeGenCUDA/
H A Dlambda-noinline.cu21 __device__ int Device() { return ([&] __device__ __noinline__ (){ return a; })(); } in Device() function
/llvm-project/clang/test/Index/
H A Dheaderfile-comment-to-html.m15 @interface Device interface
/llvm-project/offload/test/ompt/
H A Dtarget_memcpy_emi.c19 int Device = omp_get_default_device(); in main() local
/llvm-project/offload/src/
H A Domptarget.cpp135 initLibrary(DeviceTy & Device) initLibrary() argument
312 for (auto &Device : PM->devices(ExclusiveDevicesAccessor)) handleTargetOutcome() local
356 for (auto &Device : PM->devices(ExclusiveDevicesAccessor)) handleTargetOutcome() local
508 targetDataMapper(ident_t * Loc,DeviceTy & Device,void * ArgBase,void * Arg,int64_t ArgSize,int64_t ArgType,map_var_info_t ArgNames,void * ArgMapper,AsyncInfoTy & AsyncInfo,TargetDataFuncPtrTy TargetDataFunction) targetDataMapper() argument
548 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
764 postProcessingTargetDataEnd(DeviceTy * Device,SmallVector<PostProcessingInfo> & EntriesInfo) postProcessingTargetDataEnd() argument
839 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
980 targetDataContiguous(ident_t * Loc,DeviceTy & Device,void * ArgsBase,void * HstPtrBegin,int64_t ArgSize,int64_t ArgType,AsyncInfoTy & AsyncInfo) targetDataContiguous() argument
1070 targetDataNonContiguous(ident_t * Loc,DeviceTy & Device,void * ArgsBase,__tgt_target_non_contig * NonContig,uint64_t Size,int64_t ArgType,int CurrentDim,int DimSize,uint64_t Offset,AsyncInfoTy & AsyncInfo) targetDataNonContiguous() argument
1115 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
1251 DeviceTy &Device; global() member in __anon42bbece70711::PrivateArgumentManagerTy
1596 target(ident_t * Loc,DeviceTy & Device,void * HostPtr,KernelArgsTy & KernelArgs,AsyncInfoTy & AsyncInfo) target() argument
1707 target_activate_rr(DeviceTy & Device,uint64_t MemorySize,void * VAddr,bool IsRecord,bool SaveOutput,uint64_t & ReqPtrArgOffset) target_activate_rr() argument
1718 target_replay(ident_t * Loc,DeviceTy & Device,void * HostPtr,void * DeviceMemory,int64_t DeviceMemorySize,void ** TgtArgs,ptrdiff_t * TgtOffsets,int32_t NumArgs,int32_t NumTeams,int32_t ThreadLimit,uint64_t LoopTripCount,AsyncInfoTy & AsyncInfo) target_replay() argument
[all...]
H A DPluginManager.cpp134 auto Device = std::make_unique<DeviceTy>(&R, UserId, DeviceId); registerLib() local
[all...]
H A Ddevice.cpp40 int HostDataToTargetTy::addEventIfNecessary(DeviceTy &Device, in addEventIfNecessary()
/llvm-project/clang/include/clang/Basic/
H A DSyncScope.h131 Device = 2, enumerator
229 Device = 1, enumerator
H A DOpenACCKinds.h206 Device, global() enumerator
H A DCuda.h141 Device, global() enumerator
/llvm-project/flang/include/flang/Common/
H A DFortran.h88 ENUM_CLASS(CUDASubprogramAttrs,Host,Device,HostDevice,Global,Grid_Global) ENUM_CLASS() argument
/llvm-project/lldb/source/Plugins/Platform/MacOSX/objcxx/
H A DPlatformiOSSimulatorCoreSimulatorSupport.mm100 CoreSimulatorSupport::Device::Device() : m_dev_type(), m_dev_runtime() {} function
102 CoreSimulatorSupport::Device::Device(id d) function
[all...]
H A DPlatformiOSSimulatorCoreSimulatorSupport.h49 friend class Device; variable
/llvm-project/clang/tools/nvptx-arch/
H A DNVPTXArch.cpp122 CUdevice Device; in main() local
/llvm-project/offload/src/OpenMP/
H A DInteropAPI.cpp232 DeviceTy &Device = *DeviceOrErr; in __tgt_interop_init() local
H A DMapping.cpp19 void dumpTargetPointerMappings(const ident_t *Loc, DeviceTy &Device, in dumpTargetPointerMappings()
/llvm-project/offload/include/Shared/
H A DAPITypes.h46 void *Device = nullptr; global() member

12