Searched refs:TmpIntermediateVGPR (Results 1 – 1 of 1) sorted by relevance
1626 Register TmpIntermediateVGPR; in buildSpillLoadStore() local1776 if (UseVGPROffset && TmpOffsetVGPR == TmpIntermediateVGPR) { in buildSpillLoadStore()1861 if (!TmpIntermediateVGPR) { in buildSpillLoadStore()1862 TmpIntermediateVGPR = FuncInfo->getVGPRForAGPRCopy(); in buildSpillLoadStore()1863 assert(MF->getRegInfo().isReserved(TmpIntermediateVGPR)); in buildSpillLoadStore()1868 TmpIntermediateVGPR) in buildSpillLoadStore()1876 SubReg = TmpIntermediateVGPR; in buildSpillLoadStore()1928 if (!IsStore && IsAGPR && TmpIntermediateVGPR != AMDGPU::NoRegister) { in buildSpillLoadStore()1931 .addReg(TmpIntermediateVGPR, RegState::Kill); in buildSpillLoadStore()