OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RecordChildMatcher
(Results
1 - 4
of
4
) sorted by null
/external/llvm/utils/TableGen/
DAGISelMatcher.h
260
///
RecordChildMatcher
- Save a numbered child of the current node, or fail
263
class
RecordChildMatcher
: public Matcher {
274
RecordChildMatcher
(unsigned childno, const std::string &whatfor,
292
return cast<
RecordChildMatcher
>(M)->getChildNo() == getChildNo();
[
all
...]
DAGISelMatcherEmitter.cpp
215
OS << "OPC_RecordChild" << cast<
RecordChildMatcher
>(N)->getChildNo()
219
<< cast<
RecordChildMatcher
>(N)->getResultNo() << " = "
220
<< cast<
RecordChildMatcher
>(N)->getWhatFor();
DAGISelMatcher.cpp
122
void
RecordChildMatcher
::printImpl(raw_ostream &OS, unsigned indent) const {
DAGISelMatcherOpt.cpp
48
New = new
RecordChildMatcher
(MC->getChildNo(), RM->getWhatFor(),
Completed in 46 milliseconds