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 59 CheckChildSame, // Fail if child not same as prev match.
128 case CheckChildSame:
408 : Matcher(CheckChildSame), ChildNo(childno), MatchNumber(matchnumber) {}
414 return N->getKind() == CheckChildSame;
    [all...]
DAGISelMatcherEmitter.cpp 263 case Matcher::CheckChildSame:
783 case Matcher::CheckChildSame: OS << "OPC_CheckChildSame"; break;
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp     [all...]

Completed in 1862 milliseconds