Lines Matching refs:FeatureList
191 static void printFeatureMask(raw_ostream &OS, RecVec &FeatureList, in printFeatureMask() argument
194 for (const Record *Feature : FeatureList) { in printFeatureMask()
213 std::vector<Record *> FeatureList = in EmitSubtargetInfoMacroCalls() local
215 llvm::sort(FeatureList, LessRecordFieldFieldName()); in EmitSubtargetInfoMacroCalls()
217 for (const Record *Feature : FeatureList) { in EmitSubtargetInfoMacroCalls()
254 std::vector<Record *> FeatureList = in FeatureKeyValues() local
257 if (FeatureList.empty()) in FeatureKeyValues()
260 llvm::sort(FeatureList, LessRecordFieldName()); in FeatureKeyValues()
272 for (const Record *Feature : FeatureList) { in FeatureKeyValues()
325 RecVec FeatureList = Processor->getValueAsListOfDefs("Features"); in CPUKeyValues() local
332 printFeatureMask(OS, FeatureList, FeatureMap); in CPUKeyValues()