Searched refs:NewDstRC (Results 1 – 1 of 1) sorted by relevance
2072 const TargetRegisterClass *NewDstRC = in moveSMRDToVALU() local2076 unsigned NewDstReg = MRI.createVirtualRegister(NewDstRC); in moveSMRDToVALU()2272 const TargetRegisterClass *NewDstRC = getOpRegClass(*Inst, 0); in moveToVALU() local2283 if (RI.hasVGPRs(NewDstRC)) in moveToVALU()2285 NewDstRC = RI.getEquivalentVGPRClass(NewDstRC); in moveToVALU()2286 if (!NewDstRC) in moveToVALU()2294 unsigned NewDstReg = MRI.createVirtualRegister(NewDstRC); in moveToVALU()