Searched refs:HighPartMI (Results 1 – 1 of 1) sorted by relevance
77 MachineInstr *HighPartMI = MF.CloneMachineInstr(&*MI); in splitMove() local79 MBB->insert(LowPartMI, HighPartMI); in splitMove()82 MachineOperand &HighRegOp = HighPartMI->getOperand(0); in splitMove()92 MachineOperand &HighOffsetOp = HighPartMI->getOperand(2); in splitMove()100 HighPartMI->setDesc(get(HighOpcode)); in splitMove()103 MachineInstr *FirstMI = HighPartMI; in splitMove()111 MachineInstrBuilder(MF, HighPartMI).addReg(Reg128, Reg128UndefImpl); in splitMove()123 MBB->splice(HighPartMI, MBB, LowPartMI); in splitMove()