Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIMachineFunctionInfo.cpp250 std::vector<SpilledReg> &SpillLanes = SGPRToVGPRSpills[FI]; in allocateSGPRSpillToVGPR()
281 SGPRToVGPRSpills.erase(FI); in allocateSGPRSpillToVGPR()
309 for (auto &R : SGPRToVGPRSpills) in removeSGPRToVGPRFrameIndices()
DSIMachineFunctionInfo.h222 DenseMap<int, std::vector<SpilledReg>> SGPRToVGPRSpills; variable
230 auto I = SGPRToVGPRSpills.find(FrameIndex); in getSGPRToVGPRSpills()
231 return (I == SGPRToVGPRSpills.end()) ? in getSGPRToVGPRSpills()