Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/TableGen/
DRISCVCompressInstEmitter.cpp544 static std::string mergeCondAndCode(raw_string_ostream &CondStream, in mergeCondAndCode() argument
550 << CondStream.str().substr( in mergeCondAndCode()
551 6, CondStream.str().length() - in mergeCondAndCode()
653 raw_string_ostream CondStream(CondString); in emitCompressInstEmitter() local
688 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 …]