Searched refs:NamedEdgeUses (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DGICombinerEmitter.cpp185 StringMap<std::vector<VarInfo>> &NamedEdgeUses);
402 StringMap<std::vector<VarInfo>> &NamedEdgeUses) {
432 NamedEdgeUses.try_emplace(Name);
433 NamedEdgeUses[Name].emplace_back(N, &InstrOperand, Matcher);
494 StringMap<std::vector<VarInfo>> NamedEdgeUses; local
512 NamedEdgeUses))
547 const auto &Uses = NamedEdgeUses[NameAndDefs.getKey()];
563 for (const auto &NameAndUses : NamedEdgeUses) {
399 parseInstructionMatcher( const CodeGenTarget &Target, StringInit *ArgName, const Init &Arg, StringMap<std::vector<VarInfo>> &NamedEdgeDefs, StringMap<std::vector<VarInfo>> &NamedEdgeUses) argument

Completed in 165 milliseconds