Home
last modified time | relevance | path

Searched refs:CodeStream (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DRISCVCompressInstEmitter.cpp645 raw_string_ostream CodeStream(CodeString); in emitCompressInstEmitter() local
729 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUMCInstLower.cpp315 raw_svector_ostream CodeStream(CodeBytes); in emitInstruction() local
319 InstEmitter->encodeInstruction(TmpInst, CodeStream, Fixups, STI); in emitInstruction()
338 raw_svector_ostream CodeStream(CodeBytes); in emitInstruction() local
341 TmpInst, CodeStream, Fixups, MF->getSubtarget<MCSubtargetInfo>()); in emitInstruction()