Home
last modified time | relevance | path

Searched defs:queue_sort (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp1658 struct queue_sort { struct
1659 bool isReady(SUnit* SU, unsigned CurCycle) const { return true; } in isReady()
/aosp_15_r20/external/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp1539 struct queue_sort : public std::binary_function<SUnit*, SUnit*, bool> { struct
1540 bool isReady(SUnit* SU, unsigned CurCycle) const { return true; } in isReady()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp1644 struct queue_sort { struct
1645 bool isReady(SUnit* SU, unsigned CurCycle) const { return true; } in isReady()