Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DGCNRegPressure.cpp128 const auto VGPROcc = in less() local
137 const auto Occ = std::min(SGPROcc, VGPROcc); in less()
142 bool SGPRImportant = SGPROcc < VGPROcc; in less()