Lines Matching refs:buildCopy
1270 MIRBuilder.buildCopy(MI.getOperand(0), Unmerge.getReg(0)); in narrowScalar()
4841 MIRBuilder.buildCopy(DstReg, SplitSrcs[0]); in fewerElementsVectorReductions()
4850 MIRBuilder.buildCopy(DstReg, Acc); in fewerElementsVectorReductions()
4908 MIRBuilder.buildCopy(DstReg, Acc); in fewerElementsVectorSeqReductions()
5734 MIRBuilder.buildCopy(DstReg, DstRegs[0]); in narrowScalarExtract()
6425 MIRBuilder.buildCopy(MI.getOperand(0).getReg(), Merge.getReg(0)); in lowerTRUNC()
7151 MIRBuilder.buildCopy(DstReg, SrcRegs[IdxVal]); in lowerExtractInsertVectorElt()
7232 MIRBuilder.buildCopy(DstReg, BuildVec[0]); in lowerShuffleVector()
7245 auto SPTmp = MIRBuilder.buildCopy(PtrTy, SPReg); in getDynStackAllocTargetPtr()
7278 MIRBuilder.buildCopy(SPReg, SPTmp); in lowerDynStackAlloc()
7279 MIRBuilder.buildCopy(Dst, SPTmp); in lowerDynStackAlloc()
7291 MIRBuilder.buildCopy(MI.getOperand(0), StackPtr); in lowerStackSave()
7302 MIRBuilder.buildCopy(StackPtr, MI.getOperand(0)); in lowerStackRestore()
7329 MIRBuilder.buildCopy(DstReg, SubVectorElts[0]); in lowerExtract()
7750 MIRBuilder.buildCopy(ValReg, PhysReg); in lowerReadWriteRegister()
7752 MIRBuilder.buildCopy(PhysReg, ValReg); in lowerReadWriteRegister()
7805 auto AsInt = MIRBuilder.buildCopy(IntTy, SrcReg); in lowerISFPCLASS()
7949 MIRBuilder.buildCopy(DstReg, Res); in lowerISFPCLASS()