Lines Matching defs:Features
36 errs() << "Too many (> 64) subtarget features!\n";
69 // FeatureKeyValues - Emit data of all the subtarget features. Used by the
73 // Gather and sort all the features
83 OS << "// Sorted (by key) array of values for CPU features.\n"
152 Processor->getValueAsListOfDefs("Features");
592 // the subtarget features string.
597 std::vector<Record*> Features =
599 std::sort(Features.begin(), Features.end(), LessRecord());
601 OS << "// ParseSubtargetFeatures - Parses features string setting specified\n"
609 if (Features.empty()) {
616 for (unsigned i = 0; i < Features.size(); i++) {
618 Record *R = Features[i];