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