Lines Matching refs:Implementer
169 StringRef Implementer; in getHostCPUNameForARM() local
174 Implementer = Lines[I].substr(15).ltrim("\t :"); in getHostCPUNameForARM()
181 if (Implementer == "0x41") { // ARM Ltd. in getHostCPUNameForARM()
235 if (Implementer == "0x42" || Implementer == "0x43") { // Broadcom | Cavium. in getHostCPUNameForARM()
246 if (Implementer == "0x46") { // Fujitsu Ltd. in getHostCPUNameForARM()
252 if (Implementer == "0x4e") { // NVIDIA Corporation in getHostCPUNameForARM()
258 if (Implementer == "0x48") // HiSilicon Technologies, Inc. in getHostCPUNameForARM()
266 if (Implementer == "0x51") // Qualcomm Technologies, Inc. in getHostCPUNameForARM()
284 if (Implementer == "0x53") { // Samsung Electronics Co., Ltd. in getHostCPUNameForARM()
313 if (Implementer == "0x6d") { // Microsoft Corporation. in getHostCPUNameForARM()
320 if (Implementer == "0xc0") { // Ampere Computing in getHostCPUNameForARM()