Home
last modified time | relevance | path

Searched defs:DeviceType (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/tools/amdgpu-arch/
H A DAMDGPUArch.cpp36 hsa_device_type_t DeviceType; in iterateAgentsCallback() local
/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/objcxx/
H A DPlatformiOSSimulatorCoreSimulatorSupport.mm69 CoreSimulatorSupport::DeviceType::DeviceType() : m_model_identifier() {} function
71 CoreSimulatorSupport::DeviceType::DeviceType(id d) function
/llvm-project-15.0.7/openmp/libomptarget/plugins/amdgpu/src/
H A Drtl.cpp249 hsa_device_type_t DeviceType; in findAgents() local
998 Err = findAgents([&](hsa_device_type_t DeviceType, hsa_agent_t Agent) { in RTLDeviceInfoTy()