Searched refs:CodeStream (Results 1 – 2 of 2) sorted by relevance
658 raw_string_ostream CodeStream(CodeString); in emitCompressInstEmitter() local744 CodeStream.indent(6) << "// " << Dest.AsmString << "\n"; in emitCompressInstEmitter()746 CodeStream.indent(6) << "OutInst.setOpcode(" << TargetName in emitCompressInstEmitter()750 CodeStream.indent(6) << "// Operand: " << DestOperand.Name << "\n"; in emitCompressInstEmitter()768 CodeStream.indent(6) in emitCompressInstEmitter()790 CodeStream.indent(6) in emitCompressInstEmitter()813 CodeStream.indent(6) << "OutInst.addOperand(MCOperand::createImm(" in emitCompressInstEmitter()820 CodeStream.indent(6) in emitCompressInstEmitter()829 CodeStream.indent(6) << "OutInst.setLoc(MI.getLoc());\n"; in emitCompressInstEmitter()830 mergeCondAndCode(CaseStream, CondStream.str(), CodeStream.str()); in emitCompressInstEmitter()
253 raw_svector_ostream CodeStream(CodeBytes); in emitInstruction() local257 InstEmitter->encodeInstruction(TmpInst, CodeStream, Fixups, STI); in emitInstruction()276 raw_svector_ostream CodeStream(CodeBytes); in emitInstruction() local279 TmpInst, CodeStream, Fixups, MF->getSubtarget<MCSubtargetInfo>()); in emitInstruction()