Home | History | Annotate | Download | only in TableGen

Lines Matching refs:sort

117   // Get all records of class and sort
119 std::sort(DefList.begin(), DefList.end(), LessRecord());
175 // Gather and sort all the features
182 std::sort(FeatureList.begin(), FeatureList.end(), LessRecordFieldName());
239 // Gather and sort processor information
242 std::sort(ProcessorList.begin(), ProcessorList.end(), LessRecordFieldName());
1014 std::sort(WriteIDs.begin(), WriteIDs.end());
1032 std::sort(WriteProcResources.begin(), WriteProcResources.end(),
1227 // Gather and sort processor information
1230 std::sort(ProcessorList.begin(), ProcessorList.end(), LessRecordFieldName());
1304 std::sort(Prologs.begin(), Prologs.end(), LessRecord());
1380 std::sort(Features.begin(), Features.end(), LessRecord());