OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NodeHasProperty
(Results
1 - 4
of
4
) sorted by null
/external/llvm/utils/TableGen/
DAGISelMatcherGen.cpp
324
if (N->
NodeHasProperty
(SDNPMemOperand, CGP))
330
if (N->
NodeHasProperty
(SDNPHasChain, CGP)) {
391
if (N->
NodeHasProperty
(SDNPOutGlue, CGP) &&
405
if (N->
NodeHasProperty
(SDNPOptInGlue, CGP) ||
406
N->
NodeHasProperty
(SDNPInGlue, CGP))
[
all
...]
DAGISelMatcherOpt.cpp
108
Pattern.getSrcPattern()->
NodeHasProperty
(SDNPHasChain, CGP))
118
Pattern.getSrcPattern()->
NodeHasProperty
(SDNPOutGlue, CGP))
CodeGenDAGPatterns.h
408
///
NodeHasProperty
- Return true if this node has the specified property.
409
bool
NodeHasProperty
(SDNP Property, const CodeGenDAGPatterns &CGP) const;
CodeGenDAGPatterns.cpp
[
all
...]
Completed in 711 milliseconds