OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TreeHasProperty
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/utils/TableGen/
DAGISelMatcherGen.cpp
798
TreeHasInGlue = SrcPat->
TreeHasProperty
(SDNPOptInGlue, CGP) ||
799
SrcPat->
TreeHasProperty
(SDNPInGlue, CGP);
803
TreeHasOutGlue = SrcPat->
TreeHasProperty
(SDNPOutGlue, CGP);
949
Pattern.getSrcPattern()->
TreeHasProperty
(SDNPMemOperand, CGP);
964
if (Pattern.getSrcPattern()->
TreeHasProperty
(SDNPHasChain, CGP)) {
CodeGenDAGPatterns.h
781
///
TreeHasProperty
- Return true if any node in this tree has the specified
783
bool
TreeHasProperty
(SDNP Property, const CodeGenDAGPatterns &CGP) const;
CodeGenDAGPatterns.cpp
2362
///
TreeHasProperty
- Return true if any node in this tree has the specified
2364
bool TreePatternNode::
TreeHasProperty
(SDNP Property,
2369
if (getChild(i)->
TreeHasProperty
(Property, CGP))
Completed in 68 milliseconds
Indexes created Sat Jun 20 00:25:23 UTC 2026