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.cpp141 unsigned ExcessArchVGPR = std::max( in less() local
158 bool ExcessRP = ExcessSGPR || ExcessVGPR || ExcessArchVGPR || ExcessAGPR; in less()
168 (ExcessVGPR + ExcessArchVGPR + ExcessAGPR)); in less()