Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DHost.cpp181 StringRef Implementer; in getHostCPUNameForARM() local
186 Implementer = Line.ltrim("\t :"); in getHostCPUNameForARM()
207 if (Implementer == "0x41") { // ARM Ltd. in getHostCPUNameForARM()
290 if (Implementer == "0x42" || Implementer == "0x43") { // Broadcom | Cavium. in getHostCPUNameForARM()
301 if (Implementer == "0x46") { // Fujitsu Ltd. in getHostCPUNameForARM()
308 if (Implementer == "0x4e") { // NVIDIA Corporation in getHostCPUNameForARM()
316 if (Implementer == "0x48") // HiSilicon Technologies, Inc. in getHostCPUNameForARM()
324 if (Implementer == "0x51") // Qualcomm Technologies, Inc. in getHostCPUNameForARM()
343 if (Implementer == "0x53") { // Samsung Electronics Co., Ltd. in getHostCPUNameForARM()
372 if (Implementer == "0x61") { // Apple in getHostCPUNameForARM()
[all …]