Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86InstrInfo.cpp5450 MachineInstr *DataMI = MF.CreateMachineInstr(MCID, MI->getDebugLoc(), true); in unfoldMemoryOperand() local
5451 MachineInstrBuilder MIB(MF, DataMI); in unfoldMemoryOperand()
5471 switch (DataMI->getOpcode()) { in unfoldMemoryOperand()
5480 MachineOperand &MO0 = DataMI->getOperand(0); in unfoldMemoryOperand()
5481 MachineOperand &MO1 = DataMI->getOperand(1); in unfoldMemoryOperand()
5484 switch (DataMI->getOpcode()) { in unfoldMemoryOperand()
5494 DataMI->setDesc(get(NewOpc)); in unfoldMemoryOperand()
5499 NewMIs.push_back(DataMI); in unfoldMemoryOperand()