reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
784 bool NodeHasProperty(SDNP Property, const CodeGenDAGPatterns &CGP) const;
2285 if (NodeHasProperty(Property, CGP)) 3457 if (N->NodeHasProperty(SDNPMayStore, CDP)) mayStore = true; 3458 if (N->NodeHasProperty(SDNPMayLoad, CDP)) mayLoad = true; 3459 if (N->NodeHasProperty(SDNPSideEffect, CDP)) hasSideEffects = true; 3460 if (N->NodeHasProperty(SDNPVariadic, CDP)) isVariadic = true; 3461 if (N->NodeHasProperty(SDNPHasChain, CDP)) hasChain = true;utils/TableGen/DAGISelMatcherGen.cpp
372 if (N->NodeHasProperty(SDNPMemOperand, CGP)) 378 if (N->NodeHasProperty(SDNPHasChain, CGP)) { 439 if (N->NodeHasProperty(SDNPOutGlue, CGP) && 451 if (N->NodeHasProperty(SDNPOptInGlue, CGP) || 452 N->NodeHasProperty(SDNPInGlue, CGP)) 912 Pattern.getSrcPattern()->NodeHasProperty(SDNPVariadic, CGP))utils/TableGen/DAGISelMatcherOpt.cpp
101 Pattern.getSrcPattern()->NodeHasProperty(SDNPHasChain, CGP)) 111 Pattern.getSrcPattern()->NodeHasProperty(SDNPOutGlue, CGP))