Lines Matching refs:MO1
1842 machine operand, ``MO1``, is extracted. The helper methods such as
1855 const MachineOperand &MO1 = MI.getOperand(CurOp++);
1857 if (MO1.isImmediate())
1858 emitConstant(MO1.getImm(), Size);
1864 if (MO1.isGlobalAddress()) {
1865 bool NeedStub = isa<Function>(MO1.getGlobal());
1866 bool isLazy = gvNeedsLazyPtr(MO1.getGlobal());
1867 emitGlobalAddress(MO1.getGlobal(), rt, MO1.getOffset(), 0,
1869 } else if (MO1.isExternalSymbol())
1870 emitExternalSymbolAddress(MO1.getSymbolName(), rt);
1871 else if (MO1.isConstantPoolIndex())
1872 emitConstPoolAddress(MO1.getIndex(), rt);
1873 else if (MO1.isJumpTableIndex())
1874 emitJumpTableAddress(MO1.getIndex(), rt);