OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CheckOpcode
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/utils/TableGen/
DAGISelMatcherOpt.cpp
145
//
CheckOpcode
, invert the two nodes. We prefer to do structural checks
153
Matcher *
CheckOpcode
= CheckType->takeNext();
154
Matcher *Tail =
CheckOpcode
->takeNext();
157
MatcherPtr.reset(
CheckOpcode
);
158
CheckOpcode
->setNext(CheckType);
391
// If all the options are
CheckOpcode
's, we can form the SwitchOpcode, woot.
DAGISelMatcher.h
62
CheckOpcode
, // Fail if not opcode.
127
case
CheckOpcode
:
171
// the
CheckOpcode
method, not the other way around.
455
: Matcher(
CheckOpcode
), Opcode(opcode) {}
460
return N->getKind() ==
CheckOpcode
;
472
/// every child does a
CheckOpcode
, but is much faster.
DAGISelMatcherEmitter.cpp
504
case Matcher::
CheckOpcode
:
1047
case Matcher::
CheckOpcode
: return "OPC_CheckOpcode"; break;
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp
2561
CheckOpcode
(const unsigned char *MatcherTable, unsigned &MatcherIndex,
2704
Result = !::
CheckOpcode
(Table, Index, N.getNode());
3134
if (!::
CheckOpcode
(MatcherTable, MatcherIndex, N.getNode())) break;
Completed in 21 milliseconds
Indexes created Sat Jun 13 00:24:39 UTC 2026