Home
last modified time | relevance | path

Searched refs:lessCore (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonShuffler.cpp530 std::stable_sort(begin(), end(), HexagonInstr::lessCore); in check()
561 std::stable_sort(begin(), end(), HexagonInstr::lessCore); in check()
585 std::stable_sort(begin(), end(), HexagonInstr::lessCore); in check()
DHexagonShuffler.h128 static bool lessCore(const HexagonInstr &A, const HexagonInstr &B) { in lessCore() function
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonShuffler.cpp369 std::sort(begin(), end(), HexagonInstr::lessCore); in check()
393 std::sort(begin(), end(), HexagonInstr::lessCore); in check()
DHexagonShuffler.h123 static bool lessCore(const HexagonInstr &A, const HexagonInstr &B) { in lessCore() function
/external/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonShuffler.h131 static bool lessCore(const HexagonInstr &A, const HexagonInstr &B) { in lessCore() function
DHexagonShuffler.cpp613 HexagonInstr::lessCore); in tryAuction()