Lines Matching refs:Feature
89 // mnemonic and will check if the target feature for this mnemonic also
657 /// feature which participates in instruction matching.
659 /// \brief The predicate record for this feature.
662 /// \brief An unique index assigned to represent this feature.
667 /// \brief The name of the enumerated constant identifying this feature.
764 /// getSubtargetFeature - Lookup or create the subtarget feature info for the
927 if (const SubtargetFeatureInfo *Feature =
929 RequiredFeatures.push_back(Feature);
2403 /// emitSubtargetFeatureFlagEnumeration - Emit the subtarget feature flag
2437 /// user-level name for a subtarget feature.
2750 OS << " // Get the current feature set.\n";
2924 // Emit the subtarget feature enumeration.
3112 OS << " // Get the current feature set.\n";
3305 OS << " // Missing feature matches return which features were missing\n";