Lines Matching refs:buildCopy
990 MIRBuilder.buildCopy(MI.getOperand(0), Unmerge.getReg(0)); in narrowScalar()
4493 MIRBuilder.buildCopy(DstReg, SplitSrcs[0]); in fewerElementsVectorReductions()
4502 MIRBuilder.buildCopy(DstReg, Acc); in fewerElementsVectorReductions()
5244 MIRBuilder.buildCopy(DstReg, DstRegs[0]); in narrowScalarExtract()
6587 MIRBuilder.buildCopy(DstReg, SrcRegs[IdxVal]); in lowerExtractInsertVectorElt()
6658 MIRBuilder.buildCopy(DstReg, Val); in lowerShuffleVector()
6707 auto SPTmp = MIRBuilder.buildCopy(PtrTy, SPReg); in lowerDynStackAlloc()
6722 MIRBuilder.buildCopy(SPReg, SPTmp); in lowerDynStackAlloc()
6723 MIRBuilder.buildCopy(Dst, SPTmp); in lowerDynStackAlloc()
6755 MIRBuilder.buildCopy(Dst, SubVectorElts[0]); in lowerExtract()
7189 MIRBuilder.buildCopy(ValReg, PhysReg); in lowerReadWriteRegister()
7191 MIRBuilder.buildCopy(PhysReg, ValReg); in lowerReadWriteRegister()