Home
last modified time | relevance | path

Searched refs:FeatureList (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp178 std::vector<Record*> FeatureList = in FeatureKeyValues() local
181 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() local
252 for (unsigned j = 0, M = FeatureList.size(); j < M;) { in CPUKeyValues()
253 OS << " " << Target << "::" << FeatureList[j]->getName(); in CPUKeyValues()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenFunction.cpp2375 const char *FeatureList = in checkTargetFeatures() local
2378 if (!FeatureList || StringRef(FeatureList) == "") in checkTargetFeatures()
2380 StringRef(FeatureList).split(ReqFeatures, ','); in checkTargetFeatures()