Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.h152 /// If \p OnlyToVGPR is true, this will only succeed if this manages to find a
156 bool OnlyToVGPR = false,
161 bool OnlyToVGPR = false,
H A DSIRegisterInfo.cpp1762 LiveIntervals *LIS, bool OnlyToVGPR, in spillSGPR() argument
1770 if (OnlyToVGPR && !SpillToVGPR) in spillSGPR()
1885 LiveIntervals *LIS, bool OnlyToVGPR, in restoreSGPR() argument
1893 if (OnlyToVGPR && !SpillToVGPR) in restoreSGPR()