Lines Matching refs:Part
3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
172 StringRef Part;
179 Part = Lines[I].substr(8).ltrim("\t :");
190 // values correspond to the "Part number" in the CP15/c0 register. The
194 return StringSwitch<const char *>(Part)
262 return StringSwitch<const char *>(Part)
273 return StringSwitch<const char *>(Part)
279 return StringSwitch<const char *>(Part)
286 // values correspond to the "Part number" in the CP15/c0 register. The
288 return StringSwitch<const char *>(Part)
294 // values correspond to the "Part number" in the CP15/c0 register. The
296 return StringSwitch<const char *>(Part)
314 unsigned Variant = 0, Part = 0;
326 I.ltrim("\t :").getAsInteger(0, Part);
328 unsigned Exynos = (Variant << 12) | Part;
342 return StringSwitch<const char *>(Part)
348 return StringSwitch<const char *>(Part)