Home
last modified time | relevance | path

Searched defs:DeviceTy (Results 1 – 2 of 2) sorted by relevance

/llvm-project/offload/include/
H A Ddevice.h43 struct DeviceTy { struct
48 DeviceTy(GenericPluginTy *RTL, int32_t DeviceID, int32_t RTLDeviceID); argument
51 DeviceTy &operator=(const DeviceTy &D) = delete; argument
59 getMappingInfoDeviceTy getMappingInfo() argument
160 DeviceOffloadEntriesMapTyDeviceTy global() argument
162 DeviceOffloadEntriesDeviceTy global() argument
165 MappingInfoDeviceTy global() argument
[all...]
/llvm-project/offload/src/
H A Ddevice.cpp67 DeviceTy::DeviceTy(GenericPluginTy *RTL, int32_t DeviceID, int32_t RTLDeviceID) in DeviceTy() function in DeviceTy