Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/utils/TableGen/
H A DCompressInstEmitter.cpp114 bool IsCompressOnly; member
117 IndexedMap<OpData> &DestMap, bool IsCompressOnly) in CompressPat()
119 DestOperandMap(DestMap), IsCompressOnly(IsCompressOnly) {} in CompressPat()
651 if (EType == EmitterType::Uncompress && CompressPat.IsCompressOnly) in emitCompressInstEmitter()