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
153
//
CheckOpcode
, invert the two nodes. We prefer to do structural checks
161
Matcher *
CheckOpcode
= CheckType->takeNext();
162
Matcher *Tail =
CheckOpcode
->takeNext();
165
MatcherPtr.reset(
CheckOpcode
);
166
CheckOpcode
->setNext(CheckType);
443
// If all the options are
CheckOpcode
's, we can form the SwitchOpcode, woot.
DAGISelMatcher.h
59
CheckOpcode
, // Fail if not opcode.
128
case
CheckOpcode
:
168
// the
CheckOpcode
method, not the other way around.
452
: Matcher(
CheckOpcode
), Opcode(opcode) {}
457
return N->getKind() ==
CheckOpcode
;
472
/// every child does a
CheckOpcode
, but is much faster.
[
all
...]
DAGISelMatcherEmitter.cpp
262
case Matcher::
CheckOpcode
:
755
case Matcher::
CheckOpcode
: OS << "OPC_CheckOpcode"; break;
/external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp
[
all
...]
Completed in 20 milliseconds