Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DX86FoldTablesEmitter.cpp613 std::vector<const CodeGenInstruction *> &OpcRegInsts = in run() local
616 auto Match = find_if(OpcRegInsts, IsMatch(MemInst, Records)); in run()
617 if (Match != OpcRegInsts.end()) { in run()
629 OpcRegInsts.erase(Match); in run()