Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
DX86EVEX2VEXTablesEmitter.cpp30 std::map<uint64_t, std::vector<const CodeGenInstruction *>> VEXInsts; member in __anon8b6db18b0111::X86EVEX2VEXTablesEmitter
218 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()