Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSILowerSGPRSpills.cpp275 const bool HasSGPRSpillToVGPR = TRI->spillSGPRToVGPR() && in runOnMachineFunction()
H A DSIRegisterInfo.h69 bool spillSGPRToVGPR() const { in spillSGPRToVGPR() function
H A DSIMachineFunctionInfo.cpp317 assert(TRI->spillSGPRToVGPR() && "not spilling SGPRs to VGPRs"); in allocateSGPRSpillToVGPR()
H A DSIFrameLowering.cpp98 if (TRI->spillSGPRToVGPR() && MFI->allocateSGPRSpillToVGPR(MF, NewFI)) { in getVGPRSpillLaneOrTempRegister()
H A DSIInstrInfo.cpp1558 if (RI.spillSGPRToVGPR()) in storeRegToStackSlot()
1716 if (RI.spillSGPRToVGPR()) in loadRegFromStackSlot()