Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/utils/TableGen/
DX86FoldTablesEmitter.cpp519 std::map<uint8_t, std::vector<const CodeGenInstruction *>> RegInsts; in run() local
548 RegInsts[Opc].push_back(Inst); in run()
560 auto RegInstsIt = RegInsts.find(Opc); in run()
561 if (RegInstsIt == RegInsts.end()) in run()