Lines Matching refs:NewDstReg
360 Register NewDstReg = MRI.cloneVirtualRegister(DstReg); in applyCombineConcatVectors() local
369 Builder.buildUndef(NewDstReg); in applyCombineConcatVectors()
371 Builder.buildBuildVector(NewDstReg, Ops); in applyCombineConcatVectors()
373 replaceRegWith(MRI, DstReg, NewDstReg); in applyCombineConcatVectors()
545 Register NewDstReg = MRI.cloneVirtualRegister(DstReg); in applyCombineShuffleVector() local
548 Builder.buildCopy(NewDstReg, Ops[0]); in applyCombineShuffleVector()
550 Builder.buildMergeLikeInstr(NewDstReg, Ops); in applyCombineShuffleVector()
553 replaceRegWith(MRI, DstReg, NewDstReg); in applyCombineShuffleVector()
800 Register NewDstReg = MRI.cloneVirtualRegister(MI.getOperand(0).getReg()); in applyCombineExtendingLoads() local
801 MachineInstr *NewMI = Builder.buildTrunc(NewDstReg, ChosenDstReg); in applyCombineExtendingLoads()
803 replaceRegOpWith(MRI, UseMO, NewDstReg); in applyCombineExtendingLoads()