Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DDAGISelMatcherGen.cpp56 TreePatternNode *PatWithNoTypes; member in __anon1ac2b5390111::MatcherGen
104 delete PatWithNoTypes; in ~MatcherGen()
168 PatWithNoTypes = Pattern.getSrcPattern()->clone(); in MatcherGen()
169 PatWithNoTypes->RemoveAllTypes(); in MatcherGen()
186 MadeChange = PatWithNoTypes->ApplyTypeConstraints(TP, in InferPossibleTypes()
519 EmitMatchCode(Pattern.getSrcPattern(), PatWithNoTypes); in EmitMatcherCode()