Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNRegPressure.cpp208 auto SW = getSGPRTuplesWeight(); in less()
209 auto OtherSW = O.getSGPRTuplesWeight(); in less()
238 << ", LSGPR WT: " << RP.getSGPRTuplesWeight(); in print()
H A DGCNRegPressure.h61 unsigned getSGPRTuplesWeight() const { return Value[SGPR_TUPLE]; } in getSGPRTuplesWeight() function