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.h184 bool OnlyToVGPR = false,
189 bool OnlyToVGPR = false,
H A DSIRegisterInfo.cpp2031 LiveIntervals *LIS, bool OnlyToVGPR, in spillSGPR() argument
2042 if (OnlyToVGPR && !SpillToVGPR) in spillSGPR()
2162 LiveIntervals *LIS, bool OnlyToVGPR, in restoreSGPR() argument
2170 if (OnlyToVGPR && !SpillToVGPR) in restoreSGPR()