Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DX86InstrMappingEmitter.cpp33 std::vector<const CodeGenInstruction *> PreCompressionInsts; member in __anon4f70c9770111::X86InstrMappingEmitter
209 PreCompressionInsts.push_back(Inst); in emitCompressEVEXTable()
213 for (const CodeGenInstruction *Inst : PreCompressionInsts) { in emitCompressEVEXTable()