Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
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 …]
/external/llvm/lib/Target/AMDGPU/
DAMDGPUMCInstLower.cpp158 raw_svector_ostream CodeStream(CodeBytes); in EmitInstruction() local
162 InstEmitter.encodeInstruction(TmpInst, CodeStream, Fixups, in EmitInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUMCInstLower.cpp318 raw_svector_ostream CodeStream(CodeBytes); in EmitInstruction() local
322 InstEmitter.encodeInstruction(TmpInst, CodeStream, Fixups, in EmitInstruction()