Home
last modified time | relevance | path

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

/external/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
/external/llvm-project/llvm/lib/Target/AMDGPU/
DGCNRegPressure.cpp175 auto VW = getVGPRTuplesWeight(); in less()
176 auto OtherVW = O.getVGPRTuplesWeight(); in less()
193 OS << ", LVGPR WT: " << getVGPRTuplesWeight() in print()
DGCNRegPressure.h58 unsigned getVGPRTuplesWeight() const { return std::max(Value[VGPR_TUPLE], in getVGPRTuplesWeight() function