Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp75 MachineInstr *HighPartMI = MF.CloneMachineInstr(&*MI); in splitMove() local
77 MBB->insert(LowPartMI, HighPartMI); in splitMove()
80 MachineOperand &HighRegOp = HighPartMI->getOperand(0); in splitMove()
90 MachineOperand &HighOffsetOp = HighPartMI->getOperand(2); in splitMove()
98 HighPartMI->setDesc(get(HighOpcode)); in splitMove()
101 MachineInstr *FirstMI = HighPartMI; in splitMove()
109 MachineInstrBuilder(MF, HighPartMI).addReg(Reg128, Reg128UndefImpl); in splitMove()
121 MBB->splice(HighPartMI, MBB, LowPartMI); in splitMove()