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.cpp690 raw_string_ostream CondStream(CondString); in emitCompressInstEmitter() local
728 CondStream.indent(8) << Not << "STI.getFeatureBits()[" << TargetName in emitCompressInstEmitter()
735 CondStream.indent(8) << "("; in emitCompressInstEmitter()
739 CondStream << Not << "STI.getFeatureBits()[" << TargetName in emitCompressInstEmitter()
742 CondStream << " || "; in emitCompressInstEmitter()
744 CondStream << ") &&\n"; in emitCompressInstEmitter()
752 CondStream.indent(8) in emitCompressInstEmitter()
768 CondStream.indent(8) in emitCompressInstEmitter()
775 CondStream.indent(8) << "(MI.getOperand(" << OpNo << ").isReg()) &&\n" in emitCompressInstEmitter()
814 CondStream.indent(8) << "MI.getOperand(" << OpIdx << ").isReg()"; in emitCompressInstEmitter()
[all …]