Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DRISCVCompressInstEmitter.cpp644 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()
[all …]