Home
last modified time | relevance | path

Searched refs:DataMI (Results 1 – 3 of 3) 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86InstrInfo.cpp5414 MachineInstr *DataMI = MF.CreateMachineInstr(MCID, MI.getDebugLoc(), true); in unfoldMemoryOperand() local
5415 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()
/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()