Searched refs:DestIsPNR (Results 1 – 1 of 1) sorted by relevance
4525 bool DestIsPNR = AArch64::PNRRegClass.contains(DestReg); in copyPhysReg() local4527 if (DestIsPNR || SrcIsPNR) { in copyPhysReg()4532 MCRegister PPRDestReg = DestIsPNR ? ToPPR(DestReg) : DestReg; in copyPhysReg()4539 if (DestIsPNR) in copyPhysReg()