Home | History | Annotate | Download | only in MC

Lines Matching refs:CPU

1 //===- SubtargetFeature.cpp - CPU characteristics Implementation ----------===//
151 // Determine the length of the longest CPU and Feature entries.
155 // Print the CPU table.
258 /// getFeatureBits - Get feature bits a CPU.
260 uint64_t SubtargetFeatures::getFeatureBits(const StringRef CPU,
271 "CPU table is not sorted");
275 "CPU features table is not sorted");
281 if (CPU == "help")
284 // Find CPU entry if CPU name is specified.
285 if (!CPU.empty()) {
286 const SubtargetFeatureKV *CPUEntry = Find(CPU, CPUTable, CPUTableSize);
292 // Set the feature implied by this CPU feature, if any.
299 errs() << "'" << CPU