HomeSort by relevance Sort by last modified time
    Searched refs:PatWithNoTypes (Results 1 - 2 of 2) sorted by null

  /external/llvm/utils/TableGen/
DAGISelMatcherGen.cpp 52 /// PatWithNoTypes - This is a clone of Pattern.getSrcPattern() that starts
55 TreePatternNode *PatWithNoTypes;
99 delete PatWithNoTypes;
163 PatWithNoTypes = Pattern.getSrcPattern()->clone();
164 PatWithNoTypes->RemoveAllTypes();
171 /// checks and applying them to the 'PatWithNoTypes' tree. As we do this, we
181 MadeChange = PatWithNoTypes->ApplyTypeConstraints(TP,
512 EmitMatchCode(Pattern.getSrcPattern(), PatWithNoTypes);
    [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
DAGISelMatcherGen.cpp 54 /// PatWithNoTypes - This is a clone of Pattern.getSrcPattern() that starts
57 TreePatternNode *PatWithNoTypes;
100 delete PatWithNoTypes;
159 PatWithNoTypes = Pattern.getSrcPattern()->clone();
160 PatWithNoTypes->RemoveAllTypes();
167 /// checks and applying them to the 'PatWithNoTypes' tree. As we do this, we
178 MadeChange = PatWithNoTypes->ApplyTypeConstraints(TP,
475 EmitMatchCode(Pattern.getSrcPattern(), PatWithNoTypes);
    [all...]

Completed in 143 milliseconds