Searched refs:FeatureList (Results 1 – 2 of 2) sorted by relevance
178 std::vector<Record*> FeatureList = in FeatureKeyValues() local181 if (FeatureList.empty()) in FeatureKeyValues()184 llvm::sort(FeatureList, LessRecordFieldName()); in FeatureKeyValues()193 for (unsigned i = 0, N = FeatureList.size(); i < N; ++i) { in FeatureKeyValues()195 Record *Feature = FeatureList[i]; in FeatureKeyValues()244 RecVec FeatureList = Processor->getValueAsListOfDefs("Features"); in CPUKeyValues() local252 for (unsigned j = 0, M = FeatureList.size(); j < M;) { in CPUKeyValues()253 OS << " " << Target << "::" << FeatureList[j]->getName(); in CPUKeyValues()
2375 const char *FeatureList = in checkTargetFeatures() local2378 if (!FeatureList || StringRef(FeatureList) == "") in checkTargetFeatures()2380 StringRef(FeatureList).split(ReqFeatures, ','); in checkTargetFeatures()