Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DX86FoldTablesEmitter.cpp567 std::map<uint8_t, std::vector<const CodeGenInstruction *>> RegInsts; in run() local
597 RegInsts[Opc].push_back(Inst); in run()
607 if (RegInsts.count(Opc) == 0) in run()
614 RegInsts.find(Opc)->second; in run()