Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp3592 const Register DstPtrCopy = MRI.cloneVirtualRegister(DstPtr.getReg()); in selectMOPS() local
3601 RBI.constrainGenericRegister(DstPtrCopy, AArch64::GPR64commonRegClass, MRI); in selectMOPS()
3605 MIB.buildCopy(DstPtrCopy, DstPtr); in selectMOPS()
3617 {DstPtrCopy, SizeCopy, SrcValCopy}); in selectMOPS()
3621 {DstPtrCopy, SrcValCopy, SizeCopy}); in selectMOPS()