Searched refs:TmpIntermediateVGPR (Results 1 – 1 of 1) sorted by relevance
1359 Register TmpIntermediateVGPR; in buildSpillLoadStore() local1508 if (UseVGPROffset && TmpOffsetVGPR == TmpIntermediateVGPR) { in buildSpillLoadStore()1593 if (!TmpIntermediateVGPR) { in buildSpillLoadStore()1594 TmpIntermediateVGPR = FuncInfo->getVGPRForAGPRCopy(); in buildSpillLoadStore()1595 assert(MF->getRegInfo().isReserved(TmpIntermediateVGPR)); in buildSpillLoadStore()1600 TmpIntermediateVGPR) in buildSpillLoadStore()1606 SubReg = TmpIntermediateVGPR; in buildSpillLoadStore()1654 if (!IsStore && IsAGPR && TmpIntermediateVGPR != AMDGPU::NoRegister) { in buildSpillLoadStore()1657 .addReg(TmpIntermediateVGPR, RegState::Kill); in buildSpillLoadStore()