OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CheckChildSame
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/utils/TableGen/
DAGISelMatcher.h
59
CheckChildSame
, // Fail if child not same as prev match.
124
case
CheckChildSame
:
385
: Matcher(
CheckChildSame
), ChildNo(childno), MatchNumber(matchnumber) {}
391
return N->getKind() ==
CheckChildSame
;
DAGISelMatcherEmitter.cpp
469
case Matcher::
CheckChildSame
:
1043
case Matcher::
CheckChildSame
: return "OPC_CheckChildSame"; break;
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp
2535
///
CheckChildSame
- Implements OP_CheckChildXSame.
2536
LLVM_ATTRIBUTE_ALWAYS_INLINE static bool
CheckChildSame
(
2694
Result = !::
CheckChildSame
(Table, Index, N, RecordedNodes,
3090
if (!::
CheckChildSame
(MatcherTable, MatcherIndex, N, RecordedNodes,
Completed in 34 milliseconds
Indexes created Sun Jun 14 00:25:39 UTC 2026