HomeSort by relevance Sort by last modified time
    Searched defs:CheckOpcode (Results 1 - 3 of 3) sorted by null

  /external/llvm/utils/TableGen/
DAGISelMatcherOpt.cpp 161 // CheckOpcode, invert the two nodes. We prefer to do structural checks
169 Matcher *CheckOpcode = CheckType->takeNext();
170 Matcher *Tail = CheckOpcode->takeNext();
173 MatcherPtr.reset(CheckOpcode);
174 CheckOpcode->setNext(CheckType);
451 // If all the options are CheckOpcode's, we can form the SwitchOpcode, woot.