Searched refs:lessCore (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonShuffler.cpp | 517 std::stable_sort(begin(), end(), HexagonInstr::lessCore); in check() 548 std::stable_sort(begin(), end(), HexagonInstr::lessCore); in check() 572 std::stable_sort(begin(), end(), HexagonInstr::lessCore); in check()
|
D | HexagonShuffler.h | 128 static bool lessCore(const HexagonInstr &A, const HexagonInstr &B) { in lessCore() function
|
/external/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonShuffler.cpp | 369 std::sort(begin(), end(), HexagonInstr::lessCore); in check() 393 std::sort(begin(), end(), HexagonInstr::lessCore); in check()
|
D | HexagonShuffler.h | 123 static bool lessCore(const HexagonInstr &A, const HexagonInstr &B) { in lessCore() function
|