Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DCompressInstEmitter.cpp655 raw_string_ostream CodeStream(CodeString); in emitCompressInstEmitter() local
745 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()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUMCInstLower.cpp288 raw_svector_ostream CodeStream(CodeBytes); in emitInstruction() local
292 InstEmitter->encodeInstruction(TmpInst, CodeStream, Fixups, STI); in emitInstruction()
311 raw_svector_ostream CodeStream(CodeBytes); in emitInstruction() local
314 TmpInst, CodeStream, Fixups, MF->getSubtarget<MCSubtargetInfo>()); in emitInstruction()