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

  /external/llvm/utils/TableGen/
DAGISelMatcherGen.cpp 92 /// CurPredicate - As we emit matcher nodes, this points to the latest check
94 Matcher *CurPredicate;
150 TheMatcher(nullptr), CurPredicate(nullptr) {
188 if (CurPredicate)
189 CurPredicate->setNext(NewNode);
192 CurPredicate = NewNode;
    [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
DAGISelMatcherGen.cpp 93 /// CurPredicate - As we emit matcher nodes, this points to the latest check
95 Matcher *CurPredicate;
146 TheMatcher(0), CurPredicate(0) {
189 if (CurPredicate != 0)
190 CurPredicate->setNext(NewNode);
193 CurPredicate = NewNode;
    [all...]

Completed in 91 milliseconds