Lines Matching defs:Noop
915 // labels from collapsing together. Just emit a noop.917 MCInst Noop;918 MF->getSubtarget().getInstrInfo()->getNoopForMachoTarget(Noop);921 // Targets can opt-out of emitting the noop here by leaving the opcode923 if (Noop.getOpcode())924 OutStreamer->EmitInstruction(Noop, getSubtargetInfo());