Home
last modified time | relevance | path

Searched refs:LHSLatency (Results 1 – 4 of 4) 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-7.0/llvm/lib/CodeGen/
DLatencyPriorityQueue.cpp37 unsigned LHSLatency = PQ->getLatency(LHSNum); in operator ()() local
39 if (LHSLatency < RHSLatency) return true; in operator ()()
40 if (LHSLatency > RHSLatency) return false; in operator ()()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DResourcePriorityQueue.cpp189 unsigned LHSLatency = PQ->getLatency(LHSNum); in operator ()() local
191 if (LHSLatency < RHSLatency) return true; in operator ()()
192 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 ()()