Searched refs:deviceType (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/IR/ |
| H A D | SPIRVAttributes.cpp | 88 DeviceType deviceType, uint32_t deviceID, in TargetEnvAttributeStorage() 91 deviceType(deviceType), deviceID(deviceID) {} in TargetEnvAttributeStorage() 95 std::make_tuple(triple, vendorID, deviceType, deviceID, limits); in operator ==() 109 DeviceType deviceType; member 287 DeviceType deviceType, in get() argument 326 return getImpl()->deviceType; in getDeviceType() 528 DeviceType deviceType = DeviceType::Unknown; in parseTargetEnvAttr() local 546 deviceType = *deviceTypeSymbol; in parseTargetEnvAttr() 620 spirv::DeviceType deviceType = targetEnv.getDeviceType(); in print() local 624 if (deviceType != spirv::DeviceType::Unknown) { in print() [all …]
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/SPIRV/IR/ |
| H A D | SPIRVAttributes.h | 142 DeviceType deviceType, uint32_t deviceId,
|
| /llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/objcxx/ |
| H A D | PlatformiOSSimulatorCoreSimulatorSupport.mm | 39 - (id)deviceType; method 222 m_dev_type = DeviceType([m_dev deviceType]);
|