Lines Matching refs:MO1
1264 const MachineOperand &MO1 = MI.getOperand(CurOp++); in emitInstruction() local
1266 if (MO1.isImm()) { in emitInstruction()
1267 emitConstant(MO1.getImm(), Size); in emitInstruction()
1278 if (MO1.isGlobal()) { in emitInstruction()
1279 bool Indirect = gvNeedsNonLazyPtr(MO1, TM); in emitInstruction()
1280 emitGlobalAddress(MO1.getGlobal(), rt, MO1.getOffset(), 0, in emitInstruction()
1282 } else if (MO1.isSymbol()) in emitInstruction()
1283 emitExternalSymbolAddress(MO1.getSymbolName(), rt); in emitInstruction()
1284 else if (MO1.isCPI()) in emitInstruction()
1285 emitConstPoolAddress(MO1.getIndex(), rt); in emitInstruction()
1286 else if (MO1.isJTI()) in emitInstruction()
1287 emitJumpTableAddress(MO1.getIndex(), rt); in emitInstruction()
1368 const MachineOperand &MO1 = MI.getOperand(CurOp++); in emitInstruction() local
1370 if (MO1.isImm()) { in emitInstruction()
1371 emitConstant(MO1.getImm(), Size); in emitInstruction()
1379 if (MO1.isGlobal()) { in emitInstruction()
1380 bool Indirect = gvNeedsNonLazyPtr(MO1, TM); in emitInstruction()
1381 emitGlobalAddress(MO1.getGlobal(), rt, MO1.getOffset(), 0, in emitInstruction()
1383 } else if (MO1.isSymbol()) in emitInstruction()
1384 emitExternalSymbolAddress(MO1.getSymbolName(), rt); in emitInstruction()
1385 else if (MO1.isCPI()) in emitInstruction()
1386 emitConstPoolAddress(MO1.getIndex(), rt); in emitInstruction()
1387 else if (MO1.isJTI()) in emitInstruction()
1388 emitJumpTableAddress(MO1.getIndex(), rt); in emitInstruction()