Lines Matching defs:feature
148 for (const llvm::SubtargetFeatureKV &feature : Features)
149 DescMap.insert({feature.Key, feature.Desc});
186 // Extract the feature names that are enabled for the given target.
188 // provided by MCSubtargetInfo, which match the '-target-feature' values.
192 for (const llvm::SubtargetFeatureKV &feature : Features)
193 EnabledFeatureNames.insert(feature.Key);
199 for (const llvm::SubtargetFeatureKV &feature : Features)
200 DescMap.insert({feature.Key, feature.Desc});