Searched refs:SGPRSpillVGPRCSR (Results 1 – 3 of 3) sorted by relevance
205 struct SGPRSpillVGPRCSR { struct213 SGPRSpillVGPRCSR(unsigned V, Optional<int> F) : VGPR(V), FI(F) {} in SGPRSpillVGPRCSR() function224 SmallVector<SGPRSpillVGPRCSR, 2> SpillVGPRs;235 ArrayRef<SGPRSpillVGPRCSR> getSGPRSpillVGPRs() const { in getSGPRSpillVGPRs()
292 SpillVGPRs.push_back(SGPRSpillVGPRCSR(LaneVGPR, CSRSpillFI)); in allocateSGPRSpillToVGPR()
594 for (const SIMachineFunctionInfo::SGPRSpillVGPRCSR &Reg in emitPrologue()614 for (const SIMachineFunctionInfo::SGPRSpillVGPRCSR &Reg in emitEpilogue()