Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineRegisterInfo.cpp135 MachineOperand *MO0 = &MI->getOperand(0); in verifyUseList() local
137 if (!(MO >= MO0 && MO < MO0+NumOps)) { in verifyUseList()
DTailDuplication.cpp485 MachineOperand &MO0 = II->getOperand(Idx); in UpdateSuccessorsPHIs() local
486 unsigned Reg = MO0.getReg(); in UpdateSuccessorsPHIs()
/external/llvm/lib/Target/ARM/
DARMBaseInstrInfo.cpp1469 const MachineOperand &MO0 = MI0->getOperand(1); in produceSameValue() local
1471 if (MO0.getOffset() != MO1.getOffset()) in produceSameValue()
1481 return MO0.getGlobal() == MO1.getGlobal(); in produceSameValue()
1485 int CPI0 = MO0.getIndex(); in produceSameValue()
1526 const MachineOperand &MO0 = MI0->getOperand(i); in produceSameValue() local
1528 if (!MO0.isIdenticalTo(MO1)) in produceSameValue()
/external/llvm/lib/Target/X86/
DX86FloatingPoint.cpp1302 const MachineOperand &MO0 = MI->getOperand(0); in handleSpecialFP() local
1306 unsigned DstFP = getFPReg(MO0); in handleSpecialFP()
DX86InstrInfo.cpp6247 MachineOperand &MO0 = DataMI->getOperand(0); in unfoldMemoryOperand() local
6262 MO1.ChangeToRegister(MO0.getReg(), false); in unfoldMemoryOperand()