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.cpp177 const std::set<StringRef> NoCompressSet = { in emitCompressEVEXTable() local
196 if (NoCompressSet.find(Name) != NoCompressSet.end()) in emitCompressEVEXTable()
309 const std::set<StringRef> NoCompressSet = { in emitND2NonNDTable() local
318 if (!isInteresting(Rec) || NoCompressSet.find(Name) != NoCompressSet.end()) in emitND2NonNDTable()