Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DGCNRegPressure.cpp170 auto OtherVW = O.getVGPRTuplesWeight(); in less() local
171 if (VW != OtherVW) in less()
172 return VW < OtherVW; in less()