OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CheckOpcode
(Results
1 - 4
of
4
) sorted by null
/external/llvm/utils/TableGen/
DAGISelMatcherOpt.cpp
161
//
CheckOpcode
, invert the two nodes. We prefer to do structural checks
169
Matcher *
CheckOpcode
= CheckType->takeNext();
170
Matcher *Tail =
CheckOpcode
->takeNext();
173
MatcherPtr.reset(
CheckOpcode
);
174
CheckOpcode
->setNext(CheckType);
451
// If all the options are
CheckOpcode
's, we can form the SwitchOpcode, woot.
DAGISelMatcher.h
61
CheckOpcode
, // Fail if not opcode.
130
case
CheckOpcode
:
171
// the
CheckOpcode
method, not the other way around.
483
: Matcher(
CheckOpcode
), Opcode(opcode) {}
488
return N->getKind() ==
CheckOpcode
;
503
/// every child does a
CheckOpcode
, but is much faster.
[
all
...]
DAGISelMatcherEmitter.cpp
268
case Matcher::
CheckOpcode
:
773
case Matcher::
CheckOpcode
: OS << "OPC_CheckOpcode"; break;
/external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp
[
all
...]
Completed in 2712 milliseconds