Home | History | Annotate | Download | only in TableGen

Lines Matching refs:Feature

89 //      mnemonic and will check if the target feature for this mnemonic also
517 /// feature which participates in instruction matching.
519 /// \brief The predicate record for this feature.
522 /// \brief An unique index assigned to represent this feature.
527 /// \brief The name of the enumerated constant identifying this feature.
621 /// getSubtargetFeature - Lookup or create the subtarget feature info for the
657 if (SubtargetFeatureInfo *Feature =
659 RequiredFeatures.push_back(Feature);
1804 /// EmitSubtargetFeatureFlagEnumeration - Emit the subtarget feature flag
2076 OS << " // Get the current feature set.\n";
2211 // Emit the subtarget feature enumeration.
2336 OS << " // Get the current feature set.\n";