Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNRegPressure.cpp220 auto VW = getVGPRTuplesWeight(); in less()
221 auto OtherVW = O.getVGPRTuplesWeight(); in less()
246 OS << ", LVGPR WT: " << RP.getVGPRTuplesWeight() in print()
H A DGCNRegPressure.h67 unsigned getVGPRTuplesWeight() const { in getVGPRTuplesWeight() function