Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DHost.cpp95 StringRef::const_iterator CPUInfoEnd = ProcCpuinfoContent.end(); in getHostCPUNameForPowerPC() local
104 while (CIP < CPUInfoEnd && CPUStart == nullptr) { in getHostCPUNameForPowerPC()
105 if (CIP < CPUInfoEnd && *CIP == '\n') in getHostCPUNameForPowerPC()
108 if (CIP < CPUInfoEnd && *CIP == 'c') { in getHostCPUNameForPowerPC()
110 if (CIP < CPUInfoEnd && *CIP == 'p') { in getHostCPUNameForPowerPC()
112 if (CIP < CPUInfoEnd && *CIP == 'u') { in getHostCPUNameForPowerPC()
114 while (CIP < CPUInfoEnd && (*CIP == ' ' || *CIP == '\t')) in getHostCPUNameForPowerPC()
117 if (CIP < CPUInfoEnd && *CIP == ':') { in getHostCPUNameForPowerPC()
119 while (CIP < CPUInfoEnd && (*CIP == ' ' || *CIP == '\t')) in getHostCPUNameForPowerPC()
122 if (CIP < CPUInfoEnd) { in getHostCPUNameForPowerPC()
[all …]