Searched refs:CondStream (Results 1 – 1 of 1) sorted by relevance
544 static std::string mergeCondAndCode(raw_string_ostream &CondStream, in mergeCondAndCode() argument550 << CondStream.str().substr( in mergeCondAndCode()551 6, CondStream.str().length() - in mergeCondAndCode()653 raw_string_ostream CondStream(CondString); in emitCompressInstEmitter() local688 CondStream.indent(6) in emitCompressInstEmitter()695 CondStream.indent(6) << "("; in emitCompressInstEmitter()699 CondStream << Not << ("STI.getFeatureBits()[" + Namespace + "::" + Op.second + in emitCompressInstEmitter()702 CondStream << " || "; in emitCompressInstEmitter()704 CondStream << ") &&\n"; in emitCompressInstEmitter()712 CondStream.indent(6) in emitCompressInstEmitter()[all …]