Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNRegPressure.cpp148 unsigned ExcessArchVGPR = std::max( in less() local
165 bool ExcessRP = ExcessSGPR || ExcessVGPR || ExcessArchVGPR || ExcessAGPR; in less()
175 (ExcessVGPR + ExcessArchVGPR + ExcessAGPR)); in less()