Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DX86InstrMappingEmitter.cpp176 const std::set<StringRef> NoCompressSet = { in emitCompressEVEXTable() local
195 if (NoCompressSet.find(Name) != NoCompressSet.end()) in emitCompressEVEXTable()
310 const std::set<StringRef> NoCompressSet = { in emitND2NonNDTable() local
319 if (!isInteresting(Rec) || NoCompressSet.find(Name) != NoCompressSet.end()) in emitND2NonNDTable()