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

/external/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp53 /// PatWithNoTypes - This is a clone of Pattern.getSrcPattern() that starts
56 TreePatternNode *PatWithNoTypes; member in class:__anon11361::MatcherGen
104 delete PatWithNoTypes;
168 PatWithNoTypes = Pattern.getSrcPattern()->clone();
169 PatWithNoTypes->RemoveAllTypes();
176 /// checks and applying them to the 'PatWithNoTypes' tree. As we do this, we
186 MadeChange = PatWithNoTypes->ApplyTypeConstraints(TP,
517 EmitMatchCode(Pattern.getSrcPattern(), PatWithNoTypes);

Completed in 66 milliseconds