Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrInfo.cpp5527 MachineInstr *DataMI = MF.CreateMachineInstr(MCID, MI.getDebugLoc(), true); in unfoldMemoryOperand() local
5528 MachineInstrBuilder MIB(MF, DataMI); in unfoldMemoryOperand()
5547 switch (DataMI->getOpcode()) { in unfoldMemoryOperand()
5556 MachineOperand &MO0 = DataMI->getOperand(0); in unfoldMemoryOperand()
5557 MachineOperand &MO1 = DataMI->getOperand(1); in unfoldMemoryOperand()
5560 switch (DataMI->getOpcode()) { in unfoldMemoryOperand()
5570 DataMI->setDesc(get(NewOpc)); in unfoldMemoryOperand()
5575 NewMIs.push_back(DataMI); in unfoldMemoryOperand()
/external/llvm-project/llvm/lib/Target/X86/
DX86InstrInfo.cpp6283 MachineInstr *DataMI = MF.CreateMachineInstr(MCID, MI.getDebugLoc(), true); in unfoldMemoryOperand() local
6284 MachineInstrBuilder MIB(MF, DataMI); in unfoldMemoryOperand()
6303 switch (DataMI->getOpcode()) { in unfoldMemoryOperand()
6312 MachineOperand &MO0 = DataMI->getOperand(0); in unfoldMemoryOperand()
6313 MachineOperand &MO1 = DataMI->getOperand(1); in unfoldMemoryOperand()
6316 switch (DataMI->getOpcode()) { in unfoldMemoryOperand()
6326 DataMI->setDesc(get(NewOpc)); in unfoldMemoryOperand()
6331 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()