Searched refs:FeatureList (Results 1 – 3 of 3) sorted by relevance
40 FeatureListStatus getAndFeatures(StringRef FeatureList) { in getAndFeatures() argument44 for (size_t i = 0, e = FeatureList.size(); i < e; ++i) { in getAndFeatures()45 char CurrentToken = FeatureList[i]; in getAndFeatures()62 StringRef F = FeatureList.slice(SubexpressionStart, i); in getAndFeatures()68 return {HasFeatures, FeatureList.substr(SubexpressionStart)}; in getAndFeatures()75 if (HasFeatures && SubexpressionStart != FeatureList.size()) in getAndFeatures()77 CallerFeatureMap.lookup(FeatureList.substr(SubexpressionStart)); in getAndFeatures()82 bool hasRequiredFeatures(StringRef FeatureList) { in hasRequiredFeatures() argument83 FeatureListStatus FS = {false, FeatureList}; in hasRequiredFeatures()
191 static void printFeatureMask(raw_ostream &OS, RecVec &FeatureList, in printFeatureMask() argument194 for (const Record *Feature : FeatureList) { in printFeatureMask()213 std::vector<Record *> FeatureList = in EmitSubtargetInfoMacroCalls() local215 llvm::sort(FeatureList, LessRecordFieldFieldName()); in EmitSubtargetInfoMacroCalls()217 for (const Record *Feature : FeatureList) { in EmitSubtargetInfoMacroCalls()254 std::vector<Record *> FeatureList = in FeatureKeyValues() local257 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[all …]
2737 StringRef FeatureList(CGM.getContext().BuiltinInfo.getRequiredFeatures(BuiltinID)); in checkTargetFeatures() local2739 FeatureList, CallerFeatureMap) && !IsHipStdPar) { in checkTargetFeatures()2742 << FeatureList; in checkTargetFeatures()