Searched refs:CompressedInsts (Results 1 – 1 of 1) sorted by relevance
36 std::map<uint64_t, std::vector<const CodeGenInstruction *>> CompressedInsts; member in __anon4f70c9770111::X86InstrMappingEmitter205 CompressedInsts[RI.Opcode].push_back(Inst); in emitCompressEVEXTable()232 auto Match = llvm::find_if(CompressedInsts[Opcode], IsMatch(Inst)); in emitCompressEVEXTable()233 if (Match != CompressedInsts[Opcode].end()) in emitCompressEVEXTable()