OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getNumResults
(Results
1 - 7
of
7
) sorted by null
/external/llvm/utils/TableGen/
CodeGenDAGPatterns.h
214
unsigned
getNumResults
() const { return NumResults; }
638
unsigned
getNumResults
() const { return Results.size(); }
DAGISelMatcher.cpp
393
if (CT->getResNo() >= getOpcode().
getNumResults
())
DAGISelMatcherOpt.cpp
107
for (unsigned i = 0, e = CM->
getNumResults
(); i != e; ++i)
DAGISelMatcherEmitter.cpp
577
OS << "OPC_CompleteMatch, " << CM->
getNumResults
() << ", ";
579
for (unsigned i = 0, e = CM->
getNumResults
(); i != e; ++i)
CodeGenDAGPatterns.cpp
853
unsigned NumResults = NodeInfo.
getNumResults
();
[
all
...]
DAGISelMatcher.h
[
all
...]
DAGISelMatcherGen.cpp
756
unsigned NumResults = Inst.
getNumResults
();
[
all
...]
Completed in 379 milliseconds