Home
last modified time | relevance | path

Searched refs:DestIsPNR (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp5114 bool DestIsPNR = AArch64::PNRRegClass.contains(DestReg); in copyPhysReg() local
5116 if (DestIsPNR || SrcIsPNR) { in copyPhysReg()
5121 MCRegister PPRDestReg = DestIsPNR ? ToPPR(DestReg) : DestReg.asMCReg(); in copyPhysReg()
5128 if (DestIsPNR) in copyPhysReg()