Lines Matching refs:FeatureList
179 static void printFeatureMask(raw_ostream &OS, RecVec &FeatureList, in printFeatureMask() argument
182 for (const Record *Feature : FeatureList) { in printFeatureMask()
201 std::vector<Record *> FeatureList = in EmitSubtargetInfoMacroCalls() local
203 llvm::sort(FeatureList, LessRecordFieldName()); in EmitSubtargetInfoMacroCalls()
205 for (const Record *Feature : FeatureList) { in EmitSubtargetInfoMacroCalls()
239 std::vector<Record*> FeatureList = in FeatureKeyValues() local
242 if (FeatureList.empty()) in FeatureKeyValues()
245 llvm::sort(FeatureList, LessRecordFieldName()); in FeatureKeyValues()
254 for (const Record *Feature : FeatureList) { in FeatureKeyValues()
302 RecVec FeatureList = Processor->getValueAsListOfDefs("Features"); in CPUKeyValues() local
309 printFeatureMask(OS, FeatureList, FeatureMap); in CPUKeyValues()