Home
last modified time | relevance | path

Searched refs:LHSLatency (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/
DLatencyPriorityQueue.cpp36 unsigned LHSLatency = PQ->getLatency(LHSNum); in operator ()() local
38 if (LHSLatency < RHSLatency) return true; in operator ()()
39 if (LHSLatency > RHSLatency) return false; in operator ()()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DLatencyPriorityQueue.cpp35 unsigned LHSLatency = PQ->getLatency(LHSNum); in operator ()() local
37 if (LHSLatency < RHSLatency) return true; in operator ()()
38 if (LHSLatency > RHSLatency) return false; in operator ()()
/external/llvm/lib/CodeGen/SelectionDAG/
DResourcePriorityQueue.cpp195 unsigned LHSLatency = PQ->getLatency(LHSNum); in operator ()() local
197 if (LHSLatency < RHSLatency) return true; in operator ()()
198 if (LHSLatency > RHSLatency) return false; in operator ()()