Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86InstrInfo.cpp2941 MachineInstr *DataMI = MF.CreateMachineInstr(MCID, MI->getDebugLoc(), true); in unfoldMemoryOperand() local
2942 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()
/external/llvm/lib/Target/X86/
DX86InstrInfo.cpp6422 MachineInstr *DataMI = MF.CreateMachineInstr(MCID, MI.getDebugLoc(), true); in unfoldMemoryOperand() local
6423 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()