Searched refs:SGPRToVGPRSpills (Results 1 – 2 of 2) sorted by relevance
250 std::vector<SpilledReg> &SpillLanes = SGPRToVGPRSpills[FI]; in allocateSGPRSpillToVGPR()281 SGPRToVGPRSpills.erase(FI); in allocateSGPRSpillToVGPR()309 for (auto &R : SGPRToVGPRSpills) in removeSGPRToVGPRFrameIndices()
222 DenseMap<int, std::vector<SpilledReg>> SGPRToVGPRSpills; variable230 auto I = SGPRToVGPRSpills.find(FrameIndex); in getSGPRToVGPRSpills()231 return (I == SGPRToVGPRSpills.end()) ? in getSGPRToVGPRSpills()