Searched refs:NewDstRC (Results 1 – 1 of 1) sorted by relevance
2655 const TargetRegisterClass *NewDstRC = getDestEquivalentVGPRClass(Inst); in moveToVALU() local2656 if (!NewDstRC) in moveToVALU()2660 NewDstReg = MRI.createVirtualRegister(NewDstRC); in moveToVALU()2949 const TargetRegisterClass *NewDstRC = getOpRegClass(Inst, 0); in getDestEquivalentVGPRClass() local2959 if (RI.hasVGPRs(NewDstRC)) in getDestEquivalentVGPRClass()2962 NewDstRC = RI.getEquivalentVGPRClass(NewDstRC); in getDestEquivalentVGPRClass()2963 if (!NewDstRC) in getDestEquivalentVGPRClass()2965 return NewDstRC; in getDestEquivalentVGPRClass()2967 return NewDstRC; in getDestEquivalentVGPRClass()