Searched refs:DataMI (Results 1 – 1 of 1) sorted by relevance
6217 MachineInstr *DataMI = MF.CreateMachineInstr(MCID, MI->getDebugLoc(), true); in unfoldMemoryOperand() local6218 MachineInstrBuilder MIB(MF, DataMI); in unfoldMemoryOperand()6238 switch (DataMI->getOpcode()) { in unfoldMemoryOperand()6247 MachineOperand &MO0 = DataMI->getOperand(0); in unfoldMemoryOperand()6248 MachineOperand &MO1 = DataMI->getOperand(1); in unfoldMemoryOperand()6251 switch (DataMI->getOpcode()) { in unfoldMemoryOperand()6261 DataMI->setDesc(get(NewOpc)); in unfoldMemoryOperand()6266 NewMIs.push_back(DataMI); in unfoldMemoryOperand()