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

/freebsd-9.3-release/contrib/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp176 std::vector<Record*> FeatureList = local
179 if (FeatureList.empty())
182 std::sort(FeatureList.begin(), FeatureList.end(), LessRecordFieldName());
191 for (unsigned i = 0, N = FeatureList.size(); i < N; ++i) {
193 Record *Feature = FeatureList[i];
255 const std::vector<Record*> &FeatureList = local
263 if (FeatureList.empty()) {
266 for (unsigned j = 0, M = FeatureList.size(); j < M;) {
267 OS << Target << "::" << FeatureList[
[all...]

Completed in 48 milliseconds