Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DX86FoldTablesEmitter.cpp711 std::vector<const CodeGenInstruction *> &OpcRegInstsForBroadcast = in run() local
713 Match = find_if(OpcRegInstsForBroadcast, in run()
715 if (Match != OpcRegInstsForBroadcast.end()) { in run()
718 OpcRegInstsForBroadcast.erase(Match); in run()