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

/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherOpt.cpp164 /// FindNodeWithKind - Scan a series of matchers looking for a matcher with a
167 static Matcher *FindNodeWithKind(Matcher *M, Matcher::KindTy Kind) { function
281 Matcher *M2 = FindNodeWithKind(ScanMatcher, Optn->getKind());
369 cast_or_null<CheckTypeMatcher>(FindNodeWithKind(NewOptionsToMatch[i],
412 Matcher* M = FindNodeWithKind(NewOptionsToMatch[i], Matcher::CheckType);

Completed in 117 milliseconds