Searched refs:CodeStream (Results 1 – 2 of 2) sorted by relevance
645 raw_string_ostream CodeStream(CodeString); in emitCompressInstEmitter() local729 CodeStream.indent(6) << "// " << Dest.AsmString << "\n"; in emitCompressInstEmitter()731 CodeStream.indent(6) << "OutInst.setOpcode(" << Namespace in emitCompressInstEmitter()735 CodeStream.indent(6) << "// Operand: " << DestOperand.Name << "\n"; in emitCompressInstEmitter()753 CodeStream.indent(6) in emitCompressInstEmitter()775 CodeStream.indent(6) in emitCompressInstEmitter()798 CodeStream.indent(6) << "OutInst.addOperand(MCOperand::createImm(" in emitCompressInstEmitter()805 CodeStream.indent(6) in emitCompressInstEmitter()814 CodeStream.indent(6) << "OutInst.setLoc(MI.getLoc());\n"; in emitCompressInstEmitter()815 mergeCondAndCode(CaseStream, CondStream.str(), CodeStream.str()); in emitCompressInstEmitter()
315 raw_svector_ostream CodeStream(CodeBytes); in emitInstruction() local319 InstEmitter->encodeInstruction(TmpInst, CodeStream, Fixups, STI); in emitInstruction()338 raw_svector_ostream CodeStream(CodeBytes); in emitInstruction() local341 TmpInst, CodeStream, Fixups, MF->getSubtarget<MCSubtargetInfo>()); in emitInstruction()