OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CaptureGlueInput
(Results
1 - 2
of
2
) sorted by null
/external/llvm/utils/TableGen/
DAGISelMatcher.h
51
CaptureGlueInput
, // If the current node has an input glue, save it.
316
CaptureGlueInputMatcher() : Matcher(
CaptureGlueInput
) {}
319
return N->getKind() ==
CaptureGlueInput
;
[
all
...]
DAGISelMatcherEmitter.cpp
228
case Matcher::
CaptureGlueInput
:
748
case Matcher::
CaptureGlueInput
: OS << "OPC_CaptureGlueInput"; break;
Completed in 3920 milliseconds