Lines Matching refs:MO1
1739 machine operand, ``MO1``, is extracted. The helper methods such as
1752 const MachineOperand &MO1 = MI.getOperand(CurOp++);
1754 if (MO1.isImmediate())
1755 emitConstant(MO1.getImm(), Size);
1761 if (MO1.isGlobalAddress()) {
1762 bool NeedStub = isa<Function>(MO1.getGlobal());
1763 bool isLazy = gvNeedsLazyPtr(MO1.getGlobal());
1764 emitGlobalAddress(MO1.getGlobal(), rt, MO1.getOffset(), 0,
1766 } else if (MO1.isExternalSymbol())
1767 emitExternalSymbolAddress(MO1.getSymbolName(), rt);
1768 else if (MO1.isConstantPoolIndex())
1769 emitConstPoolAddress(MO1.getIndex(), rt);
1770 else if (MO1.isJumpTableIndex())
1771 emitJumpTableAddress(MO1.getIndex(), rt);