Searched refs:DestIsPNR (Results 1 – 1 of 1) sorted by relevance
5114 bool DestIsPNR = AArch64::PNRRegClass.contains(DestReg); in copyPhysReg() local5116 if (DestIsPNR || SrcIsPNR) { in copyPhysReg()5121 MCRegister PPRDestReg = DestIsPNR ? ToPPR(DestReg) : DestReg.asMCReg(); in copyPhysReg()5128 if (DestIsPNR) in copyPhysReg()