Searched refs:DataMI (Results 1 – 1 of 1) sorted by relevance
8522 MachineInstr *DataMI = MF.CreateMachineInstr(MCID, MI.getDebugLoc(), true); in unfoldMemoryOperand() local8523 MachineInstrBuilder MIB(MF, DataMI); in unfoldMemoryOperand()8541 switch (DataMI->getOpcode()) { in unfoldMemoryOperand()8548 MachineOperand &MO0 = DataMI->getOperand(0); in unfoldMemoryOperand()8549 MachineOperand &MO1 = DataMI->getOperand(1); in unfoldMemoryOperand()8552 switch (DataMI->getOpcode()) { in unfoldMemoryOperand()8568 DataMI->setDesc(get(NewOpc)); in unfoldMemoryOperand()8573 NewMIs.push_back(DataMI); in unfoldMemoryOperand()