Searched refs:TmpIntermediateVGPR (Results 1 – 1 of 1) sorted by relevance
1382 Register TmpIntermediateVGPR; in buildSpillLoadStore() local1531 if (UseVGPROffset && TmpOffsetVGPR == TmpIntermediateVGPR) { in buildSpillLoadStore()1616 if (!TmpIntermediateVGPR) { in buildSpillLoadStore()1617 TmpIntermediateVGPR = FuncInfo->getVGPRForAGPRCopy(); in buildSpillLoadStore()1618 assert(MF->getRegInfo().isReserved(TmpIntermediateVGPR)); in buildSpillLoadStore()1623 TmpIntermediateVGPR) in buildSpillLoadStore()1629 SubReg = TmpIntermediateVGPR; in buildSpillLoadStore()1681 if (!IsStore && IsAGPR && TmpIntermediateVGPR != AMDGPU::NoRegister) { in buildSpillLoadStore()1684 .addReg(TmpIntermediateVGPR, RegState::Kill); in buildSpillLoadStore()