Searched refs:DataMI (Results 1 – 3 of 3) sorted by relevance
2941 MachineInstr *DataMI = MF.CreateMachineInstr(MCID, MI->getDebugLoc(), true); in unfoldMemoryOperand() local2942 MachineInstrBuilder MIB(DataMI); in unfoldMemoryOperand()2963 switch (DataMI->getOpcode()) { in unfoldMemoryOperand()2972 MachineOperand &MO0 = DataMI->getOperand(0); in unfoldMemoryOperand()2973 MachineOperand &MO1 = DataMI->getOperand(1); in unfoldMemoryOperand()2975 switch (DataMI->getOpcode()) { in unfoldMemoryOperand()2985 DataMI->setDesc(get(NewOpc)); in unfoldMemoryOperand()2990 NewMIs.push_back(DataMI); in unfoldMemoryOperand()
5414 MachineInstr *DataMI = MF.CreateMachineInstr(MCID, MI.getDebugLoc(), true); in unfoldMemoryOperand() local5415 MachineInstrBuilder MIB(MF, DataMI); in unfoldMemoryOperand()5434 switch (DataMI->getOpcode()) { in unfoldMemoryOperand()5443 MachineOperand &MO0 = DataMI->getOperand(0); in unfoldMemoryOperand()5444 MachineOperand &MO1 = DataMI->getOperand(1); in unfoldMemoryOperand()5447 switch (DataMI->getOpcode()) { in unfoldMemoryOperand()5457 DataMI->setDesc(get(NewOpc)); in unfoldMemoryOperand()5462 NewMIs.push_back(DataMI); in unfoldMemoryOperand()
6422 MachineInstr *DataMI = MF.CreateMachineInstr(MCID, MI.getDebugLoc(), true); in unfoldMemoryOperand() local6423 MachineInstrBuilder MIB(MF, DataMI); in unfoldMemoryOperand()6442 switch (DataMI->getOpcode()) { in unfoldMemoryOperand()6451 MachineOperand &MO0 = DataMI->getOperand(0); in unfoldMemoryOperand()6452 MachineOperand &MO1 = DataMI->getOperand(1); in unfoldMemoryOperand()6455 switch (DataMI->getOpcode()) { in unfoldMemoryOperand()6465 DataMI->setDesc(get(NewOpc)); in unfoldMemoryOperand()6470 NewMIs.push_back(DataMI); in unfoldMemoryOperand()