Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp6329 MachineInstr *DataMI = MF.CreateMachineInstr(MCID, MI.getDebugLoc(), true); in unfoldMemoryOperand() local
6330 MachineInstrBuilder MIB(MF, DataMI); in unfoldMemoryOperand()
6349 switch (DataMI->getOpcode()) { in unfoldMemoryOperand()
6358 MachineOperand &MO0 = DataMI->getOperand(0); in unfoldMemoryOperand()
6359 MachineOperand &MO1 = DataMI->getOperand(1); in unfoldMemoryOperand()
6362 switch (DataMI->getOpcode()) { in unfoldMemoryOperand()
6372 DataMI->setDesc(get(NewOpc)); in unfoldMemoryOperand()
6377 NewMIs.push_back(DataMI); in unfoldMemoryOperand()