Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DX86FoldTablesEmitter.cpp582 std::map<uint8_t, std::vector<const CodeGenInstruction *>> RegInsts; in run() local
612 RegInsts[Opc].push_back(Inst); in run()
622 auto RegInstsIt = RegInsts.find(Opc); in run()
623 if (RegInstsIt == RegInsts.end()) in run()