Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DRISCVCompressInstEmitter.cpp104 bool IsCompressOnly; member
107 IndexedMap<OpData> &DestMap, bool IsCompressOnly) in CompressPat()
109 DestOperandMap(DestMap), IsCompressOnly(IsCompressOnly) {} in CompressPat()
639 if (EType == EmitterType::Uncompress && CompressPat.IsCompressOnly) in emitCompressInstEmitter()