Home
last modified time | relevance | path

Searched defs:MaxArchVGPRs (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNRegPressure.cpp127 unsigned MaxArchVGPRs = ST.getAddressableNumArchVGPRs(); in less() local
H A DGCNSchedStrategy.cpp1068 unsigned MaxArchVGPRs = std::min(MaxVGPRs, ST.getAddressableNumArchVGPRs()); in checkScheduling() local