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

  /external/llvm/utils/TableGen/
DAGISelMatcher.h 58 CheckChildSame, // Fail if child not same as prev match.
127 case CheckChildSame:
407 : Matcher(CheckChildSame), ChildNo(childno), MatchNumber(matchnumber) {}
413 return N->getKind() == CheckChildSame;
    [all...]
DAGISelMatcherEmitter.cpp 245 case Matcher::CheckChildSame:
769 case Matcher::CheckChildSame: OS << "OPC_CheckChildSame"; break;
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp     [all...]

Completed in 336 milliseconds