Searched refs:deviceTypeStr (Results 1 – 1 of 1) sorted by relevance
542 StringRef deviceTypeStr; in parseTargetEnvAttr() local543 if (parser.parseKeyword(&deviceTypeStr)) in parseTargetEnvAttr()545 if (auto deviceTypeSymbol = spirv::symbolizeDeviceType(deviceTypeStr)) { in parseTargetEnvAttr()548 parser.emitError(loc, "unknown device type: ") << deviceTypeStr; in parseTargetEnvAttr()