Lines Matching refs:CondStream
513 static std::string mergeCondAndCode(raw_string_ostream &CondStream, in mergeCondAndCode() argument
519 << CondStream.str().substr( in mergeCondAndCode()
520 6, CondStream.str().length() - in mergeCondAndCode()
602 raw_string_ostream CondStream(CondString); in emitCompressInstEmitter() local
636 CondStream.indent(6) << ("!STI.getFeatureBits()[" + Namespace + in emitCompressInstEmitter()
641 CondStream.indent(6) in emitCompressInstEmitter()
651 CondStream.indent(6) in emitCompressInstEmitter()
665 CondStream.indent(6) in emitCompressInstEmitter()
673 CondStream.indent(6) << "(MI.getOperand(" + std::to_string(OpNo) + in emitCompressInstEmitter()
697 CondStream.indent(6) in emitCompressInstEmitter()
709 CondStream.indent(6) << Namespace + "ValidateMCOperand(" + in emitCompressInstEmitter()
721 CondStream.indent(6) in emitCompressInstEmitter()
739 CaseStream << mergeCondAndCode(CondStream, CodeStream); in emitCompressInstEmitter()