OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CheckChildType
(Results
1 - 3
of
3
) sorted by null
/external/llvm/utils/TableGen/
DAGISelMatcher.h
63
CheckChildType
, // Fail if child has wrong type.
130
case
CheckChildType
:
558
: Matcher(
CheckChildType
), ChildNo(childno), Type(type) {}
564
return N->getKind() ==
CheckChildType
;
[
all
...]
DAGISelMatcherEmitter.cpp
360
case Matcher::
CheckChildType
:
759
case Matcher::
CheckChildType
: OS << "OPC_CheckChildType"; break;
/external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp
[
all
...]
Completed in 54 milliseconds