Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DCompressInstEmitter.cpp658 raw_string_ostream CodeStream(CodeString); in emitCompressInstEmitter() local
744 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()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUMCInstLower.cpp253 raw_svector_ostream CodeStream(CodeBytes); in emitInstruction() local
257 InstEmitter->encodeInstruction(TmpInst, CodeStream, Fixups, STI); in emitInstruction()
276 raw_svector_ostream CodeStream(CodeBytes); in emitInstruction() local
279 TmpInst, CodeStream, Fixups, MF->getSubtarget<MCSubtargetInfo>()); in emitInstruction()