Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DCompressInstEmitter.cpp656 raw_string_ostream CondStream(CondString); in emitCompressInstEmitter() local
693 CondStream.indent(6) << Not << "STI.getFeatureBits()[" << TargetName in emitCompressInstEmitter()
700 CondStream.indent(6) << "("; in emitCompressInstEmitter()
704 CondStream << Not << "STI.getFeatureBits()[" << TargetName in emitCompressInstEmitter()
707 CondStream << " || "; in emitCompressInstEmitter()
709 CondStream << ") &&\n"; in emitCompressInstEmitter()
717 CondStream.indent(6) in emitCompressInstEmitter()
732 CondStream.indent(6) in emitCompressInstEmitter()
739 CondStream.indent(6) in emitCompressInstEmitter()
768 CondStream.indent(6) in emitCompressInstEmitter()
[all …]