Home
last modified time | relevance | path

Searched refs:RHSLatency (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/CodeGen/
DLatencyPriorityQueue.cpp37 unsigned RHSLatency = PQ->getLatency(RHSNum); 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.cpp38 unsigned RHSLatency = PQ->getLatency(RHSNum); in operator ()() local
39 if (LHSLatency < RHSLatency) return true; in operator ()()
40 if (LHSLatency > RHSLatency) return false; in operator ()()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DLatencyPriorityQueue.cpp36 unsigned RHSLatency = PQ->getLatency(RHSNum); in operator ()() local
37 if (LHSLatency < RHSLatency) return true; in operator ()()
38 if (LHSLatency > RHSLatency) return false; in operator ()()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DResourcePriorityQueue.cpp190 unsigned RHSLatency = PQ->getLatency(RHSNum); 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.cpp196 unsigned RHSLatency = PQ->getLatency(RHSNum); in operator ()() local
197 if (LHSLatency < RHSLatency) return true; in operator ()()
198 if (LHSLatency > RHSLatency) return false; in operator ()()