Searched refs:TmpIntermediateVGPR (Results 1 – 1 of 1) sorted by relevance
1323 Register TmpIntermediateVGPR; in buildSpillLoadStore() local1472 if (UseVGPROffset && TmpOffsetVGPR == TmpIntermediateVGPR) { in buildSpillLoadStore()1554 if (!TmpIntermediateVGPR) { in buildSpillLoadStore()1555 TmpIntermediateVGPR = FuncInfo->getVGPRForAGPRCopy(); in buildSpillLoadStore()1556 assert(MF->getRegInfo().isReserved(TmpIntermediateVGPR)); in buildSpillLoadStore()1561 TmpIntermediateVGPR) in buildSpillLoadStore()1567 SubReg = TmpIntermediateVGPR; in buildSpillLoadStore()1617 if (!IsStore && IsAGPR && TmpIntermediateVGPR != AMDGPU::NoRegister) { in buildSpillLoadStore()1620 .addReg(TmpIntermediateVGPR, RegState::Kill); in buildSpillLoadStore()