Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DRISCVCompressInstEmitter.cpp514 raw_string_ostream &CodeStream) { in mergeCondAndCode() argument
523 CombinedStream << CodeStream.str(); in mergeCondAndCode()
603 raw_string_ostream CodeStream(CodeString); in emitCompressInstEmitter() local
680 CodeStream.indent(6) << "// " + Dest.AsmString + "\n"; in emitCompressInstEmitter()
681 CodeStream.indent(6) << "OutInst.setOpcode(" + Namespace + in emitCompressInstEmitter()
685 CodeStream.indent(6) << "// Operand: " + DestOperand.Name + "\n"; in emitCompressInstEmitter()
703 CodeStream.indent(6) << "OutInst.addOperand(MI.getOperand(" + in emitCompressInstEmitter()
713 CodeStream.indent(6) << "OutInst.addOperand(MI.getOperand(" + in emitCompressInstEmitter()
725 CodeStream.indent(6) in emitCompressInstEmitter()
732 CodeStream.indent(6) << "OutInst.addOperand(MCOperand::createReg(" + in emitCompressInstEmitter()
[all …]
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUMCInstLower.cpp314 raw_svector_ostream CodeStream(CodeBytes); in EmitInstruction() local
318 InstEmitter->encodeInstruction(TmpInst, CodeStream, Fixups, STI); in EmitInstruction()
338 raw_svector_ostream CodeStream(CodeBytes); in EmitInstruction() local
342 InstEmitter.encodeInstruction(TmpInst, CodeStream, Fixups, in EmitInstruction()