Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp8348 MachineInstr *DataMI = MF.CreateMachineInstr(MCID, MI.getDebugLoc(), true); in unfoldMemoryOperand() local
8349 MachineInstrBuilder MIB(MF, DataMI); in unfoldMemoryOperand()
8367 switch (DataMI->getOpcode()) { in unfoldMemoryOperand()
8374 MachineOperand &MO0 = DataMI->getOperand(0); in unfoldMemoryOperand()
8375 MachineOperand &MO1 = DataMI->getOperand(1); in unfoldMemoryOperand()
8378 switch (DataMI->getOpcode()) { in unfoldMemoryOperand()
8394 DataMI->setDesc(get(NewOpc)); in unfoldMemoryOperand()
8399 NewMIs.push_back(DataMI); in unfoldMemoryOperand()