OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getChildNo
(Results
1 - 4
of
4
) sorted by null
/external/llvm/utils/TableGen/
DAGISelMatcher.h
275
unsigned
getChildNo
() const { return ChildNo; }
288
return cast<RecordChildMatcher>(M)->
getChildNo
() ==
getChildNo
();
290
virtual unsigned getHashImpl() const { return
getChildNo
(); }
336
unsigned
getChildNo
() const { return ChildNo; }
347
return cast<MoveChildMatcher>(M)->
getChildNo
() ==
getChildNo
();
349
virtual unsigned getHashImpl() const { return
getChildNo
(); }
559
unsigned
getChildNo
() const { return ChildNo; }
[
all
...]
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.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 465 milliseconds