Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/TableGen/
DX86FoldTablesEmitter.cpp631 std::vector<const CodeGenInstruction *> &OpcRegInsts = RegInstsIt->second; in run() local
633 auto Match = find_if(OpcRegInsts, IsMatch(MemInst, Records)); in run()
634 if (Match != OpcRegInsts.end()) { in run()
646 OpcRegInsts.erase(Match); in run()