Lines Matching refs:RootName
789 StringRef RootName; member in __anon26f8cc580111::CombineRuleBuilder
870 << " root:" << RootName << '\n'; in print()
1355 auto It = ApplyPats.find(RootName); in findRoots()
1357 PrintError("Cannot find root '" + RootName + "' in apply patterns!"); in findRoots()
1363 PrintError("apply pattern root '" + RootName + in findRoots()
1388 if (auto It = ApplyPats.find(RootName); It != ApplyPats.end()) { in findRoots()
1390 PrintError("apply pattern '" + RootName + in findRoots()
1402 if (auto MatchPatIt = MatchPats.find(RootName); in findRoots()
1410 auto LookupRes = MatchOpTable.lookup(RootName); in findRoots()
1412 PrintError("Cannot find root '" + RootName + "' in match patterns!"); in findRoots()
1418 PrintError("Cannot use live-in operand '" + RootName + in findRoots()
1491 RootName = Roots.front(); in parseDefs()