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

  /external/llvm/utils/TableGen/
DAGISelMatcherOpt.cpp 46 if (MC->getChildNo() < 8) // Only have RecordChild0...7
47 New = new RecordChildMatcher(MC->getChildNo(), RM->getWhatFor(),
51 if (MC->getChildNo() < 8 && // Only have CheckChildType0...7
53 New = new CheckChildTypeMatcher(MC->getChildNo(), CT->getType());
DAGISelMatcher.h 277 unsigned getChildNo() const { return ChildNo; }
290 return cast<RecordChildMatcher>(M)->getChildNo() == getChildNo();
292 virtual unsigned getHashImpl() const { return getChildNo(); }
338 unsigned getChildNo() const { return ChildNo; }
349 return cast<MoveChildMatcher>(M)->getChildNo() == getChildNo();
351 virtual unsigned getHashImpl() const { return getChildNo(); }
561 unsigned getChildNo() const { return ChildNo; }
    [all...]
DAGISelMatcher.cpp 396 if (CC->getChildNo() != getChildNo())
DAGISelMatcherEmitter.cpp 215 OS << "OPC_RecordChild" << cast<RecordChildMatcher>(N)->getChildNo()
233 OS << "OPC_MoveChild, " << cast<MoveChildMatcher>(N)->getChildNo() << ",\n";
362 << cast<CheckChildTypeMatcher>(N)->getChildNo() << "Type, "

Completed in 4238 milliseconds