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
314
if (N->
NodeHasProperty
(SDNPMemOperand, CGP))
320
if (N->
NodeHasProperty
(SDNPHasChain, CGP)) {
381
if (N->
NodeHasProperty
(SDNPOutGlue, CGP) &&
395
if (N->
NodeHasProperty
(SDNPOptInGlue, CGP) ||
396
N->
NodeHasProperty
(SDNPInGlue, CGP))
796
(Pattern.getSrcPattern()->
NodeHasProperty
(SDNPVariadic, CGP)))
[
all
...]
DAGISelMatcherOpt.cpp
108
Pattern.getSrcPattern()->
NodeHasProperty
(SDNPHasChain, CGP))
118
Pattern.getSrcPattern()->
NodeHasProperty
(SDNPOutGlue, CGP))
CodeGenDAGPatterns.h
406
///
NodeHasProperty
- Return true if this node has the specified property.
407
bool
NodeHasProperty
(SDNP Property, const CodeGenDAGPatterns &CGP) const;
CodeGenDAGPatterns.cpp
[
all
...]
Completed in 89 milliseconds