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

  /external/llvm/utils/TableGen/
DAGISelMatcher.h 50 RecordChild, // Record a child of the current node.
144 getKind() == RecordNode || getKind() == RecordChild;
272 : Matcher(RecordChild), ChildNo(childno), WhatFor(whatfor),
280 return N->getKind() == RecordChild;
    [all...]
DAGISelMatcherEmitter.cpp 214 case Matcher::RecordChild:
746 case Matcher::RecordChild: OS << "OPC_RecordChild"; break;

Completed in 35 milliseconds