Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DGCNRegPressure.cpp173 auto VW = getVGPRTuplesWeight(); in less()
174 auto OtherVW = O.getVGPRTuplesWeight(); in less()
191 OS << ", LVGPR WT: " << getVGPRTuplesWeight() in print()
DGCNRegPressure.h50 unsigned getVGPRTuplesWeight() const { return std::max(Value[VGPR_TUPLE], in getVGPRTuplesWeight() function