Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp3594 const Register SizeCopy = MRI.cloneVirtualRegister(Size.getReg()); in selectMOPS() local
3603 RBI.constrainGenericRegister(SizeCopy, AArch64::GPR64RegClass, MRI); in selectMOPS()
3607 MIB.buildCopy(SizeCopy, Size); in selectMOPS()
3617 {DstPtrCopy, SizeCopy, SrcValCopy}); in selectMOPS()
3621 {DstPtrCopy, SrcValCopy, SizeCopy}); in selectMOPS()