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

/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp57 /// PatWithNoTypes - This is a clone of Pattern.getSrcPattern() that starts
60 TreePatternNodePtr PatWithNoTypes; member in class:__anon5914::MatcherGen
162 PatWithNoTypes = Pattern.getSrcPattern()->clone();
163 PatWithNoTypes->RemoveAllTypes();
170 /// checks and applying them to the 'PatWithNoTypes' tree. As we do this, we
182 MadeChange = PatWithNoTypes->ApplyTypeConstraints(TP,
574 EmitMatchCode(Pattern.getSrcPattern(), PatWithNoTypes.get(),

Completed in 91 milliseconds