Home
last modified time | relevance | path

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

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