Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
DX86FoldTablesEmitter.cpp629 std::vector<const CodeGenInstruction *> &OpcRegInsts = RegInstsIt->second; in run() local
631 auto Match = find_if(OpcRegInsts, IsMatch(MemInst, Records)); in run()
632 if (Match != OpcRegInsts.end()) { in run()
644 OpcRegInsts.erase(Match); in run()