reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2264 if (Property != SDNPHasChain) { 3461 if (N->NodeHasProperty(SDNPHasChain, CDP)) hasChain = true;utils/TableGen/CodeGenTarget.cpp
548 Properties |= 1 << SDNPHasChain;
utils/TableGen/DAGISelMatcherEmitter.cpp579 if (Pattern.hasProperty(SDNPHasChain)) 900 if (P.hasProperty(SDNPHasChain))utils/TableGen/DAGISelMatcherGen.cpp
378 if (N->NodeHasProperty(SDNPHasChain, CGP)) { 428 PInfo.hasProperty(SDNPHasChain) || 612 if (CP.hasProperty(SDNPHasChain)) { 938 if (Pattern.getSrcPattern()->TreeHasProperty(SDNPHasChain, CGP)) {utils/TableGen/DAGISelMatcherOpt.cpp
101 Pattern.getSrcPattern()->NodeHasProperty(SDNPHasChain, CGP))
utils/TableGen/SDNodeProperties.cpp 23 Properties |= 1 << SDNPHasChain;