Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/TableGen/
DRISCVCompressInstEmitter.cpp110 enum EmitterType { Compress, Uncompress, CheckCompress }; enum in __anonaa3be4960111::RISCVCompressInstEmitter
118 void emitCompressInstEmitter(raw_ostream &o, EmitterType EType);
561 EmitterType EType) { in emitCompressInstEmitter()
577 if (EType == EmitterType::Compress || in emitCompressInstEmitter()
578 EType == EmitterType::CheckCompress) in emitCompressInstEmitter()
599 if (EType == EmitterType::Compress) in emitCompressInstEmitter()
602 else if (EType == EmitterType::Uncompress) in emitCompressInstEmitter()
605 else if (EType == EmitterType::CheckCompress) in emitCompressInstEmitter()
609 if (EType == EmitterType::Compress) { in emitCompressInstEmitter()
614 } else if (EType == EmitterType::Uncompress){ in emitCompressInstEmitter()
[all …]