Home
last modified time | relevance | path

Searched refs:DeviceType (Results 1 – 15 of 15) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/objcxx/
H A DPlatformiOSSimulatorCoreSimulatorSupport.h70 class DeviceType {
79 DeviceType();
81 DeviceType(id d);
157 DeviceType GetDeviceType();
173 llvm::Optional<DeviceType> m_dev_type;
209 DeviceSet GetDevices(DeviceType::ProductFamilyID dev_id);
211 Device GetFanciest(DeviceType::ProductFamilyID dev_id);
H A DPlatformiOSSimulatorCoreSimulatorSupport.mm69 CoreSimulatorSupport::DeviceType::DeviceType() : m_model_identifier() {} function
71 CoreSimulatorSupport::DeviceType::DeviceType(id d) function
76 ConstString CoreSimulatorSupport::DeviceType::GetIdentifier() {
80 ConstString CoreSimulatorSupport::DeviceType::GetProductFamily() {
84 CoreSimulatorSupport::DeviceType::ProductFamilyID
85 CoreSimulatorSupport::DeviceType::GetProductFamilyID() {
169 CoreSimulatorSupport::DeviceType::GetModelIdentifier() {
198 std::string CoreSimulatorSupport::DeviceType::GetName() {
222 m_dev_type = DeviceType([m_dev deviceType]);
605 CoreSimulatorSupport::DeviceType::ProductFamilyID dev_id) {
[all …]
/llvm-project-15.0.7/clang/tools/amdgpu-arch/
H A DAMDGPUArch.cpp36 hsa_device_type_t DeviceType; in iterateAgentsCallback() local
38 hsa_agent_get_info(Agent, HSA_AGENT_INFO_DEVICE, &DeviceType); in iterateAgentsCallback()
41 if (Status != HSA_STATUS_SUCCESS || DeviceType != HSA_DEVICE_TYPE_GPU) { in iterateAgentsCallback()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/SPIRV/IR/
H A DSPIRVAttributes.h27 enum class DeviceType : uint32_t;
142 DeviceType deviceType, uint32_t deviceId,
168 DeviceType getDeviceType() const;
H A DTargetAndABI.h50 DeviceType getDeviceType() const;
H A DSPIRVBase.td286 "DeviceType", "valid SPIR-V device types", "device_type", [
/llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVAttributes.cpp85 using KeyTy = std::tuple<Attribute, Vendor, DeviceType, uint32_t, Attribute>;
88 DeviceType deviceType, uint32_t deviceID, in TargetEnvAttributeStorage()
109 DeviceType deviceType;
287 DeviceType deviceType, in get()
325 spirv::DeviceType spirv::TargetEnvAttr::getDeviceType() const { in getDeviceType()
528 DeviceType deviceType = DeviceType::Unknown; in parseTargetEnvAttr()
620 spirv::DeviceType deviceType = targetEnv.getDeviceType(); in print()
624 if (deviceType != spirv::DeviceType::Unknown) { in print()
H A DTargetAndABI.cpp77 spirv::DeviceType spirv::TargetEnv::getDeviceType() const { in getDeviceType()
174 spirv::DeviceType::Unknown, in getDefaultTargetEnv()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformAppleSimulator.h53 CoreSimulatorSupport::DeviceType::ProductFamilyID kind);
64 CoreSimulatorSupport::DeviceType::ProductFamilyID kind,
116 CoreSimulatorSupport::DeviceType::ProductFamilyID m_kind;
H A DPlatformAppleSimulator.cpp44 CoreSimulatorSupport::DeviceType::ProductFamilyID kind) in PlatformAppleSimulator()
255 const CoreSimulatorSupport::DeviceType::ProductFamilyID dev_id = m_kind; in GetSimulatorDevice()
294 CoreSimulatorSupport::DeviceType::ProductFamilyID kind, bool force, in CreateInstance()
570 CoreSimulatorSupport::DeviceType::ProductFamilyID::iPhone, force, arch); in CreateInstance()
608 CoreSimulatorSupport::DeviceType::ProductFamilyID::appleTV, force, in CreateInstance()
650 CoreSimulatorSupport::DeviceType::ProductFamilyID::appleWatch, force, in CreateInstance()
/llvm-project-15.0.7/openmp/libomptarget/plugins/amdgpu/src/
H A Drtl.cpp249 hsa_device_type_t DeviceType; in findAgents() local
252 hsa_agent_get_info(Agent, HSA_AGENT_INFO_DEVICE, &DeviceType); in findAgents()
261 CB(DeviceType, Agent); in findAgents()
998 Err = findAgents([&](hsa_device_type_t DeviceType, hsa_agent_t Agent) { in RTLDeviceInfoTy() argument
999 if (DeviceType == HSA_DEVICE_TYPE_CPU) { in RTLDeviceInfoTy()
/llvm-project-15.0.7/flang/lib/Lower/
H A DOpenACC.cpp151 const Fortran::parser::AccClause::DeviceType *deviceTypeClause, in genDeviceTypeClause()
838 std::get_if<Fortran::parser::AccClause::DeviceType>( in genACCInitShutdownOp()
888 std::get_if<Fortran::parser::AccClause::DeviceType>( in genACCUpdateOp()
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-acc-structure.cpp326 CHECK_SIMPLE_CLAUSE(DeviceType, ACCC_device_type) in CHECK_REQ_SCALAR_INT_CONSTANT_CLAUSE()
H A Dcheck-omp-structure.cpp1811 CHECK_SIMPLE_CLAUSE(DeviceType, OMPC_device_type) in CHECK_SIMPLE_CLAUSE()
/llvm-project-15.0.7/polly/tools/GPURuntime/
H A DGPUJIT.c105 cl_device_type DeviceType,