Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/utils/TableGen/
DCompressInstEmitter.cpp654 raw_string_ostream CondStream(CondString); in emitCompressInstEmitter() local
691 CondStream.indent(6) << Not << "STI.getFeatureBits()[" << TargetName in emitCompressInstEmitter()
698 CondStream.indent(6) << "("; in emitCompressInstEmitter()
702 CondStream << Not << "STI.getFeatureBits()[" << TargetName in emitCompressInstEmitter()
705 CondStream << " || "; in emitCompressInstEmitter()
707 CondStream << ") &&\n"; in emitCompressInstEmitter()
715 CondStream.indent(6) in emitCompressInstEmitter()
730 CondStream.indent(6) in emitCompressInstEmitter()
737 CondStream.indent(6) in emitCompressInstEmitter()
766 CondStream.indent(6) in emitCompressInstEmitter()
[all …]