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.cpp4525 bool DestIsPNR = AArch64::PNRRegClass.contains(DestReg); in copyPhysReg() local
4527 if (DestIsPNR || SrcIsPNR) { in copyPhysReg()
4532 MCRegister PPRDestReg = DestIsPNR ? ToPPR(DestReg) : DestReg; in copyPhysReg()
4539 if (DestIsPNR) in copyPhysReg()