Searched refs:CodeStream (Results 1 – 2 of 2) sorted by relevance
655 raw_string_ostream CodeStream(CodeString); in emitCompressInstEmitter() local745 CodeStream.indent(6) << "// " << Dest.AsmString << "\n"; in emitCompressInstEmitter()747 CodeStream.indent(6) << "OutInst.setOpcode(" << TargetName in emitCompressInstEmitter()751 CodeStream.indent(6) << "// Operand: " << DestOperand.Name << "\n"; in emitCompressInstEmitter()774 CodeStream.indent(6) in emitCompressInstEmitter()796 CodeStream.indent(6) in emitCompressInstEmitter()819 CodeStream.indent(6) << "OutInst.addOperand(MCOperand::createImm(" in emitCompressInstEmitter()826 CodeStream.indent(6) in emitCompressInstEmitter()835 CodeStream.indent(6) << "OutInst.setLoc(MI.getLoc());\n"; in emitCompressInstEmitter()836 mergeCondAndCode(CaseStream, CondStream.str(), CodeStream.str()); in emitCompressInstEmitter()
288 raw_svector_ostream CodeStream(CodeBytes); in emitInstruction() local292 InstEmitter->encodeInstruction(TmpInst, CodeStream, Fixups, STI); in emitInstruction()311 raw_svector_ostream CodeStream(CodeBytes); in emitInstruction() local314 TmpInst, CodeStream, Fixups, MF->getSubtarget<MCSubtargetInfo>()); in emitInstruction()