Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DX86CompressEVEXTablesEmitter.cpp45 std::map<uint64_t, std::vector<const CodeGenInstruction *>> CompressedInsts; member in __anondb19dcf00111::X86CompressEVEXTablesEmitter
184 CompressedInsts[RI.Opcode].push_back(Inst); in run()
213 auto Match = llvm::find_if(CompressedInsts[Opcode], IsMatch(Inst)); in run()
214 if (Match != CompressedInsts[Opcode].end()) in run()