Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DCompressInstEmitter.cpp581 if (EType == EmitterType::Compress || EType == EmitterType::CheckCompress) in emitCompressInstEmitter()
600 if (EType == EmitterType::Compress) in emitCompressInstEmitter()
603 else if (EType == EmitterType::Uncompress) in emitCompressInstEmitter()
606 else if (EType == EmitterType::CheckCompress) in emitCompressInstEmitter()
610 if (EType == EmitterType::Compress) { in emitCompressInstEmitter()
630 if (EType == EmitterType::Compress) in emitCompressInstEmitter()
632 else if (EType == EmitterType::Uncompress) in emitCompressInstEmitter()
647 EType == EmitterType::Compress || EType == EmitterType::CheckCompress; in emitCompressInstEmitter()
649 EType == EmitterType::Compress || EType == EmitterType::Uncompress; in emitCompressInstEmitter()
877 if (EType == EmitterType::Compress) in emitCompressInstEmitter()
[all …]