Searched refs:TmpIntermediateVGPR (Results 1 – 1 of 1) sorted by relevance
1373 Register TmpIntermediateVGPR; in buildSpillLoadStore() local1522 if (UseVGPROffset && TmpOffsetVGPR == TmpIntermediateVGPR) { in buildSpillLoadStore()1607 if (!TmpIntermediateVGPR) { in buildSpillLoadStore()1608 TmpIntermediateVGPR = FuncInfo->getVGPRForAGPRCopy(); in buildSpillLoadStore()1609 assert(MF->getRegInfo().isReserved(TmpIntermediateVGPR)); in buildSpillLoadStore()1614 TmpIntermediateVGPR) in buildSpillLoadStore()1620 SubReg = TmpIntermediateVGPR; in buildSpillLoadStore()1673 if (!IsStore && IsAGPR && TmpIntermediateVGPR != AMDGPU::NoRegister) { in buildSpillLoadStore()1676 .addReg(TmpIntermediateVGPR, RegState::Kill); in buildSpillLoadStore()