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 51 RecordChild, // Record a child of the current node.
149 getKind() == RecordNode || getKind() == RecordChild;
277 : Matcher(RecordChild), ChildNo(childno), WhatFor(whatfor),
285 return N->getKind() == RecordChild;
    [all...]
DAGISelMatcherEmitter.cpp 232 case Matcher::RecordChild:
777 case Matcher::RecordChild: OS << "OPC_RecordChild"; break;

Completed in 136 milliseconds