Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DX86InstrMappingEmitter.cpp36 std::map<uint64_t, std::vector<const CodeGenInstruction *>> CompressedInsts; member in __anon4f70c9770111::X86InstrMappingEmitter
204 CompressedInsts[RI.Opcode].push_back(Inst); in emitCompressEVEXTable()
231 const auto &Insts = CompressedInsts[Opcode]; in emitCompressEVEXTable()