Lines Matching refs:CondStream
644 raw_string_ostream CondStream(CondString); in emitCompressInstEmitter() local
679 CondStream.indent(6) << Not << "STI.getFeatureBits()[" << Namespace in emitCompressInstEmitter()
686 CondStream.indent(6) << "("; in emitCompressInstEmitter()
690 CondStream << Not << "STI.getFeatureBits()[" << Namespace in emitCompressInstEmitter()
693 CondStream << " || "; in emitCompressInstEmitter()
695 CondStream << ") &&\n"; in emitCompressInstEmitter()
703 CondStream.indent(6) in emitCompressInstEmitter()
715 CondStream.indent(6) in emitCompressInstEmitter()
722 CondStream.indent(6) in emitCompressInstEmitter()
747 CondStream.indent(6) << "(MRI.getRegClass(" << Namespace in emitCompressInstEmitter()
761 CondStream.indent(6) in emitCompressInstEmitter()
768 CondStream.indent(6) in emitCompressInstEmitter()
770 CondStream.indent(6) << Namespace << "ValidateMachineOperand(" in emitCompressInstEmitter()
784 CondStream.indent(6) in emitCompressInstEmitter()
791 CondStream.indent(6) in emitCompressInstEmitter()
815 mergeCondAndCode(CaseStream, CondStream.str(), CodeStream.str()); in emitCompressInstEmitter()