Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIRegisterInfo.h45 bool spillSGPRToVGPR() const { in spillSGPRToVGPR() function
DSILowerSGPRSpills.cpp263 if ((TRI->spillSGPRToVGPR() && (HasCSRs || FuncInfo->hasSpilledSGPRs())) || in runOnMachineFunction()
DSIMachineFunctionInfo.cpp276 assert(TRI->spillSGPRToVGPR() && "not spilling SGPRs to VGPRs"); in allocateSGPRSpillToVGPR()
DSIInstrInfo.cpp1094 if (RI.spillSGPRToVGPR()) in storeRegToStackSlot()
1211 if (RI.spillSGPRToVGPR()) in loadRegFromStackSlot()