Searched defs:reverse_sort (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | ScheduleDAGRRList.cpp | 1664 struct reverse_sort : public queue_sort { struct 1665 SF &SortFunc; 1667 reverse_sort(SF &sf) : SortFunc(sf) {} in reverse_sort() function 1669 bool operator()(SUnit* left, SUnit* right) const { in operator ()()
|
/aosp_15_r20/external/llvm/lib/CodeGen/SelectionDAG/ |
H A D | ScheduleDAGRRList.cpp | 1545 struct reverse_sort : public queue_sort { struct 1546 SF &SortFunc; 1547 reverse_sort(SF &sf) : SortFunc(sf) {} in reverse_sort() argument 1549 bool operator()(SUnit* left, SUnit* right) const { in operator ()()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | ScheduleDAGRRList.cpp | 1650 struct reverse_sort : public queue_sort { struct 1651 SF &SortFunc; 1653 reverse_sort(SF &sf) : SortFunc(sf) {} in reverse_sort() argument 1655 bool operator()(SUnit* left, SUnit* right) const { in operator ()()
|
/aosp_15_r20/system/memory/libmeminfo/tools/ |
D | librank.cpp | 99 bool reverse_sort = false; in main() local
|
D | procrank.cpp | 67 bool reverse_sort = false; in main() local
|
/aosp_15_r20/system/memory/libmeminfo/libsmapinfo/ |
D | smapinfo.cpp | 319 bool get_oomadj, bool get_wss, SortOrder sort_order, bool reverse_sort, in run_procrank() 713 Format format, SortOrder sort_order, bool reverse_sort, in run_librank()
|
/aosp_15_r20/external/elfutils/src/ |
H A D | nm.c | 179 static bool reverse_sort; variable
|