Lines Matching refs:Compress
121 enum EmitterType { Compress, Uncompress, CheckCompress }; enumerator
128 void evaluateCompressPat(Record *Compress);
580 if (EType == EmitterType::Compress || EType == EmitterType::CheckCompress) in emitCompressInstEmitter()
597 if (EType == EmitterType::Compress) in emitCompressInstEmitter()
607 if (EType == EmitterType::Compress) { in emitCompressInstEmitter()
623 if (EType == EmitterType::Compress) in emitCompressInstEmitter()
640 EType == EmitterType::Compress || EType == EmitterType::CheckCompress; in emitCompressInstEmitter()
642 EType == EmitterType::Compress || EType == EmitterType::Uncompress; in emitCompressInstEmitter()
646 (EType == EmitterType::Compress ? "Compress" : "Uncompress")) in emitCompressInstEmitter()
882 if (EType == EmitterType::Compress) in emitCompressInstEmitter()
900 emitCompressInstEmitter(OS, EmitterType::Compress); in run()