Searched refs:VEXInsts (Results 1 – 1 of 1) sorted by relevance
30 std::map<uint64_t, std::vector<const CodeGenInstruction *>> VEXInsts; member in __anon8b6db18b0111::X86EVEX2VEXTablesEmitter218 VEXInsts[Opcode].push_back(Inst); in run()243 auto Match = llvm::find_if(VEXInsts[Opcode], IsMatch(EVEXInst)); in run()244 if (Match != VEXInsts[Opcode].end()) in run()