Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIRegisterInfo.cpp664 bool SpillToSMEM = spillSGPRToSMEM(); in spillSGPR() local
665 if (SpillToSMEM && OnlyToVGPR) in spillSGPR()
677 if (SpillToSMEM) { in spillSGPR()
688 if (SpillToSMEM && isSGPRClass(RC)) { in spillSGPR()
704 if (SpillToSMEM) { in spillSGPR()
838 bool SpillToSMEM = spillSGPRToSMEM(); in restoreSGPR() local
839 if (SpillToSMEM && OnlyToVGPR) in restoreSGPR()
847 if (SpillToSMEM) { in restoreSGPR()
859 if (SpillToSMEM && isSGPRClass(RC)) { in restoreSGPR()
876 if (SpillToSMEM) { in restoreSGPR()