Searched refs:MO0 (Results 1 – 5 of 5) sorted by relevance
135 MachineOperand *MO0 = &MI->getOperand(0); in verifyUseList() local137 if (!(MO >= MO0 && MO < MO0+NumOps)) { in verifyUseList()
485 MachineOperand &MO0 = II->getOperand(Idx); in UpdateSuccessorsPHIs() local486 unsigned Reg = MO0.getReg(); in UpdateSuccessorsPHIs()
1469 const MachineOperand &MO0 = MI0->getOperand(1); in produceSameValue() local1471 if (MO0.getOffset() != MO1.getOffset()) in produceSameValue()1481 return MO0.getGlobal() == MO1.getGlobal(); in produceSameValue()1485 int CPI0 = MO0.getIndex(); in produceSameValue()1526 const MachineOperand &MO0 = MI0->getOperand(i); in produceSameValue() local1528 if (!MO0.isIdenticalTo(MO1)) in produceSameValue()
1302 const MachineOperand &MO0 = MI->getOperand(0); in handleSpecialFP() local1306 unsigned DstFP = getFPReg(MO0); in handleSpecialFP()
6247 MachineOperand &MO0 = DataMI->getOperand(0); in unfoldMemoryOperand() local6262 MO1.ChangeToRegister(MO0.getReg(), false); in unfoldMemoryOperand()