Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DGCNRegPressure.cpp169 auto VW = getVGPRTuplesWeight(); in less()
170 auto OtherVW = O.getVGPRTuplesWeight(); in less()
186 OS << ", LVGPR WT: " << getVGPRTuplesWeight() in print()
DGCNRegPressure.h49 unsigned getVGPRTuplesWeight() const { return Value[VGPR_TUPLE]; } in getVGPRTuplesWeight() function