Searched refs:MO0 (Results 1 - 7 of 7) sorted by relevance

/external/llvm/lib/Target/Hexagon/InstPrinter/
H A DHexagonInstPrinter.cpp142 const MCOperand& MO0 = MI->getOperand(OpNo); local
145 O << getRegisterName(MO0.getReg());
151 const MCOperand& MO0 = MI->getOperand(OpNo); local
154 O << getRegisterName(MO0.getReg()) << ", #" << MO1.getImm();
/external/llvm/lib/CodeGen/
H A DMachineRegisterInfo.cpp138 MachineOperand *MO0 = &MI->getOperand(0); local
140 if (!(MO >= MO0 && MO < MO0+NumOps)) {
H A DTailDuplication.cpp483 MachineOperand &MO0 = II->getOperand(Idx); local
484 unsigned Reg = MO0.getReg();
/external/llvm/lib/Target/ARM/
H A DARMCodeEmitter.cpp686 const MachineOperand &MO0 = MI.getOperand(0); local
698 Binary |= getMachineOpValue(MI, MO0) << ARMII::RegRdShift;
713 Binary |= getMachineOpValue(MI, MO0) << ARMII::RegRdShift;
722 const MachineOperand &MO0 = MI.getOperand(0); local
736 Binary |= getMachineOpValue(MI, MO0) << ARMII::RegRdShift;
751 Binary |= getMachineOpValue(MI, MO0) << ARMII::RegRdShift;
754 Binary |= getMachineOpValue(MI, MO0) << ARMII::RegRnShift;
H A DARMBaseInstrInfo.cpp1352 const MachineOperand &MO0 = MI0->getOperand(1); local
1354 if (MO0.getOffset() != MO1.getOffset())
1364 return MO0.getGlobal() == MO1.getGlobal();
1368 int CPI0 = MO0.getIndex();
1409 const MachineOperand &MO0 = MI0->getOperand(i); local
1411 if (!MO0.isIdenticalTo(MO1))
/external/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp1324 const MachineOperand &MO0 = MI->getOperand(0);
1325 unsigned DstST = MO0.getReg() - X86::ST0;
1333 assert(!MO0.isDead() && "Cannot copy to dead ST register");
1363 unsigned DstFP = getFPReg(MO0);
1383 unsigned DstFP = getFPReg(MO0);
H A DX86InstrInfo.cpp4671 MachineOperand &MO0 = DataMI->getOperand(0); local
4686 MO1.ChangeToRegister(MO0.getReg(), false);

Completed in 149 milliseconds