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
205 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()